You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by ip...@apache.org on 2004/12/06 22:48:17 UTC

svn commit: r110039 - /incubator/apollo/trunk/maven.xml /incubator/apollo/trunk/project.properties /incubator/apollo/trunk/project.xml

Author: ips
Date: Mon Dec  6 13:48:16 2004
New Revision: 110039

URL: http://svn.apache.org/viewcvs?view=rev&rev=110039
Log:
spec wsdls moved to their own Maven project under wsrf-types/

Modified:
   incubator/apollo/trunk/maven.xml
   incubator/apollo/trunk/project.properties
   incubator/apollo/trunk/project.xml

Modified: incubator/apollo/trunk/maven.xml
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/maven.xml?view=diff&rev=110039&p1=incubator/apollo/trunk/maven.xml&r1=110038&p2=incubator/apollo/trunk/maven.xml&r2=110039
==============================================================================
--- incubator/apollo/trunk/maven.xml	(original)
+++ incubator/apollo/trunk/maven.xml	Mon Dec  6 13:48:16 2004
@@ -129,10 +129,9 @@
     <copy file="${maven.build.dir}/${maven.final.name}.jar" todir="${maven.war.webapp.dir}/WEB-INF/lib" overwrite="true" verbose="true" />
 
     <!-- Copy spec WSDLs into spec/ subdir of webapp docroot. -->
-    <property name="spec.wsdl.deploy.dir" location="${maven.war.webapp.dir}/spec" />
-    <mkdir dir="${spec.wsdl.deploy.dir}" />
-    <copy todir="${spec.wsdl.deploy.dir}">
-       <fileset dir="${maven.src.dir}/wsdl/spec" />
+    <mkdir dir="${spec.wsdl.dest.dir}" />
+    <copy todir="${spec.wsdl.dest.dir}">
+       <fileset dir="${spec.wsdl.src.dir}" />
     </copy>
 
   </postGoal>

Modified: incubator/apollo/trunk/project.properties
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/project.properties?view=diff&rev=110039&p1=incubator/apollo/trunk/project.properties&r1=110038&p2=incubator/apollo/trunk/project.properties&r2=110039
==============================================================================
--- incubator/apollo/trunk/project.properties	(original)
+++ incubator/apollo/trunk/project.properties	Mon Dec  6 13:48:16 2004
@@ -52,4 +52,6 @@
 
 # MAVEN.XML GOALS
 ###################
-site.dest.dir = ${basedir}/../site
+site.dest.dir = ../site
+spec.wsdl.src.dir = wsrf-types/src/wsdl
+spec.wsdl.dest.dir = ${maven.war.webapp.dir}/spec

Modified: incubator/apollo/trunk/project.xml
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/project.xml?view=diff&rev=110039&p1=incubator/apollo/trunk/project.xml&r1=110038&p2=incubator/apollo/trunk/project.xml&r2=110039
==============================================================================
--- incubator/apollo/trunk/project.xml	(original)
+++ incubator/apollo/trunk/project.xml	Mon Dec  6 13:48:16 2004
@@ -97,6 +97,17 @@
                 <usage>Needed for various custom Tasks we've defined for updating a Wsdd and running WsdmWsdl2Java.</usage>
             </properties>
         </dependency>
+
+        <dependency>
+            <groupId>apollo</groupId>
+            <artifactId>wsrf-xbeans</artifactId>
+            <version>SNAPSHOT</version>
+            <url>http://incubator.apache.org/apollo/</url>
+            <properties>
+                <war.bundle>true</war.bundle>
+                <usage>Needed for handling requests. This contains the XmlBeans-generated code from the WSRF WSDLs/XSDs. This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
+            </properties>
+        </dependency>
         
         <dependency>
 	    <groupId>apollo</groupId>
@@ -237,18 +248,7 @@
                 <usage>Needed for threading.</usage>
             </properties>
         </dependency>
-                
-        <dependency>
-            <groupId>ws-fx</groupId>
-            <artifactId>wsfx-xmlbeans</artifactId>
-            <version>SNAPSHOT</version>
-            <url>https://ws-rp.hpsen.com/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-                <usage>Needed for handling requests. This contains the XmlBeans-generated code from the spec WSDLs. This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
-            </properties>
-        </dependency>
-       
+                       
         <dependency>
             <groupId>jaxen</groupId>
             <artifactId>jaxen</artifactId>

---------------------------------------------------------------------
To unsubscribe, e-mail: apollo-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: apollo-dev-help@ws.apache.org