|
From: Peter P. <pr...@us...> - 2007-06-04 17:55:40
|
Update of /cvsroot/pyxida/AsyncJ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21526 Added Files: .project .classpath Log Message: Initial commit of AsyncJ project needed for Pyxida --- NEW FILE: .project --- <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>AsyncJ</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> --- NEW FILE: .classpath --- <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry combineaccessrules="false" kind="src" path="/Util-PRP"/> <classpathentry kind="lib" path="lib/xmlrpc-2.0-a1-dev.jar"/> <classpathentry kind="output" path="classes"/> </classpath> |