[Httpunit-commit] SF.net SVN: httpunit: [976] trunk/httpunit
Brought to you by:
russgold
|
From: <wol...@us...> - 2008-05-16 20:43:20
|
Revision: 976
http://httpunit.svn.sourceforge.net/httpunit/?rev=976&view=rev
Author: wolfgang_fahl
Date: 2008-05-16 13:43:00 -0700 (Fri, 16 May 2008)
Log Message:
-----------
Eclipse configuration files added
Added Paths:
-----------
trunk/httpunit/.classpath
trunk/httpunit/.project
Added: trunk/httpunit/.classpath
===================================================================
--- trunk/httpunit/.classpath (rev 0)
+++ trunk/httpunit/.classpath 2008-05-16 20:43:00 UTC (rev 976)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="test"/>
+ <classpathentry kind="src" path="pending-tests"/>
+ <classpathentry kind="src" path="examples"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib" path="jars/activation.jar"/>
+ <classpathentry kind="lib" path="jars/ant-dependencies.jar"/>
+ <classpathentry kind="lib" path="jars/mailapi.jar"/>
+ <classpathentry kind="lib" path="jars/quicksite.jar"/>
+ <classpathentry kind="var" path="MAVEN_REPOSITORY/jtidy/jars/jtidy-4aug2000r7_dev.jar"/>
+ <classpathentry kind="var" path="MAVEN_REPOSITORY/junit/jars/junit-3.8.1.jar"/>
+ <classpathentry kind="var" path="MAVEN_REPOSITORY/nekohtml/jars/nekohtml-1.9.6.jar"/>
+ <classpathentry kind="var" path="MAVEN_REPOSITORY/rhino/jars/js-1.6R5.jar" sourcepath="/pub/2008/rhino1_6R5.zip"/>
+ <classpathentry kind="var" path="MAVEN_REPOSITORY/servletapi/jars/servletapi-2.4.jar"/>
+ <classpathentry kind="var" path="MAVEN_REPOSITORY/xerces/jars/xercesImpl-2.6.1.jar" sourcepath="/pub/2008/Xerces-J-src.2.6.1.zip"/>
+ <classpathentry kind="var" path="MAVEN_REPOSITORY/xerces/jars/xmlParserAPIs-2.6.1.jar"/>
+ <classpathentry kind="lib" path="F:/pub/2008/Xerces-J-src.2.6.1.zip" sourcepath="F:/pub/2008/Xerces-J-src.2.6.1.zip"/>
+ <classpathentry kind="lib" path="META-INF"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: trunk/httpunit/.project
===================================================================
--- trunk/httpunit/.project (rev 0)
+++ trunk/httpunit/.project 2008-05-16 20:43:00 UTC (rev 976)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>httpunit</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.
|