Author: bombe Date: 2008-04-13 14:20:42 +0000 (Sun, 13 Apr 2008) New Revision: 19263
Added: branches/jFCPlib-1.4/.classpath branches/jFCPlib-1.4/.project Log: create 1.4 branch of jFCPlib Added: branches/jFCPlib-1.4/.classpath =================================================================== --- branches/jFCPlib-1.4/.classpath (rev 0) +++ branches/jFCPlib-1.4/.classpath 2008-04-13 14:20:42 UTC (rev 19263) @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/sun-jdk-1.4.2"/> + <classpathentry kind="output" path="bin"/> +</classpath> Added: branches/jFCPlib-1.4/.project =================================================================== --- branches/jFCPlib-1.4/.project (rev 0) +++ branches/jFCPlib-1.4/.project 2008-04-13 14:20:42 UTC (rev 19263) @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>fcplib-1.4</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription>
