svn commit: r14280 - trunk/src/app: . META-INF src
[email protected] 4 Apr 2008 09:12:48 -0000
Newsgroups
gmane.comp.lang.uml.argouml.cvs
Message-ID
<[email protected] >
Author: tfmorris
Date: 2008-04-04 02:12:48-0700
New Revision: 14280
Modified:
trunk/src/app/.classpath
trunk/src/app/META-INF/MANIFEST.MF
trunk/src/app/build.properties
trunk/src/app/build.xml
trunk/src/app/src/default.properties
Log:
Update to ANTLR 2.7.7
Modified: trunk/src/app/.classpath
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/.classpath?view=diff&rev=14280&p1=trunk/src/app/.classpath&p2=trunk/src/app/.classpath&r1=14279&r2=14280
==============================================================================
--- trunk/src/app/.classpath (original)
+++ trunk/src/app/.classpath 2008-04-04 02:12:48-0700
@@ -4,7 +4,7 @@
<classpathentry kind="src" output="build-eclipse-tests" path="tests"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry exported="true" kind="lib" path="lib/antlrall-2.7.2.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/antlr-2.7.7.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.0.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gef-0.12.4BETA.jar" sourcepath="/gef/src"/>
<classpathentry exported="true" kind="lib" path="lib/ocl-argo-1.1.jar"/>
Modified: trunk/src/app/META-INF/MANIFEST.MF
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/META-INF/MANIFEST.MF?view=diff&rev=14280&p1=trunk/src/app/META-INF/MANIFEST.MF&p2=trunk/src/app/META-INF/MANIFEST.MF&r1=14279&r2=14280
==============================================================================
--- trunk/src/app/META-INF/MANIFEST.MF (original)
+++ trunk/src/app/META-INF/MANIFEST.MF 2008-04-04 02:12:48-0700
@@ -7,11 +7,16 @@
Export-Package: Acme,
Acme.JPM.Encoders,
antlr,
+ antlr.ASdebug,
antlr.actions.cpp,
+ antlr.actions.csharp,
antlr.actions.java,
+ antlr.actions.python,
+ antlr.build,
antlr.collections,
antlr.collections.impl,
antlr.debug,
+ antlr.debug.misc,
antlr.preprocessor,
bin,
jdepend.framework,
@@ -167,7 +172,7 @@
org.argouml.core.model.mdr,
org.argouml.core.model.euml
Eclipse-RegisterBuddy: org.argouml.core.infra
-Bundle-ClassPath: lib/antlrall-2.7.2.jar,
+Bundle-ClassPath: lib/antlr-2.7.7.jar,
lib/commons-logging-1.0.2.jar,
lib/gef-0.12.4BETA.jar,
lib/ocl-argo-1.1.jar,
Modified: trunk/src/app/build.properties
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/build.properties?view=diff&rev=14280&p1=trunk/src/app/build.properties&p2=trunk/src/app/build.properties&r1=14279&r2=14280
==============================================================================
--- trunk/src/app/build.properties (original)
+++ trunk/src/app/build.properties 2008-04-04 02:12:48-0700
@@ -1,7 +1,7 @@
source.. = src/
bin.includes = META-INF/,\
.,\
- lib/antlrall-2.7.2.jar,\
+ lib/antlr-2.7.7.jar,\
lib/commons-logging-1.0.2.jar,\
lib/gef-0.12.4BETA.jar,\
lib/ocl-argo-1.1.jar,\
Modified: trunk/src/app/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/build.xml?view=diff&rev=14280&p1=trunk/src/app/build.xml&p2=trunk/src/app/build.xml&r1=14279&r2=14280
==============================================================================
--- trunk/src/app/build.xml (original)
+++ trunk/src/app/build.xml 2008-04-04 02:12:48-0700
@@ -50,7 +50,7 @@
</path>
<path id="antlr.run.classpath">
- <pathelement location="lib/antlrall-2.7.2.jar"/>
+ <pathelement location="lib/antlr-2.7.7.jar"/>
</path>
<path id="src.compile.classpath">
Modified: trunk/src/app/src/default.properties
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/default.properties?view=diff&rev=14280&p1=trunk/src/app/src/default.properties&p2=trunk/src/app/src/default.properties&r1=14279&r2=14280
==============================================================================
--- trunk/src/app/src/default.properties (original)
+++ trunk/src/app/src/default.properties 2008-04-04 02:12:48-0700
@@ -105,7 +105,7 @@
#
# JARs from Argo lib directory
#
-antlrall.jar.path=${argo.lib.dir}/antlrall-2.7.2.jar
+antlrall.jar.path=${argo.lib.dir}/antlr-2.7.7.jar
commons-logging.jar.path=${argo.lib.dir}/commons-logging-1.0.2.jar
gef.jar.path=${argo.lib.dir}/gef-0.12.4BETA.jar
log4j.jar.path=${argo.lib.dir}/log4j-1.2.6.jar