Author: tfmorris Date: 2008-04-09 11:15:22-0700 New Revision: 14313 Modified: trunk/src/app/.classpath
Log: Define Java 5 compiler setting & J2SE1.5 execution environment for all projects Modified: trunk/src/app/.classpath Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/.classpath?view=diff&rev=14313&p1=trunk/src/app/.classpath&p2=trunk/src/app/.classpath&r1=14312&r2=14313 ============================================================================== --- trunk/src/app/.classpath (original) +++ trunk/src/app/.classpath 2008-04-09 11:15:22-0700 @@ -2,7 +2,7 @@ <classpath> <classpathentry kind="src" path="src"/> <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.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> <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"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
