marauroa-client-only.jar no longer used

This commit is contained in:
Jordan Irwin 2023-11-07 12:54:23 -08:00
parent e4b39bb784
commit 34b84d04da
No known key found for this signature in database
GPG key ID: E3E358C2F44C290A
3 changed files with 2 additions and 5 deletions

View file

@ -75,5 +75,5 @@ dependencies {
//testImplementation 'junit:junit:4.+'
//androidTestImplementation 'androidx.test.ext:junit:1.1.2'
//androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
implementation files('../../libs/marauroa-client-only.jar')
implementation files('../../libs/marauroa.jar')
}

View file

@ -245,7 +245,6 @@
<path id="serverclasspathlist">
<fileset dir="libs">
<include name="**/*.jar" />
<exclude name="**/marauroa-client-only.jar" />
</fileset>
</path>
@ -381,9 +380,7 @@
<copy todir="${buildroot}/stendhal-server-${version}" file="runserver.sh"/>
<copy todir="${buildroot}/stendhal-server-${version}" file="runserver.bat"/>
<copy todir="${buildroot}/stendhal-server-${version}/libs">
<fileset dir="libs">
<exclude name="marauroa-client-only.jar"/>
</fileset>
<fileset dir="libs"/>
</copy>
<copy todir="${buildroot}/stendhal-server-${version}/doc">
<fileset dir="doc"/>

Binary file not shown.