marauroa-client-only.jar no longer used
This commit is contained in:
parent
e4b39bb784
commit
34b84d04da
3 changed files with 2 additions and 5 deletions
|
|
@ -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')
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue