Skip to content

Commit

Permalink
Removing web version target from build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rambaut committed Feb 23, 2024
1 parent c14c164 commit 3747295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
19 changes: 0 additions & 19 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,25 +81,6 @@
</manifest>
</jar>


<war destfile="${dist}/figtree.war"
webxml="WebRoot/WEB-INF/web.xml">
<fileset dir="WebRoot"/>
<lib dir="${lib}/jwt">
<include name="commons-fileupload-1.2.1.jar" />
<include name="commons-io-1.4.jar" />
<include name="jwt-3.1.6.jar" />
</lib>
<lib dir="${lib}">
<include name="iText.jar" />
<include name="jam.jar" />
<include name="jdom.jar" />
<include name="jebl.jar" />
</lib>
<classes dir="${build}"/>
</war>


</target>

<property name="version" value="1.4.5_pre" />
Expand Down
4 changes: 2 additions & 2 deletions release/Windows/FigTree_launch4j.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<jar>./lib/figtree.jar</jar>
<dontWrapJar>true</dontWrapJar>
<jre>
<minVersion>1.6.0</minVersion>
<minVersion>1.8.0</minVersion>
<initialHeapSize>64</initialHeapSize>
<maxHeapSize>1024</maxHeapSize>
</jre>
<versionInfo>
<fileDescription>FigTree</fileDescription>
<copyright>2006-2022</copyright>
<copyright>2006-2024</copyright>
<productName>FigTree</productName>
<internalName>FigTree</internalName>
<originalFilename>FigTree.exe</originalFilename>
Expand Down

0 comments on commit 3747295

Please sign in to comment.