Skip to content

Commit

Permalink
Merge branch 'master' into slim
Browse files Browse the repository at this point in the history
  • Loading branch information
wintertime committed May 5, 2020
2 parents 29e8433 + a2fe018 commit d03ce42
Show file tree
Hide file tree
Showing 17 changed files with 600 additions and 10 deletions.
5 changes: 3 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<property name="freecol.doc.dir" value="${basedir}/doc"/>
<property name="freecol.javadoc.dir" value="${freecol.doc.dir}/javadoc"/>
<property name="freecol.jar.file" value="${basedir}/FreeCol.jar"/>
<property name="freecol.main.class" value="net.sf.freecol.FreeCol"/>
<property name="freecol.metaserver.jar.file"
value="${basedir}/FreeCol-metaserver.jar"/>
<property name="freecol.overview.file"
Expand Down Expand Up @@ -170,7 +171,7 @@
</manifestclasspath>
<manifest file="${basedir}/src/MANIFEST.MF">
<attribute name="Created-By" value="FreeCol Team"/>
<attribute name="Main-Class" value="net.sf.freecol.FreeCol"/>
<attribute name="Main-Class" value="${freecol.main.class}"/>
<attribute name="Class-Path" value="${jar.classpath}"/>
<attribute name="Product-Name" value="FreeCol"/>
<attribute name="Package-Title" value="FreeCol"/>
Expand Down Expand Up @@ -526,7 +527,7 @@
classpath="${freecol.build.dir}/jars/jarbundler-core-3.3.0.jar"/>
<jarbundler dir="${freecol.release.dir}"
name="FreeCol"
mainclass="net.sf.freecol.freecol"
mainclass="${freecol.main.class}"
version="${freecol.version}"
vmoptions="-Xmx1G -Dapple.awt.fakefullscreen=true"
jvmversion="1.8+"
Expand Down
Binary file removed build/skeletons/FreeCol
Binary file not shown.
Loading

0 comments on commit d03ce42

Please sign in to comment.