Author: jochen
Date: Tue May 30 13:53:53 2006
New Revision: 410371
URL: http://svn.apache.org/viewvc?rev=410371&view=rev
Log:
Release 1.0 of the Java 5 Classes.
Added:
webservices/commons/trunk/modules/java5/pom.xml
webservices/commons/trunk/modules/java5/src/main/
webservices/commons/trunk/modules/java5/src/main/java/
- copied from r410365, webservices/commons/trunk/modules/java5/src/java/
webservices/commons/trunk/modules/java5/src/site/
webservices/commons/trunk/modules/java5/src/site/apt/
webservices/commons/trunk/modules/java5/src/site/apt/index.apt
webservices/commons/trunk/modules/java5/src/site/site.xml
Removed:
webservices/commons/trunk/modules/java5/build.xml
webservices/commons/trunk/modules/java5/project.properties
webservices/commons/trunk/modules/java5/project.xml
webservices/commons/trunk/modules/java5/src/java/
Modified:
webservices/commons/trunk/modules/java5/.classpath
Modified: webservices/commons/trunk/modules/java5/.classpath
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/java5/.classpath?rev=410371&r1=410370&r2=410371&view=diff
==============================================================================
--- webservices/commons/trunk/modules/java5/.classpath (original)
+++ webservices/commons/trunk/modules/java5/.classpath Tue May 30 13:53:53 2006
@@ -1,12 +1,6 @@
<?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
+ <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="output" path="target/classes"/>
+</classpath>
Added: webservices/commons/trunk/modules/java5/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/java5/pom.xml?rev=410371&view=auto
==============================================================================
--- webservices/commons/trunk/modules/java5/pom.xml (added)
+++ webservices/commons/trunk/modules/java5/pom.xml Tue May 30 13:53:53 2006
@@ -0,0 +1,136 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.ws.commons</groupId>
+ <artifactId>ws-commons-java5</artifactId>
+ <name>Apache Webservices Java 5 Classes</name>
+ <version>1.0</version>
+ <description>
+ This is a small collection of classes, which are part of
+ the Java 5 Core. In other words, you do not need this
+ library, if you are running Java 5, or later. The Java 5
+ classes are used by projects like Apache JaxMe, Apache
+ XML-RPC, or the the ws-common-utils.
+ </description>
+ <url>http://ws.apache.org/commons/ws-commons-java5/</url>
+ <issueManagement>
+ <system>jira</system>
+ <url>http://issues.apache.org/jira/browse/XMLRPC</url>
+ </issueManagement>
+ <inceptionYear>2005</inceptionYear>
+ <mailingLists>
+ <mailingList>
+ <name>XML-RPC Users</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/ws-xmlrpc-user/</archive>
+ <otherArchives>
+
<otherArchive>http://marc.theaimsgroup.com/?l=xmlrpc-user</otherArchive>
+ </otherArchives>
+ </mailingList>
+ <mailingList>
+ <name>XML-RPC Developers</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/ws-xmlrpc-dev/</archive>
+ <otherArchives>
+
<otherArchive>http://marc.theaimsgroup.com/?l=xmlrpc-dev</otherArchive>
+ </otherArchives>
+ </mailingList>
+ </mailingLists>
+ <developers>
+ <developer>
+ <name>Jochen Wiedmann</name>
+ <id>jochen</id>
+ <email>[EMAIL PROTECTED]</email>
+ </developer>
+ </developers>
+ <licenses>
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/java5/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/java5/</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/webservices/commons/trunk/modules/java5/</url>
+ </scm>
+ <organization>
+ <name>Apache Software Foundation</name>
+ <url>http://www.apache.org/</url>
+ </organization>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.3</source>
+ <target>1.2</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <configuration>
+ <downloadSources>true</downloadSources>
+ </configuration>
+ </plugin>
+ <plugin>
+ <inherited>true</inherited>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/assembly/bin.xml</descriptor>
+ <descriptor>src/main/assembly/src.xml</descriptor>
+ </descriptors>
+ <tarLongFileMode>gnu</tarLongFileMode>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <version>1.0.b2</version>
+ </dependency>
+ </dependencies>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </reporting>
+ <distributionManagement>
+ <repository>
+ <id>apache-maven</id>
+ <name>Apache Maven Repository</name>
+
<url>scp://people.apache.org/www/www.apache.org/dist/maven-repository</url>
+ </repository>
+ <snapshotRepository>
+ <uniqueVersion>false</uniqueVersion>
+ <id>apache-maven-snapshots</id>
+ <name>Apache Maven Snapshot Repository</name>
+
<url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+ </snapshotRepository>
+ </distributionManagement>
+</project>
Added: webservices/commons/trunk/modules/java5/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/java5/src/site/apt/index.apt?rev=410371&view=auto
==============================================================================
--- webservices/commons/trunk/modules/java5/src/site/apt/index.apt (added)
+++ webservices/commons/trunk/modules/java5/src/site/apt/index.apt Tue May 30
13:53:53 2006
@@ -0,0 +1,11 @@
+ ----------------------------------------
+ Apache Webservices Common Java 5 Classes
+ ----------------------------------------
+
+About Apache WS Common Java 5 Classes
+
+ This is a small collection of classes, which are part of
+ the Java 5 Core. In other words, you do not need this
+ library, if you are running Java 5, or later. The Java 5
+ classes are used by projects like Apache JaxMe, Apache
+ XML-RPC, or the the ws-common-utils.
Added: webservices/commons/trunk/modules/java5/src/site/site.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/java5/src/site/site.xml?rev=410371&view=auto
==============================================================================
--- webservices/commons/trunk/modules/java5/src/site/site.xml (added)
+++ webservices/commons/trunk/modules/java5/src/site/site.xml Tue May 30
13:53:53 2006
@@ -0,0 +1,22 @@
+<project name="ws-commons-util">
+ <bannerLeft>
+ <name>Apache Webservices Java 5 Classes</name>
+ <src>http://ws.apache.org/images/project-logo.jpg</src>
+ <href>http://ws.apache.org/commons/ws-commons-java5/</href>
+ </bannerLeft>
+ <body>
+ <links>
+ <item name="Apache" href="http://www.apache.org/"/>
+ <item name="Webservices" href="http://ws.apache.org/"/>
+ <item name="WS Commons" href="http://ws.apache.org/commons/"/>
+ <item name="Java 5 Classes"
href="http://ws.apache.org/commons/ws-commons-java5/"/>
+ </links>
+
+ <menu name="WS Commons Java5 Classes">
+ <item name="Overview" href="/index.html"/>
+ </menu>
+
+ ${reports}
+
+ </body>
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]