Skip to content

Commit

Permalink
added missing library
Browse files Browse the repository at this point in the history
  • Loading branch information
claeis committed Jun 15, 2016
1 parent c5d132a commit 88513af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<pathelement location="${lib}/iox-ili.jar"/>
<pathelement location="${lib}/jdbm-2.4.jar"/>
<pathelement location="${lib}/jts-core-1.14.0.jar"/>
<pathelement location="${lib}/toml4j-0.5.1.jar"/>
</classpath>
<src path="src" />
<src path="gensrc" />
Expand Down Expand Up @@ -80,7 +81,7 @@
<attribute name="Url" value="${mf.url}"/>
<attribute name="Version" value="${version}"/-->
<attribute name="Main-Class" value="org.interlis2.validator.Main"/>
<attribute name="Class-Path" value="libs/antlr.jar libs/ehibasics.jar libs/gson-2.6.2.jar libs/ili2c-core.jar libs/ili2c-tool.jar libs/iox-api.jar libs/iox-ili.jar libs/jdbm-2.4.jar libs/jts-core-1.14.0.jar"/>
<attribute name="Class-Path" value="libs/antlr.jar libs/ehibasics.jar libs/gson-2.6.2.jar libs/ili2c-core.jar libs/ili2c-tool.jar libs/iox-api.jar libs/iox-ili.jar libs/jdbm-2.4.jar libs/jts-core-1.14.0.jar libs/toml4j-0.5.1.jar"/>
</manifest>

<fileset dir="${build}/classes" includes="**/*.class"/>
Expand Down Expand Up @@ -110,6 +111,7 @@
<patternset includes="libs/iox-ili.jar"/>
<patternset includes="libs/jdbm-2.4.jar"/>
<patternset includes="libs/jts-core-1.14.0.jar"/>
<patternset includes="libs/toml4j-0.5.1.jar"/>
</zipfileset>
<zipfileset dir="." prefix="${ant.project.name}-${buildnr}">
<patternset includes="docs/LICENSE.*"/>
Expand Down
Binary file added libs/toml4j-0.5.1.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/org/interlis2/validator/Version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Wed, 15 Jun 2016 13:58:14 +0200
#Wed, 15 Jun 2016 15:11:09 +0200
#Wed Oct 14 17:02:32 CEST 2009
versionMicro=0
versionMinor=1
Expand Down

0 comments on commit 88513af

Please sign in to comment.