[Jreepad-CVS] jreepad .project,NONE,1.1 .classpath,NONE,1.1
Brought to you by:
danstowell
From: PeWu <pe...@us...> - 2007-01-14 16:58:28
|
Update of /cvsroot/jreepad/jreepad In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv13732 Added Files: .project .classpath Log Message: added eclipse project files --- NEW FILE: .project --- <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>jreepad</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="lib" path="lib/AppleJavaExtensions.jar"/> <classpathentry kind="lib" path="lib/BrowserLauncher2-10rc4.jar"/> <classpathentry kind="lib" path="lib/gnu-regexp-1.1.4.jar"/> <classpathentry kind="lib" path="lib/JTextile-1.2.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="build"/> </classpath> |