Skip to content

Commit

Permalink
marauroa-client-only.jar no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Nov 7, 2023
1 parent e4b39bb commit 34b84d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
5 changes: 1 addition & 4 deletions buildtools/ant_modules/dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@
<path id="serverclasspathlist">
<fileset dir="libs">
<include name="**/*.jar" />
<exclude name="**/marauroa-client-only.jar" />
</fileset>
</path>

Expand Down Expand Up @@ -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"/>
Expand Down
Binary file removed libs/marauroa-client-only.jar
Binary file not shown.

0 comments on commit 34b84d0

Please sign in to comment.