Author: hindessm
Date: Mon May 28 11:41:36 2007
New Revision: 542289
URL: http://svn.apache.org/viewvc?view=rev&rev=542289
Log:
Fixing antlr url after Vladimir's comment on the dev list.
Modified:
harmony/enhanced/drlvm/trunk/build/make/lnx.properties
harmony/enhanced/drlvm/trunk/build/make/win.properties
Modified: harmony/enhanced/drlvm/trunk/build/make/lnx.properties
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/lnx.properties?view=diff&rev=542289&r1=542288&r2=542289
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/lnx.properties (original)
+++ harmony/enhanced/drlvm/trunk/build/make/lnx.properties Mon May 28 11:41:36 2007
@@ -72,7 +72,7 @@
# ANother Tool for Language Recognition
-remote.ANTLR.archive=http://www.antlr.org/download/antlr-2.7.5.jar
+remote.ANTLR.archive=https://issues.apache.org/jira/secure/attachment/12358381/antlr-2.7.5.jar
remote.ANTLR.archive.type=asis
# org.vmmagic unboxed package. Used to enable address arithmetic in Java
Modified: harmony/enhanced/drlvm/trunk/build/make/win.properties
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/win.properties?view=diff&rev=542289&r1=542288&r2=542289
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/win.properties (original)
+++ harmony/enhanced/drlvm/trunk/build/make/win.properties Mon May 28 11:41:36 2007
@@ -72,7 +72,7 @@
remote.HYPLUGIN.archive.type=svn
# ANother Tool for Language Recognition
-remote.ANTLR.archive=http://www.antlr.org/download/antlr-2.7.5.jar
+remote.ANTLR.archive=https://issues.apache.org/jira/secure/attachment/12358381/antlr-2.7.5.jar
remote.ANTLR.archive.type=asis
# org.vmmagic unboxed package. Used to enable address arithmetic in Java
|