Author: jochen
Date: Tue May 30 14:08:21 2006
New Revision: 410373
URL: http://svn.apache.org/viewvc?rev=410373&view=rev
Log:
Release 1.0 of the Java 5 Classes.
Modified:
webservices/commons/trunk/modules/java5/.classpath
webservices/commons/trunk/modules/java5/.project
Modified: webservices/commons/trunk/modules/java5/.classpath
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/java5/.classpath?rev=410373&r1=410372&r2=410373&view=diff
==============================================================================
--- webservices/commons/trunk/modules/java5/.classpath (original)
+++ webservices/commons/trunk/modules/java5/.classpath Tue May 30 14:08:21 2006
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="var"
path="MAVEN_REPO/xml-apis/jars/xml-apis-2.0.2.jar"/>
+ <classpathentry kind="con"
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: webservices/commons/trunk/modules/java5/.project
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/java5/.project?rev=410373&r1=410372&r2=410373&view=diff
==============================================================================
--- webservices/commons/trunk/modules/java5/.project (original)
+++ webservices/commons/trunk/modules/java5/.project Tue May 30 14:08:21 2006
@@ -1,18 +1,23 @@
<?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
+ <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>
+ <buildCommand>
+ <name>org.maven.ide.eclipse.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.maven.ide.eclipse.maven2Nature</nature>
+ </natures>
+</projectDescription>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]