From: <mkr...@us...> - 2008-08-20 12:19:36
|
Revision: 204 http://gridsim.svn.sourceforge.net/gridsim/?rev=204&view=rev Author: mkrystek Date: 2008-08-20 12:19:46 +0000 (Wed, 20 Aug 2008) Log Message: ----------- Added Paths: ----------- branches/gssim/trunk/ branches/gssim/trunk/.classpath branches/gssim/trunk/.project Added: branches/gssim/trunk/.classpath =================================================================== --- branches/gssim/trunk/.classpath (rev 0) +++ branches/gssim/trunk/.classpath 2008-08-20 12:19:46 UTC (rev 204) @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="source"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="lib" path="jars/simjava2.jar"/> + <classpathentry kind="output" path="bin"/> +</classpath> Added: branches/gssim/trunk/.project =================================================================== --- branches/gssim/trunk/.project (rev 0) +++ branches/gssim/trunk/.project 2008-08-20 12:19:46 UTC (rev 204) @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>gridsiim_svn</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> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |