summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarun Gupta <tarun1995gupta@gmail.com>2015-05-18 10:01:25 (GMT)
committerTarun Gupta <tarun1995gupta@gmail.com>2015-05-26 15:00:59 (GMT)
commit4022d740676be12229e375b6fc8246a6d93aac45 (patch)
tree71864117e0775226d717ea5d167d134dba9d6f3c /Makefile
parent9c05025a8ef9c1dbfe2a9c8cc03fcad9d29a633e (diff)
downloadstroke-4022d740676be12229e375b6fc8246a6d93aac45.zip
stroke-4022d740676be12229e375b6fc8246a6d93aac45.tar.bz2
Pull stax-2 jar from new URL
OLD URL link is unavailable as codehaus has been shut down. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. Test-Information: Code compiles successfully. Change-Id: Icaa92bbfe9e61cc363e32cc8cd12602b45845cfa
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 770e231..2e81110 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ third-party/aalto/aalto-xml.jar:
third-party/stax2/stax2-api.jar:
mkdir -p third-party/stax2
- curl http://repository.codehaus.org/org/codehaus/woodstox/stax2-api/3.0.3/stax2-api-3.0.3.jar -o third-party/stax2/stax2-api.jar
+ curl http://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.0.3/stax2-api-3.0.3.jar -o third-party/stax2/stax2-api.jar
third-party/jzlib/jzlib.jar:
mkdir -p third-party