You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by jo...@apache.org on 2006/01/08 01:48:58 UTC

svn commit: r366966 - in /webservices/xmlrpc/branches/b20050512_streaming: ./ patches/ scripts/ src/java/ src/main/ src/main/java/ src/test/org/ src/testResources/

Author: jochen
Date: Sat Jan  7 16:48:46 2006
New Revision: 366966

URL: http://svn.apache.org/viewcvs?rev=366966&view=rev
Log:
The latest version of the maven-assembly-plugin is now being used.

Added:
    webservices/xmlrpc/branches/b20050512_streaming/src/main/
    webservices/xmlrpc/branches/b20050512_streaming/src/main/java/
      - copied from r332856, webservices/xmlrpc/branches/b20050512_streaming/src/java/
Removed:
    webservices/xmlrpc/branches/b20050512_streaming/NOTES
    webservices/xmlrpc/branches/b20050512_streaming/README.txt
    webservices/xmlrpc/branches/b20050512_streaming/build.xml
    webservices/xmlrpc/branches/b20050512_streaming/default.properties
    webservices/xmlrpc/branches/b20050512_streaming/maven.xml
    webservices/xmlrpc/branches/b20050512_streaming/patches/
    webservices/xmlrpc/branches/b20050512_streaming/project.properties
    webservices/xmlrpc/branches/b20050512_streaming/scripts/
    webservices/xmlrpc/branches/b20050512_streaming/src/java/
    webservices/xmlrpc/branches/b20050512_streaming/src/test/org/
    webservices/xmlrpc/branches/b20050512_streaming/src/testResources/
Modified:
    webservices/xmlrpc/branches/b20050512_streaming/.classpath
    webservices/xmlrpc/branches/b20050512_streaming/.project
    webservices/xmlrpc/branches/b20050512_streaming/pom.xml

Modified: webservices/xmlrpc/branches/b20050512_streaming/.classpath
URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/branches/b20050512_streaming/.classpath?rev=366966&r1=366965&r2=366966&view=diff
==============================================================================
--- webservices/xmlrpc/branches/b20050512_streaming/.classpath (original)
+++ webservices/xmlrpc/branches/b20050512_streaming/.classpath Sat Jan  7 16:48:46 2006
@@ -1,17 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-  <classpathentry kind="src" path="src/java"/>
-  <classpathentry kind="src" path="src/test" output="target/test-classes"/>
-  <classpathentry kind="src" path="src/testResources" output="target/test-classes"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="var" rootpath="JRE_SRCROOT" path="JRE_LIB" sourcepath="JRE_SRC"/>
-  <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
-  <classpathentry kind="var" path="M2_REPO/ws-commons-java5/ws-commons-java5/1.0/ws-commons-java5-1.0.jar"/>
-  <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.1.3/log4j-1.1.3.jar"/>
-  <classpathentry kind="var" path="M2_REPO/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar"/>
-  <classpathentry kind="var" path="M2_REPO/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.jar"/>
-  <classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.jar"/>
-  <classpathentry kind="var" path="M2_REPO/ws-commons-util/ws-commons-util/1.0/ws-commons-util-1.0.jar"/>
-  <classpathentry kind="var" path="M2_REPO/jaxme/jaxmeapi/0.5/jaxmeapi-0.5.jar"/>
-  <classpathentry kind="var" path="M2_REPO/logkit/logkit/1.0.1/logkit-1.0.1.jar"/>
-  <classpathentry kind="var" path="M2_REPO/commons-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar"/>
-</classpath>
\ No newline at end of file
+	<classpathentry kind="src" path="src/main/java"/>
+	<classpathentry kind="src" path="src/test/java"/>
+	<classpathentry kind="src" path="src/test/resources"/>
+	<classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Modified: webservices/xmlrpc/branches/b20050512_streaming/.project
URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/branches/b20050512_streaming/.project?rev=366966&r1=366965&r2=366966&view=diff
==============================================================================
--- webservices/xmlrpc/branches/b20050512_streaming/.project (original)
+++ webservices/xmlrpc/branches/b20050512_streaming/.project Sat Jan  7 16:48:46 2006
@@ -1,18 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-  <name>xmlrpc</name>
-  <comment>Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol
+	<name>ws-xmlrpc-3</name>
+	<comment>Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol
         that uses XML over HTTP to implement remote procedure calls.
         Compared to SOAP, or JAX-RPC, it is stable, much simpler and easier to
         handle. Version 3 of Apache XML-RPC introduces several important vendor
         extensions over the original XML-RPC specification.</comment>
-  <projects/>
-  <buildSpec>
-    <buildCommand>
-      <name>org.eclipse.jdt.core.javabuilder</name>
-      <arguments/>
-    </buildCommand>
-  </buildSpec>
-  <natures>
-    <nature>org.eclipse.jdt.core.javanature</nature>
-  </natures>
-</projectDescription>
\ No newline at end of file
+	<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>

Modified: webservices/xmlrpc/branches/b20050512_streaming/pom.xml
URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/branches/b20050512_streaming/pom.xml?rev=366966&r1=366965&r2=366966&view=diff
==============================================================================
--- webservices/xmlrpc/branches/b20050512_streaming/pom.xml (original)
+++ webservices/xmlrpc/branches/b20050512_streaming/pom.xml Sat Jan  7 16:48:46 2006
@@ -125,19 +125,39 @@
         <url>http://www.apache.org/</url>
     </organization>
     <build>
-        <sourceDirectory>src/java</sourceDirectory>
-        <testSourceDirectory>src/test</testSourceDirectory>
+        <sourceDirectory>src/main/java</sourceDirectory>
+        <testSourceDirectory>src/test/java</testSourceDirectory>
         <testResources>
             <testResource>
-                <directory>src/testResources</directory>
+                <directory>src/test/resources</directory>
             </testResource>
         </testResources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-eclipse-plugin</artifactId>
+                <configuration>
+                    <downloadSources>true</downloadSources>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <configuration>
+                    <descriptors>
+                        <value>src/main/assembly/bin.xml</value>
+                        <value>src/main/assembly/src.xml</value>
+                    </descriptors>
+                </configuration>
+            </plugin>
+        </plugins>
     </build>
     <dependencies>
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>2.0.2</version>
+            <version>3.0</version>
             <type>jar</type>
         </dependency>
         <dependency>