Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendel committed Jan 16, 2015
1 parent c19d01a commit 998c531
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@
</target>

<target name="release">
<jar destfile="bimviews-${version}.jar">
<fileset dir="../">
<exclude name="bin/**"/>
<exclude name="build/**"/>
<exclude name=".settings/**"/>
<exclude name="deploy/**"/>
<exclude name="src/**"/>
</fileset>
<fileset dir="../bin">
</fileset>
</jar>
<java classname="org.bimserver.build.CreateGitHubRelease" fork="true">
<classpath>
<pathelement location="antlibs/gson-2.2.4.jar"/>
Expand Down

0 comments on commit 998c531

Please sign in to comment.