Author: bobtarling Date: 2008-04-19 10:12:58-0700 New Revision: 14398 Modified: trunk/src/app/.classpath trunk/src/app/META-INF/MANIFEST.MF trunk/src/app/build.properties trunk/src/app/lib/.classpath trunk/src/app/lib/build.properties trunk/src/app/src/default.properties
Log: Use latest GEF beta Modified: trunk/src/app/.classpath Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/.classpath?view=diff&rev=14398&p1=trunk/src/app/.classpath&p2=trunk/src/app/.classpath&r1=14397&r2=14398 ============================================================================== --- trunk/src/app/.classpath (original) +++ trunk/src/app/.classpath 2008-04-19 10:12:58-0700 @@ -6,7 +6,7 @@ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry exported="true" kind="lib" path="lib/antlr-2.7.7.jar"/> <classpathentry exported="true" 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/gef-0.12.4BETA2.jar" sourcepath="/gef/src"/> <classpathentry exported="true" kind="lib" path="lib/ocl-argo-1.1.jar"/> <classpathentry exported="true" kind="lib" path="lib/swidgets-0.1.4.jar" sourcepath="/swidgets/src"/> <classpathentry exported="true" kind="lib" path="lib/toolbar-1.4.1-20071227.jar" sourcepath="/toolbar/src"/> 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=14398&p1=trunk/src/app/META-INF/MANIFEST.MF&p2=trunk/src/app/META-INF/MANIFEST.MF&r1=14397&r2=14398 ============================================================================== --- trunk/src/app/META-INF/MANIFEST.MF (original) +++ trunk/src/app/META-INF/MANIFEST.MF 2008-04-19 10:12:58-0700 @@ -174,7 +174,7 @@ Eclipse-RegisterBuddy: org.argouml.core.infra Bundle-ClassPath: lib/antlr-2.7.7.jar, lib/commons-logging-1.0.2.jar, - lib/gef-0.12.4BETA.jar, + lib/gef-0.12.4BETA2.jar, lib/ocl-argo-1.1.jar, lib/swidgets-0.1.4.jar, lib/toolbar-1.4.1-20071227.jar, Modified: trunk/src/app/build.properties Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/build.properties?view=diff&rev=14398&p1=trunk/src/app/build.properties&p2=trunk/src/app/build.properties&r1=14397&r2=14398 ============================================================================== --- trunk/src/app/build.properties (original) +++ trunk/src/app/build.properties 2008-04-19 10:12:58-0700 @@ -3,7 +3,7 @@ .,\ lib/antlr-2.7.7.jar,\ lib/commons-logging-1.0.2.jar,\ - lib/gef-0.12.4BETA.jar,\ + lib/gef-0.12.4BETA2.jar,\ lib/ocl-argo-1.1.jar,\ lib/swidgets-0.1.4.jar,\ lib/toolbar-1.4.1-20071227.jar Modified: trunk/src/app/lib/.classpath Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/lib/.classpath?view=diff&rev=14398&p1=trunk/src/app/lib/.classpath&p2=trunk/src/app/lib/.classpath&r1=14397&r2=14398 ============================================================================== --- trunk/src/app/lib/.classpath (original) +++ trunk/src/app/lib/.classpath 2008-04-19 10:12:58-0700 @@ -8,6 +8,6 @@ <classpathentry exported="true" kind="lib" path="swidgets-0.1.4.jar"/> <classpathentry exported="true" kind="lib" path="toolbar-1.4.1-20071227.jar" sourcepath="/toolbar"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry exported="true" kind="lib" path="gef-0.12.4BETA.jar" sourcepath="/gef"/> + <classpathentry exported="true" kind="lib" path="gef-0.12.4BETA2.jar" sourcepath="/gef"/> <classpathentry kind="output" path="build-eclipse"/> </classpath> Modified: trunk/src/app/lib/build.properties Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/lib/build.properties?view=diff&rev=14398&p1=trunk/src/app/lib/build.properties&p2=trunk/src/app/lib/build.properties&r1=14397&r2=14398 ============================================================================== --- trunk/src/app/lib/build.properties (original) +++ trunk/src/app/lib/build.properties 2008-04-19 10:12:58-0700 @@ -5,4 +5,4 @@ ocl-argo-1.1.jar,\ swidgets-0.1.4.jar,\ toolbar-1.4.jar,\ - gef-0.12.4BETA.jar + gef-0.12.4BETA2.jar Modified: trunk/src/app/src/default.properties Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/default.properties?view=diff&rev=14398&p1=trunk/src/app/src/default.properties&p2=trunk/src/app/src/default.properties&r1=14397&r2=14398 ============================================================================== --- trunk/src/app/src/default.properties (original) +++ trunk/src/app/src/default.properties 2008-04-19 10:12:58-0700 @@ -107,7 +107,7 @@ # 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 +gef.jar.path=${argo.lib.dir}/gef-0.12.4BETA2.jar log4j.jar.path=${argo.lib.dir}/log4j-1.2.6.jar ocl-argo.jar.path=${argo.lib.dir}/ocl-argo-1.1.jar swidgets.jar.path=${argo.lib.dir}/swidgets-0.1.4.jar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
