Author: jochen
Date: Wed Dec 28 04:26:57 2005
New Revision: 359494
URL: http://svn.apache.org/viewcvs?rev=359494&view=rev
Log:
Preparing the 2.0.1 release.
Modified:
webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/.classpath
webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/.project
webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/pom.xml
Modified: webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/.classpath
URL:
http://svn.apache.org/viewcvs/webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/.classpath?rev=359494&r1=359493&r2=359494&view=diff
==============================================================================
--- webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/.classpath (original)
+++ webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/.classpath Wed Dec 28
04:26:57 2005
@@ -1,36 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="examples/echo">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry kind="src" path="src/java">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry kind="src" path="src/test">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="lib/commons-httpclient-3.0.jar">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="lib/junit-3.8.1.jar">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="lib/servletapi-2.2.jar">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="lib/commons-codec-1.3.jar">
- <attributes>
- </attributes>
- </classpathentry>
+ <classpathentry kind="src" path="examples/echo"/>
+ <classpathentry kind="src" path="src/java"/>
+ <classpathentry kind="src" path="src/test"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con"
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/.project
URL:
http://svn.apache.org/viewcvs/webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/.project?rev=359494&r1=359493&r2=359494&view=diff
==============================================================================
--- webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/.project (original)
+++ webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/.project Wed Dec 28 04:26:57
2005
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>ws-xmlrpc</name>
+ <name>ws-xmlrpc-2</name>
<comment></comment>
<projects>
</projects>
@@ -10,8 +10,14 @@
<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>
Modified: webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/pom.xml
URL:
http://svn.apache.org/viewcvs/webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/pom.xml?rev=359494&r1=359493&r2=359494&view=diff
==============================================================================
--- webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/pom.xml (original)
+++ webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/pom.xml Wed Dec 28 04:26:57
2005
@@ -115,7 +115,7 @@
</licenses>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/xmlrpc/</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/</developerConnection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/branches/XMLRPC_2_0_BRANCH/</developerConnection>
<tag>XMLRPC_2_0_BRANCH/</tag>
<url>http://svn.apache.org/viewcvs.cgi/webservices/xmlrpc/</url>
</scm>
@@ -158,6 +158,13 @@
</executions>
<configuration>
<attach>true</attach>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+
<tagBase>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/tags/</tagBase>
</configuration>
</plugin>
</plugins>