Skip to content

Commit

Permalink
trying to get the BIMvie.ws build woring again (expect several thousand
Browse files Browse the repository at this point in the history
of commits after this)
  • Loading branch information
rubendel committed Dec 7, 2014
1 parent d45d3ab commit 06c9e58
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@
<classpathentry kind="lib" path="build/antlibs/httpclient-cache-4.3.6.jar"/>
<classpathentry kind="lib" path="build/antlibs/httpcore-4.3.3.jar"/>
<classpathentry kind="lib" path="build/antlibs/httpmime-4.3.6.jar"/>
<classpathentry kind="lib" path="build/antlibs/httpclient-4.3.2.jar"/>
<classpathentry kind="lib" path="build/antlibs/httpclient-cache-4.3.2.jar"/>
<classpathentry kind="lib" path="build/antlibs/httpcore-4.3.1.jar"/>
<classpathentry kind="lib" path="build/antlibs/httpmime-4.3.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 5 additions & 9 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<property name="revisiondate" value="${builddate}"/>
<property name="version" value="${majorversion}.${minorversion}.${revisionversion}-${type}-${revisiondate}"/>

<fileset id="lib" dir="antlibs">
<include name="**/*.jar" />
</fileset>

<target name="release">
<jar destfile="bimviews-${version}.jar">
<fileset dir="../">
Expand All @@ -24,15 +28,7 @@
</jar>

<java jar="antlibs/githubrelease.jar" fork="true">
<classpath>
<pathelement location="antlibs/httpcore-4.3.3.jar"/>
<pathelement location="antlibs/httpclient-4.3.6.jar"/>
<pathelement location="antlibs/commons-codec-1.6.jar"/>
<pathelement location="antlibs/commons-logging-1.1.3.jar"/>
<pathelement location="antlibs/httpmime-4.3.6.jar"/>
<pathelement location="antlibs/httpclient-cache-4.3.6.jar"/>
<pathelement location="antlibs/org.eclipse.egit.github.core-2.1.5.jar"/>
</classpath>
<classpath refid="lib"/>
<arg value="${github_username}">
</arg>
<arg value="${github_password}">
Expand Down

0 comments on commit 06c9e58

Please sign in to comment.