Skip to content

Commit

Permalink
fixed antlr location in build
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendel committed Sep 29, 2015
1 parent cece325 commit 0e0c709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Builds/build/clientlib.build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<fileset file="builds/pluginlibs/bimserver-${version}-ifcplugins.jar"/>
</copy>
<copy todir="builds/BuildLib/dep" flatten="true">
<fileset file="../../Shared/lib/other/antlr-3.1.1.jar"/>
<fileset file="../../BimServer/lib/antlr-3.1.1.jar"/>
<fileset file="../../Shared/lib/other/jackson-annotations-2.5.0.jar"/>
<fileset file="../../Shared/lib/other/jackson-core-2.5.1.jar"/>
<fileset file="../../Shared/lib/other/jackson-databind-2.5.1.jar"/>
Expand Down

0 comments on commit 0e0c709

Please sign in to comment.