Skip to content

Commit

Permalink
Commit qdox-2.0-M2 directly, rather than downloading.
Browse files Browse the repository at this point in the history
From: https://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/2.0-M2/qdox-2.0-M2.jar
sha1sum: fa5d16f9a3ab0bba30e37bd0881f32b2402bcb93
  • Loading branch information
josephw committed Sep 25, 2014
1 parent 3818644 commit 0b377c4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
10 changes: 3 additions & 7 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
<delete dir="build"/>
</target>

<target name="get-jars">
<get dest="lib/downloaded/" skipexisting="true" src="https://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/2.0-M2/qdox-2.0-M2.jar"/>
</target>

<target name="api" depends="get-jars" description="Build Hamcrest APIs">
<target name="api" description="Build Hamcrest APIs">
<path id="cp-hamcrest-api-main" path=""/>
<path id="cp-hamcrest-api-test" path=""/>
<compile-module modulename="hamcrest-api"/>
Expand All @@ -27,7 +23,7 @@
</target>

<target name="generator" depends="api" description="Build code generator tool">
<path id="cp-hamcrest-generator-main" path="lib/downloaded/qdox-2.0-M2.jar;build/hamcrest-api-${version}.jar"/>
<path id="cp-hamcrest-generator-main" path="lib/generator/qdox-2.0-M2.jar;build/hamcrest-api-${version}.jar"/>
<path id="cp-hamcrest-generator-test" path=""/>
<compile-module modulename="hamcrest-generator"/>
<jar-module modulename="hamcrest-generator"/>
Expand All @@ -38,7 +34,7 @@
<copy file="build/hamcrest-generator-${version}.jar" tofile="build/hamcrest-generator-${version}-nodep.jar"/>
<jarjar jarfile="build/hamcrest-generator-${version}.jar">
<zipfileset src="build/hamcrest-generator-${version}-nodep.jar"/>
<zipfileset src="lib/downloaded/qdox-2.0-M2.jar"/>
<zipfileset src="lib/generator/qdox-2.0-M2.jar"/>
<rule pattern="com.thoughtworks.qdox.**" result="org.hamcrest.generator.qdox.@1"/>
</jarjar>
</target>
Expand Down
1 change: 0 additions & 1 deletion lib/downloaded/.gitignore

This file was deleted.

Binary file removed lib/generator/qdox-1.12.jar
Binary file not shown.
Binary file added lib/generator/qdox-2.0-M2.jar
Binary file not shown.

0 comments on commit 0b377c4

Please sign in to comment.