You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by jo...@apache.org on 2005/10/26 21:17:24 UTC

svn commit: r328712 - in /webservices/commons/trunk/java5: .classpath .project

Author: jochen
Date: Wed Oct 26 12:17:04 2005
New Revision: 328712

URL: http://svn.apache.org/viewcvs?rev=328712&view=rev
Log:
Added files required for building with Eclipse.

Added:
    webservices/commons/trunk/java5/.classpath
    webservices/commons/trunk/java5/.project

Added: webservices/commons/trunk/java5/.classpath
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/java5/.classpath?rev=328712&view=auto
==============================================================================
--- webservices/commons/trunk/java5/.classpath (added)
+++ webservices/commons/trunk/java5/.classpath Wed Oct 26 12:17:04 2005
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<classpath>
+  <classpathentry excluding="" kind="src" path="src/java">
+  </classpathentry>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
+  </classpathentry>
+  <classpathentry kind="var" path="MAVEN_REPO/xml-apis/jars/xml-apis-2.0.2.jar">
+  </classpathentry>
+  <classpathentry kind="output" path="target/classes">
+  </classpathentry>
+</classpath>
\ No newline at end of file

Added: webservices/commons/trunk/java5/.project
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/java5/.project?rev=328712&view=auto
==============================================================================
--- webservices/commons/trunk/java5/.project (added)
+++ webservices/commons/trunk/java5/.project Wed Oct 26 12:17:04 2005
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<projectDescription>
+  <name>ws-commons-java5</name>
+  <comment>This is a clean room implementation of several Java classes, which are a part of Java 5. The purpose is for use with elder Java versions.</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>
\ No newline at end of file