diff options
author | Tarun Gupta <tarun1995gupta@gmail.com> | 2015-05-18 10:01:25 (GMT) |
---|---|---|
committer | Tarun Gupta <tarun1995gupta@gmail.com> | 2015-05-26 15:00:59 (GMT) |
commit | 4022d740676be12229e375b6fc8246a6d93aac45 (patch) | |
tree | 71864117e0775226d717ea5d167d134dba9d6f3c | |
parent | 9c05025a8ef9c1dbfe2a9c8cc03fcad9d29a633e (diff) | |
download | stroke-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
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |