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 2009/03/21 20:49:33 UTC

svn commit: r757000 - in /webservices/juddi/branches/v3_trunk: juddi-console/juddi-portal/pom.xml juddi-console/pom.xml juddi-console/uddi-portlets/pom.xml pom.xml

Author: kstam
Date: Sat Mar 21 19:49:32 2009
New Revision: 757000

URL: http://svn.apache.org/viewvc?rev=757000&view=rev
Log:
JUDDI-199 - do not run with the main build.

Added:
    webservices/juddi/branches/v3_trunk/juddi-console/pom.xml
Modified:
    webservices/juddi/branches/v3_trunk/juddi-console/juddi-portal/pom.xml
    webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml
    webservices/juddi/branches/v3_trunk/pom.xml

Modified: webservices/juddi/branches/v3_trunk/juddi-console/juddi-portal/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-console/juddi-portal/pom.xml?rev=757000&r1=756999&r2=757000&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-console/juddi-portal/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-console/juddi-portal/pom.xml Sat Mar 21 19:49:32 2009
@@ -19,7 +19,7 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.juddi</groupId>
-    <artifactId>juddi-parent</artifactId>
+    <artifactId>juddi-console</artifactId>
     <version>3.0.0.SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion> 

Added: webservices/juddi/branches/v3_trunk/juddi-console/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-console/pom.xml?rev=757000&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-console/pom.xml (added)
+++ webservices/juddi/branches/v3_trunk/juddi-console/pom.xml Sat Mar 21 19:49:32 2009
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */ -->
+<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">
+  <parent>
+    <groupId>org.apache.juddi</groupId>
+    <artifactId>juddi-parent</artifactId>
+    <version>3.0.0.SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion> 
+  <groupId>org.apache.juddi</groupId>
+  <artifactId>juddi-console</artifactId>
+  <version>3.0.0.SNAPSHOT</version>
+  <name>jUDDI Console</name>
+  <url>http://maven.apache.org</url>
+  <packaging>pom</packaging>
+  <modules>
+    <module>uddi-portlets</module>
+    <module>juddi-portal</module>
+  </modules>
+</project>

Modified: webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml?rev=757000&r1=756999&r2=757000&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml Sat Mar 21 19:49:32 2009
@@ -3,7 +3,7 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<groupId>org.apache.juddi</groupId>
-		<artifactId>juddi-parent</artifactId>
+		<artifactId>juddi-console</artifactId>
 		<version>3.0.0.SNAPSHOT</version>
 	</parent>
 	<!--

Modified: webservices/juddi/branches/v3_trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/pom.xml?rev=757000&r1=756999&r2=757000&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/pom.xml Sat Mar 21 19:49:32 2009
@@ -137,8 +137,6 @@
     <module>juddi-axis</module>
     <module>juddi-tomcat</module>
     <module>uddi-client</module>
-    <module>juddi-console/uddi-portlets</module>
-    <module>juddi-console/juddi-portal</module>
   </modules>
   <distributionManagement>
     <repository>



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