Author: tfmorris Date: 2008-04-09 11:15:05-0700 New Revision: 14311 Modified: trunk/tools/.classpath
Log: Define Java 5 compiler setting & J2SE1.5 execution environment for all projects Modified: trunk/tools/.classpath Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/.classpath?view=diff&rev=14311&p1=trunk/tools/.classpath&p2=trunk/tools/.classpath&r1=14310&r2=14311 ============================================================================== --- trunk/tools/.classpath (original) +++ trunk/tools/.classpath 2008-04-09 11:15:05-0700 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry exported="true" kind="lib" path="junit-3.8.2/junit.jar"/> - <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 exported="true" kind="lib" path="lib/easymock12.jar"/> <classpathentry exported="true" kind="lib" path="apache-ant-1.7.0/lib/ant.jar"/> <classpathentry kind="output" path="build-eclipse"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
