Skip to content

Commit

Permalink
Compatibility URL is incorrect after structural changes of downloads.
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss committed Dec 7, 2011
1 parent d57b902 commit 8ab615a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -302,7 +302,7 @@
<mkdir dir="tmp/compatibility" />
<get src="http://repo1.maven.org/maven2/org/carrot2/carrot2-core/maven-metadata.xml" dest="tmp/compatibility/maven-metadata.xml" />
<xmlproperty file="tmp/compatibility/maven-metadata.xml" collapseAttributes="true" keepRoot="false" />
<get src="http://download.carrot2.org/stable/carrot2-java-api-${versioning.latest}.zip"
<get src="http://download.carrot2.org/stable/${versioning.latest}/carrot2-java-api-${versioning.latest}.zip"
dest="tmp/compatibility/carrot2-java-api-${versioning.latest}.zip" />

<unzip src="tmp/compatibility/carrot2-java-api-${versioning.latest}.zip" dest="tmp/compatibility">
Expand Down

0 comments on commit 8ab615a

Please sign in to comment.