Skip to content

Commit

Permalink
Retrofit for AntRun 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed May 6, 2023
1 parent 739c0fd commit 4d47d8a
Show file tree
Hide file tree
Showing 11 changed files with 951 additions and 832 deletions.
267 changes: 145 additions & 122 deletions Source/Buffy/build.xml

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions Source/Buffy/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
an element
<jar>
<filename>azrael-size.jar</filename>
<filename>azrael-size</filename
</jar>
inside the <build> element.
Expand All @@ -28,17 +28,20 @@
<!-- The project's author. Currently this only
shows up in the footer of the Javadoc documentation. -->
<author>Sylvain Hallé</author>

<!-- Project version -->
<version>2.1.2</version>

<jar>
<filename>../azrael-buffy.jar</filename>
<filename>../azrael-buffy</filename>
<basename>Azrael Buffy</basename>
</jar>

<!-- The project's main class -->
<!-- <mainclass>my.package.MainClass</mainclass> -->

<!-- The location of rt.jar -->
<rtlocation>../rt.jar</rtlocation>
<!-- The target JDK version -->
<targetjdk>8</targetjdk>

<srcdir>src</srcdir>
<docdir>doc</docdir>
Expand Down
Loading

0 comments on commit 4d47d8a

Please sign in to comment.