You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2008/06/02 20:47:31 UTC

svn commit: r662517 - in /webservices/juddi/trunk: ./ juddi-web-lean/pom.xml juddi-web/pom.xml juddi-ws/pom.xml

Author: kstam
Date: Mon Jun  2 11:47:30 2008
New Revision: 662517

URL: http://svn.apache.org/viewvc?rev=662517&view=rev
Log:
Adding parent references

Modified:
    webservices/juddi/trunk/   (props changed)
    webservices/juddi/trunk/juddi-web-lean/pom.xml
    webservices/juddi/trunk/juddi-web/pom.xml
    webservices/juddi/trunk/juddi-ws/pom.xml

Propchange: webservices/juddi/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Jun  2 11:47:30 2008
@@ -1,6 +1,7 @@
-build
-bin
-.classpath
-.project
-target
-.settings
+build
+bin
+.classpath
+.project
+target
+.settings
+target-eclipse

Modified: webservices/juddi/trunk/juddi-web-lean/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-web-lean/pom.xml?rev=662517&r1=662516&r2=662517&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-web-lean/pom.xml (original)
+++ webservices/juddi/trunk/juddi-web-lean/pom.xml Mon Jun  2 11:47:30 2008
@@ -1,6 +1,12 @@
 <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>
+  <parent>
+    <groupId>org.apache.juddi</groupId>
+    <artifactId>juddi-parent</artifactId>
+    <version>SNAPSHOT</version>
+  </parent>
+  
   <groupId>org.apache.juddi</groupId>
   <artifactId>juddi-web-lean</artifactId>
   <packaging>war</packaging>
@@ -52,7 +58,7 @@
 		  <webResources>
             <resource>
               <!-- this is relative to the pom.xml directory -->
-              <directory>juddi-web/src/main/webapp</directory>
+              <directory>../juddi-web/src/main/webapp</directory>
                <excludes>
                 <exclude>**/lib/</exclude>
                 <exclude>**/axis2.xml</exclude>

Modified: webservices/juddi/trunk/juddi-web/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-web/pom.xml?rev=662517&r1=662516&r2=662517&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-web/pom.xml (original)
+++ webservices/juddi/trunk/juddi-web/pom.xml Mon Jun  2 11:47:30 2008
@@ -1,6 +1,11 @@
 <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>
+  <parent>
+    <groupId>org.apache.juddi</groupId>
+    <artifactId>juddi-parent</artifactId>
+    <version>SNAPSHOT</version>
+  </parent>
   <groupId>org.apache.juddi</groupId>
   <artifactId>juddi-web</artifactId>
   <packaging>war</packaging>

Modified: webservices/juddi/trunk/juddi-ws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-ws/pom.xml?rev=662517&r1=662516&r2=662517&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-ws/pom.xml (original)
+++ webservices/juddi/trunk/juddi-ws/pom.xml Mon Jun  2 11:47:30 2008
@@ -2,7 +2,12 @@
 <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>
+  <modelVersion>4.0.0</modelVersion>
+   <parent>
+    <groupId>org.apache.juddi</groupId>
+    <artifactId>juddi-parent</artifactId>
+    <version>SNAPSHOT</version>
+  </parent>
   <groupId>org.apache.juddi</groupId>
   <artifactId>juddi-ws</artifactId>
   <name>jUDDI-WS</name>



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