[Javanetsim-cvs] javaNetSim .classpath, NONE, 1.1 .project, NONE, 1.1 build.xml, 1.1, NONE
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2009-09-17 12:03:00
|
Update of /cvsroot/javanetsim/javaNetSim In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12004 Added Files: .classpath .project Removed Files: build.xml Log Message: Fixed imports and project settings... --- NEW FILE: .project --- <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>javaNetSim</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> --- build.xml DELETED --- --- NEW FILE: .classpath --- <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path=""/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path=""/> </classpath> |