You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2006/08/20 21:03:40 UTC

svn commit: r433013 [2/3] - in /webservices/muse/trunk/modules: ./ muse-core/ muse-osgi-core/ muse-osgi-soa-axis2/ muse-osgi-soa-core/ muse-platform-axis2/ muse-platform-jaxws/ muse-tools/ muse-util-qname/ muse-util-xml/ muse-util-xstream/ muse-util/ m...

Modified: webservices/muse/trunk/modules/muse-wsrf-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-wsrf-api/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/muse-wsrf-api/pom.xml (original)
+++ webservices/muse/trunk/modules/muse-wsrf-api/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,56 +1,33 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse</groupId>
-  <artifactId>muse-wsrf-api</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>Apache Muse - WS-ResourceFramework 1.2 API</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-core</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-util-qname</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsa-soap</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>muse</groupId>
+		<artifactId>build-all</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>muse-wsrf-api</artifactId>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>Apache Muse - WS-ResourceFramework 1.2 API</name>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-util</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-util-qname</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-util-xml</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-core</artifactId>
+		</dependency>
+	</dependencies>
 </project>

Modified: webservices/muse/trunk/modules/muse-wsrf-impl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-wsrf-impl/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/muse-wsrf-impl/pom.xml (original)
+++ webservices/muse/trunk/modules/muse-wsrf-impl/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,82 +1,39 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse</groupId>
-  <artifactId>muse-wsrf-impl</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>Apache Muse - WS-ResourceFramework 1.2 Default Implementation</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-core</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-util</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-util-qname</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-util-xml</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsa-soap</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsrf-api</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <includes>
-        	<include>**/*.properties</include>
-        </includes>
-      </resource>
-    </resources>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>muse</groupId>
+		<artifactId>build-all</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>muse-wsrf-impl</artifactId>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>
+		Apache Muse - WS-ResourceFramework 1.2 Default Implementation
+	</name>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-util</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-util-qname</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-util-xml</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-core</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-wsrf-api</artifactId>
+		</dependency>
+	</dependencies>
 </project>

Modified: webservices/muse/trunk/modules/muse-wsrf-rmd/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-wsrf-rmd/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/muse-wsrf-rmd/pom.xml (original)
+++ webservices/muse/trunk/modules/muse-wsrf-rmd/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,92 +1,35 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse</groupId>
-  <artifactId>muse-wsrf-rmd</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>Apache Muse - WS-RF WS-ResourceMetadataDescriptor 1.0 CD</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-core</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-util</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-util-qname</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-util-xml</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsa-soap</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsrf-api</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsrf-impl</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsx-api</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsx-impl</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>muse</groupId>
+		<artifactId>build-all</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>muse-wsrf-rmd</artifactId>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>
+		Apache Muse - WS-RF WS-ResourceMetadataDescriptor 1.0 CD
+	</name>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-wsa-soap</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-wsa-soap</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-wsrf-impl</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-wsx-impl</artifactId>
+		</dependency>
+	</dependencies>
 </project>

Modified: webservices/muse/trunk/modules/muse-wsx-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-wsx-api/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/muse-wsx-api/pom.xml (original)
+++ webservices/muse/trunk/modules/muse-wsx-api/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,50 +1,33 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse</groupId>
-  <artifactId>muse-wsx-api</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>Apache Muse - WS-MetadataExchange 09/2004 API</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-core</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-util-qname</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>muse</groupId>
+		<artifactId>build-all</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>muse-wsx-api</artifactId>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>Apache Muse - WS-MetadataExchange 09/2004 API</name>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-util</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-util-qname</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-util-xml</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-core</artifactId>
+		</dependency>
+	</dependencies>
 </project>

Modified: webservices/muse/trunk/modules/muse-wsx-impl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-wsx-impl/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/muse-wsx-impl/pom.xml (original)
+++ webservices/muse/trunk/modules/muse-wsx-impl/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,62 +1,35 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse</groupId>
-  <artifactId>muse-wsx-impl</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>Apache Muse - WS-MetadataExchange 09/2004 Default Implementation</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-core</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-util-qname</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-util-xml</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsx-api</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>muse</groupId>
+		<artifactId>build-all</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>muse-wsx-impl</artifactId>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>
+		Apache Muse - WS-MetadataExchange 09/2004 Default Implementation
+	</name>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-wsx-api</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-util-qname</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-util-xml</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-core</artifactId>
+		</dependency>
+	</dependencies>
 </project>

Modified: webservices/muse/trunk/modules/osgi-bundles/muse-core/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/osgi-bundles/muse-core/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/osgi-bundles/muse-core/pom.xml (original)
+++ webservices/muse/trunk/modules/osgi-bundles/muse-core/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,70 +1,22 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse-osgi</groupId>
-  <artifactId>muse-core</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>OSGi Bundle - muse-core</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-core</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <includes>
-        	<include>**/*.properties</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-core/build/jars</directory>
-        <includes>
-        	<include>*.jar</include>
-        </includes>
-      </resource>
-    </resources>
-    
-    <plugins>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <configuration>
-                <archive>
-		    <manifestFile>resources/META-INF/MANIFEST.MF</manifestFile>
-                </archive>
-            </configuration>
-        </plugin>
-    </plugins>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>
+	<artifactId>muse-core</artifactId>
+	<parent>
+		<groupId>muse-osgi</groupId>
+		<artifactId>osgi-bundles</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>OSGi Bundle - muse-core</name>
+	<url>http://ws.apache.org/muse</url>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-core</artifactId>
+		</dependency>
+	</dependencies>
 </project>

Modified: webservices/muse/trunk/modules/osgi-bundles/muse-util-all/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/osgi-bundles/muse-util-all/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/osgi-bundles/muse-util-all/pom.xml (original)
+++ webservices/muse/trunk/modules/osgi-bundles/muse-util-all/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,94 +1,54 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse-osgi</groupId>
-  <artifactId>muse-util-all</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>OSGi Bundle - muse-util, muse-util-qname, and muse-util-xml</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-util</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-util-qname</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-util-xml</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <includes>
-        	<include>**/*.properties</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-util/build/jars</directory>
-        <includes>
-        	<include>*.jar</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-util-qname/build/jars</directory>
-        <includes>
-        	<include>*.jar</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-util-xml/build/jars</directory>
-        <includes>
-        	<include>*.jar</include>
-        </includes>
-      </resource>
-    </resources>
-    
-    <plugins>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <configuration>
-                <archive>
-		    <manifestFile>resources/META-INF/MANIFEST.MF</manifestFile>
-                </archive>
-            </configuration>
-        </plugin>
-    </plugins>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>muse-osgi</groupId>
+		<artifactId>osgi-bundles</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>muse-util-all</artifactId>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>
+		OSGi Bundle - muse-util, muse-util-qname, and muse-util-xml
+	</name>
+	<url>http://ws.apache.org/muse</url>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-util</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-util-qname</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-util-xml</artifactId>
+		</dependency>
+	</dependencies>
+	<build>
+		<resources>
+			<resource>
+				<directory>../../muse-util/target</directory>
+				<includes>
+					<include>*.jar</include>
+				</includes>
+			</resource>
+			<resource>
+				<directory>../../muse-util-qname/target</directory>
+				<includes>
+					<include>*.jar</include>
+				</includes>
+			</resource>
+			<resource>
+				<directory>../../muse-util-xml/target</directory>
+				<includes>
+					<include>*.jar</include>
+				</includes>
+			</resource>
+		</resources>
+	</build>
 </project>

Modified: webservices/muse/trunk/modules/osgi-bundles/muse-wsa-soap/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/osgi-bundles/muse-wsa-soap/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/osgi-bundles/muse-wsa-soap/pom.xml (original)
+++ webservices/muse/trunk/modules/osgi-bundles/muse-wsa-soap/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,76 +1,22 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse-osgi</groupId>
-  <artifactId>muse-wsa-soap</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>OSGi Bundle - muse-wsa-soap</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsa-soap</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <includes>
-        	<include>**/*.properties</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-wsa-soap/build/jars</directory>
-        <includes>
-        	<include>*.jar</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-wsa-soap/specs</directory>
-        <includes>
-        	<include>**.*</include>
-        </includes>
-      </resource>
-    </resources>
-    
-    <plugins>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <configuration>
-                <archive>
-		    <manifestFile>resources/META-INF/MANIFEST.MF</manifestFile>
-                </archive>
-            </configuration>
-        </plugin>
-    </plugins>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>muse-osgi</groupId>
+		<artifactId>osgi-bundles</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>muse-wsa-soap</artifactId>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>OSGi Bundle - muse-wsa-soap</name>
+	<url>http://ws.apache.org/muse</url>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-wsa-soap</artifactId>
+		</dependency>
+	</dependencies>
 </project>

Modified: webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-muws-adv-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-muws-adv-api/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-muws-adv-api/pom.xml (original)
+++ webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-muws-adv-api/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,76 +1,22 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse-osgi</groupId>
-  <artifactId>muse-wsdm-muws-adv-api</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>OSGi Bundle - muse-wsdm-muws-adv-api</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsdm-muws-adv-api</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <includes>
-        	<include>**/*.properties</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-wsdm-muws-adv-api/build/jars</directory>
-        <includes>
-        	<include>*.jar</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-wsdm-muws-adv-api/specs</directory>
-        <includes>
-        	<include>**.*</include>
-        </includes>
-      </resource>
-    </resources>
-    
-    <plugins>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <configuration>
-                <archive>
-		    <manifestFile>resources/META-INF/MANIFEST.MF</manifestFile>
-                </archive>
-            </configuration>
-        </plugin>
-    </plugins>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>muse-osgi</groupId>
+		<artifactId>osgi-bundles</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>muse-wsdm-muws-adv-api</artifactId>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>OSGi Bundle - muse-wsdm-muws-adv-api</name>
+	<url>http://ws.apache.org/muse</url>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-wsdm-muws-adv-api</artifactId>
+		</dependency>
+	</dependencies>
 </project>

Modified: webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-muws-adv-impl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-muws-adv-impl/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-muws-adv-impl/pom.xml (original)
+++ webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-muws-adv-impl/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,70 +1,22 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse-osgi</groupId>
-  <artifactId>muse-wsdm-muws-adv-impl</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>OSGi Bundle - muse-wsdm-muws-adv-impl</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsdm-muws-adv-impl</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <includes>
-        	<include>**/*.properties</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-wsdm-muws-adv-impl/build/jars</directory>
-        <includes>
-        	<include>*.jar</include>
-        </includes>
-      </resource>
-    </resources>
-    
-    <plugins>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <configuration>
-                <archive>
-		    <manifestFile>resources/META-INF/MANIFEST.MF</manifestFile>
-                </archive>
-            </configuration>
-        </plugin>
-    </plugins>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>muse-osgi</groupId>
+		<artifactId>osgi-bundles</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>muse-wsdm-muws-adv-impl</artifactId>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>OSGi Bundle - muse-wsdm-muws-adv-impl</name>
+	<url>http://ws.apache.org/muse</url>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-wsdm-muws-adv-impl</artifactId>
+		</dependency>
+	</dependencies>
 </project>

Modified: webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-muws-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-muws-api/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-muws-api/pom.xml (original)
+++ webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-muws-api/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,76 +1,22 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse-osgi</groupId>
-  <artifactId>muse-wsdm-muws-api</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>OSGi Bundle - muse-wsdm-muws-api</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsdm-muws-api</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <includes>
-        	<include>**/*.properties</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-wsdm-muws-api/build/jars</directory>
-        <includes>
-        	<include>*.jar</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-wsdm-muws-api/specs</directory>
-        <includes>
-        	<include>**.*</include>
-        </includes>
-      </resource>
-    </resources>
-    
-    <plugins>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <configuration>
-                <archive>
-		    <manifestFile>resources/META-INF/MANIFEST.MF</manifestFile>
-                </archive>
-            </configuration>
-        </plugin>
-    </plugins>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>muse-osgi</groupId>
+		<artifactId>osgi-bundles</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>muse-wsdm-muws-api</artifactId>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>OSGi Bundle - muse-wsdm-muws-api</name>
+	<url>http://ws.apache.org/muse</url>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-wsdm-muws-api</artifactId>
+		</dependency>
+	</dependencies>
 </project>

Modified: webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-muws-impl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-muws-impl/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-muws-impl/pom.xml (original)
+++ webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-muws-impl/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,82 +1,30 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse-osgi</groupId>
-  <artifactId>muse-wsdm-muws-impl</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>OSGi Bundle - muse-wsdm-muws-impl</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsdm-muws-impl</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>osgi_R4_core</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse-osgi</groupId>
-      <artifactId>muse-osgi-core</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <includes>
-        	<include>**/*.properties</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-wsdm-muws-impl/build/jars</directory>
-        <includes>
-        	<include>*.jar</include>
-        </includes>
-      </resource>
-    </resources>
-    
-    <plugins>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <configuration>
-                <archive>
-		    <manifestFile>resources/META-INF/MANIFEST.MF</manifestFile>
-                </archive>
-            </configuration>
-        </plugin>
-    </plugins>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>muse-osgi</groupId>
+		<artifactId>osgi-bundles</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>muse-wsdm-muws-impl</artifactId>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>OSGi Bundle - muse-wsdm-muws-impl</name>
+	<url>http://ws.apache.org/muse</url>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-wsdm-muws-impl</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.osgi</groupId>
+			<artifactId>osgi_R4_core</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-osgi-core</artifactId>
+		</dependency>
+	</dependencies>
 </project>

Modified: webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-wef-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-wef-api/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-wef-api/pom.xml (original)
+++ webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-wef-api/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,70 +1,22 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse-osgi</groupId>
-  <artifactId>muse-wsdm-wef-api</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>OSGi Bundle - muse-wsdm-wef-api</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsdm-wef-api</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <includes>
-        	<include>**/*.properties</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-wsdm-wef-api/build/jars</directory>
-        <includes>
-        	<include>*.jar</include>
-        </includes>
-      </resource>
-    </resources>
-    
-    <plugins>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <configuration>
-                <archive>
-		    <manifestFile>resources/META-INF/MANIFEST.MF</manifestFile>
-                </archive>
-            </configuration>
-        </plugin>
-    </plugins>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>muse-osgi</groupId>
+		<artifactId>osgi-bundles</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>muse-wsdm-wef-api</artifactId>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>OSGi Bundle - muse-wsdm-wef-api</name>
+	<url>http://ws.apache.org/muse</url>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-wsdm-wef-api</artifactId>
+		</dependency>
+	</dependencies>
 </project>

Modified: webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-wef-impl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-wef-impl/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-wef-impl/pom.xml (original)
+++ webservices/muse/trunk/modules/osgi-bundles/muse-wsdm-wef-impl/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,70 +1,22 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse-osgi</groupId>
-  <artifactId>muse-wsdm-wef-impl</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>OSGi Bundle - muse-wsdm-wef-impl</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsdm-wef-impl</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <includes>
-        	<include>**/*.properties</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-wsdm-wef-impl/build/jars</directory>
-        <includes>
-        	<include>*.jar</include>
-        </includes>
-      </resource>
-    </resources>
-    
-    <plugins>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <configuration>
-                <archive>
-		    <manifestFile>resources/META-INF/MANIFEST.MF</manifestFile>
-                </archive>
-            </configuration>
-        </plugin>
-    </plugins>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>muse-osgi</groupId>
+		<artifactId>osgi-bundles</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>muse-wsdm-wef-impl</artifactId>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>OSGi Bundle - muse-wsdm-wef-impl</name>
+	<url>http://ws.apache.org/muse</url>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-wsdm-wef-impl</artifactId>
+		</dependency>
+	</dependencies>
 </project>

Modified: webservices/muse/trunk/modules/osgi-bundles/muse-wsn-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/osgi-bundles/muse-wsn-api/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/osgi-bundles/muse-wsn-api/pom.xml (original)
+++ webservices/muse/trunk/modules/osgi-bundles/muse-wsn-api/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,76 +1,22 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse-osgi</groupId>
-  <artifactId>muse-wsn-api</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>OSGi Bundle - muse-wsn-api</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsn-api</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <includes>
-        	<include>**/*.properties</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-wsn-api/build/jars</directory>
-        <includes>
-        	<include>*.jar</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-wsn-api/specs</directory>
-        <includes>
-        	<include>**.*</include>
-        </includes>
-      </resource>
-    </resources>
-    
-    <plugins>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <configuration>
-                <archive>
-		    <manifestFile>resources/META-INF/MANIFEST.MF</manifestFile>
-                </archive>
-            </configuration>
-        </plugin>
-    </plugins>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>muse-osgi</groupId>
+		<artifactId>osgi-bundles</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>muse-wsn-api</artifactId>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>OSGi Bundle - muse-wsn-api</name>
+	<url>http://ws.apache.org/muse</url>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-wsn-api</artifactId>
+		</dependency>
+	</dependencies>
 </project>

Modified: webservices/muse/trunk/modules/osgi-bundles/muse-wsn-impl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/osgi-bundles/muse-wsn-impl/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/osgi-bundles/muse-wsn-impl/pom.xml (original)
+++ webservices/muse/trunk/modules/osgi-bundles/muse-wsn-impl/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,82 +1,60 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse-osgi</groupId>
-  <artifactId>muse-wsn-impl</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>OSGi Bundle - muse-wsn-impl</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsn-impl</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>osgi_R4_core</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse-osgi</groupId>
-      <artifactId>muse-osgi-core</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <includes>
-        	<include>**/*.properties</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-wsn-impl/build/jars</directory>
-        <includes>
-        	<include>*.jar</include>
-        </includes>
-      </resource>
-    </resources>
-    
-    <plugins>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <configuration>
-                <archive>
-		    <manifestFile>resources/META-INF/MANIFEST.MF</manifestFile>
-                </archive>
-            </configuration>
-        </plugin>
-    </plugins>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>muse-osgi</groupId>
+		<artifactId>osgi-bundles</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>muse-wsn-impl</artifactId>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>OSGi Bundle - muse-wsn-impl</name>
+	<url>http://ws.apache.org/muse</url>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-wsn-impl</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.osgi</groupId>
+			<artifactId>osgi_R4_core</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-osgi-core</artifactId>
+		</dependency>
+	</dependencies>
+	<build>
+		<sourceDirectory>src</sourceDirectory>
+		<resources>
+			<resource>
+				<directory>src</directory>
+				<includes>
+					<include>**/*.properties</include>
+				</includes>
+			</resource>
+			<resource>
+				<directory>../../muse-wsn-impl/target</directory>
+				<includes>
+					<include>*.jar</include>
+				</includes>
+			</resource>
+		</resources>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<configuration>
+					<archive>
+						<manifestFile>
+							resources/META-INF/MANIFEST.MF
+						</manifestFile>
+					</archive>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 </project>

Modified: webservices/muse/trunk/modules/osgi-bundles/muse-wsrf-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/osgi-bundles/muse-wsrf-api/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/osgi-bundles/muse-wsrf-api/pom.xml (original)
+++ webservices/muse/trunk/modules/osgi-bundles/muse-wsrf-api/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,76 +1,22 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse-osgi</groupId>
-  <artifactId>muse-wsrf-api</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>OSGi Bundle - muse-wsrf-api</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsrf-api</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <includes>
-        	<include>**/*.properties</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-wsrf-api/build/jars</directory>
-        <includes>
-        	<include>*.jar</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-wsrf-api/specs</directory>
-        <includes>
-        	<include>**.*</include>
-        </includes>
-      </resource>
-    </resources>
-    
-    <plugins>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <configuration>
-                <archive>
-		    <manifestFile>resources/META-INF/MANIFEST.MF</manifestFile>
-                </archive>
-            </configuration>
-        </plugin>
-    </plugins>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>muse-osgi</groupId>
+		<artifactId>osgi-bundles</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>muse-wsrf-api</artifactId>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>OSGi Bundle - muse-wsrf-api</name>
+	<url>http://ws.apache.org/muse</url>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-wsrf-api</artifactId>
+		</dependency>
+	</dependencies>
 </project>

Modified: webservices/muse/trunk/modules/osgi-bundles/muse-wsrf-impl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/osgi-bundles/muse-wsrf-impl/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/osgi-bundles/muse-wsrf-impl/pom.xml (original)
+++ webservices/muse/trunk/modules/osgi-bundles/muse-wsrf-impl/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,82 +1,30 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse-osgi</groupId>
-  <artifactId>muse-wsrf-impl</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>OSGi Bundle - muse-wsrf-impl</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsrf-impl</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>osgi_R4_core</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse-osgi</groupId>
-      <artifactId>muse-osgi-core</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <includes>
-        	<include>**/*.properties</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-wsrf-impl/build/jars</directory>
-        <includes>
-        	<include>*.jar</include>
-        </includes>
-      </resource>
-    </resources>
-    
-    <plugins>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <configuration>
-                <archive>
-		    <manifestFile>resources/META-INF/MANIFEST.MF</manifestFile>
-                </archive>
-            </configuration>
-        </plugin>
-    </plugins>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>muse-osgi</groupId>
+		<artifactId>osgi-bundles</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>muse-wsrf-impl</artifactId>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>OSGi Bundle - muse-wsrf-impl</name>
+	<url>http://ws.apache.org/muse</url>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-wsrf-impl</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.osgi</groupId>
+			<artifactId>osgi_R4_core</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-osgi-core</artifactId>
+		</dependency>
+	</dependencies>
 </project>

Modified: webservices/muse/trunk/modules/osgi-bundles/muse-wsrf-rmd/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/osgi-bundles/muse-wsrf-rmd/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/osgi-bundles/muse-wsrf-rmd/pom.xml (original)
+++ webservices/muse/trunk/modules/osgi-bundles/muse-wsrf-rmd/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,70 +1,22 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse-osgi</groupId>
-  <artifactId>muse-wsrf-rmd</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>OSGi Bundle - muse-wsrf-rmd</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsrf-rmd</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <includes>
-        	<include>**/*.properties</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-wsrf-rmd/build/jars</directory>
-        <includes>
-        	<include>*.jar</include>
-        </includes>
-      </resource>
-    </resources>
-    
-    <plugins>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <configuration>
-                <archive>
-		    <manifestFile>resources/META-INF/MANIFEST.MF</manifestFile>
-                </archive>
-            </configuration>
-        </plugin>
-    </plugins>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>muse-osgi</groupId>
+		<artifactId>osgi-bundles</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>muse-wsrf-rmd</artifactId>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>OSGi Bundle - muse-wsrf-rmd</name>
+	<url>http://ws.apache.org/muse</url>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-wsrf-rmd</artifactId>
+		</dependency>
+	</dependencies>
 </project>

Modified: webservices/muse/trunk/modules/osgi-bundles/muse-wsx-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/osgi-bundles/muse-wsx-api/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/osgi-bundles/muse-wsx-api/pom.xml (original)
+++ webservices/muse/trunk/modules/osgi-bundles/muse-wsx-api/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,76 +1,24 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse-osgi</groupId>
-  <artifactId>muse-wsx-api</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>OSGi Bundle - muse-wsx-api</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsx-api</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <includes>
-        	<include>**/*.properties</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-wsx-api/build/jars</directory>
-        <includes>
-        	<include>*.jar</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-wsx-api/specs</directory>
-        <includes>
-        	<include>**.*</include>
-        </includes>
-      </resource>
-    </resources>
-    
-    <plugins>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <configuration>
-                <archive>
-		    <manifestFile>resources/META-INF/MANIFEST.MF</manifestFile>
-                </archive>
-            </configuration>
-        </plugin>
-    </plugins>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>muse-osgi</groupId>
+		<artifactId>osgi-bundles</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>muse-wsx-api</artifactId>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>OSGi Bundle - muse-wsx-api</name>
+	<url>http://ws.apache.org/muse</url>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-wsx-api</artifactId>
+			<version>2.0.0-SNAPSHOT</version>
+			<scope>compile</scope>
+		</dependency>
+	</dependencies>
 </project>

Modified: webservices/muse/trunk/modules/osgi-bundles/muse-wsx-impl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/osgi-bundles/muse-wsx-impl/pom.xml?rev=433013&r1=433012&r2=433013&view=diff
==============================================================================
--- webservices/muse/trunk/modules/osgi-bundles/muse-wsx-impl/pom.xml (original)
+++ webservices/muse/trunk/modules/osgi-bundles/muse-wsx-impl/pom.xml Sun Aug 20 12:03:38 2006
@@ -1,82 +1,30 @@
 <?xml version="1.0"?>
-<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>
-  <groupId>muse-osgi</groupId>
-  <artifactId>muse-wsx-impl</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>OSGi Bundle - muse-wsx-impl</name>
-  <url>http://ws.apache.org/muse</url>
-  <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-wsx-impl</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>osgi_R4_core</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>muse-osgi</groupId>
-      <artifactId>muse-osgi-core</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <outputDirectory>build/classes</outputDirectory>
-    <directory>build/jars</directory>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <includes>
-        	<include>**/*.properties</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../muse-wsx-impl/build/jars</directory>
-        <includes>
-        	<include>*.jar</include>
-        </includes>
-      </resource>
-    </resources>
-    
-    <plugins>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <configuration>
-                <archive>
-		    <manifestFile>resources/META-INF/MANIFEST.MF</manifestFile>
-                </archive>
-            </configuration>
-        </plugin>
-    </plugins>
-    
-    <!-- 
-    
-        This feature can be used when Maven 2.1 is released 
-         
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-    -->
-    
-  </build>
+<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>muse-osgi</groupId>
+		<artifactId>osgi-bundles</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>muse-wsx-impl</artifactId>
+	<packaging>jar</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<name>OSGi Bundle - muse-wsx-impl</name>
+	<url>http://ws.apache.org/muse</url>
+	<dependencies>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-wsx-impl</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.osgi</groupId>
+			<artifactId>osgi_R4_core</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>muse</groupId>
+			<artifactId>muse-osgi-core</artifactId>
+		</dependency>
+	</dependencies>
 </project>

Added: webservices/muse/trunk/modules/osgi-bundles/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/osgi-bundles/pom.xml?rev=433013&view=auto
==============================================================================
--- webservices/muse/trunk/modules/osgi-bundles/pom.xml (added)
+++ webservices/muse/trunk/modules/osgi-bundles/pom.xml Sun Aug 20 12:03:38 2006
@@ -0,0 +1,68 @@
+<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>
+	<artifactId>osgi-bundles</artifactId>
+	<groupId>muse-osgi</groupId>
+	<name>OSGi Bundles - Apache Muse Modules</name>
+	<parent>
+		<groupId>muse</groupId>
+		<artifactId>build-all</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+	</parent>
+	<packaging>pom</packaging>
+	<version>2.0.0-SNAPSHOT</version>
+	<modules>
+		<module>muse-core</module>
+		<module>muse-util-all</module>
+		<module>muse-wsa-soap</module>
+		<module>muse-wsdm-muws-adv-api</module>
+		<module>muse-wsdm-muws-adv-impl</module>
+		<module>muse-wsdm-muws-api</module>
+		<module>muse-wsdm-muws-impl</module>
+		<module>muse-wsdm-wef-api</module>
+		<module>muse-wsdm-wef-impl</module>
+		<module>muse-wsn-api</module>
+		<module>muse-wsn-impl</module>
+		<module>muse-wsrf-api</module>
+		<module>muse-wsrf-impl</module>
+		<module>muse-wsrf-rmd</module>
+		<module>muse-wsx-api</module>
+		<module>muse-wsx-impl</module>
+	</modules>
+	<build>
+		<resources>
+			<resource>
+				<directory>src</directory>
+				<includes>
+					<include>**/*.properties</include>
+				</includes>
+			</resource>
+			<resource>
+				<directory>../../${artifactId}/target</directory>
+				<includes>
+					<include>*.jar</include>
+				</includes>
+			</resource>
+			<resource>
+				<directory>../../${artifactId}/specs</directory>
+				<includes>
+					<include>**.*</include>
+				</includes>
+			</resource>
+		</resources>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<configuration>
+					<archive>
+						<manifestFile>
+							resources/META-INF/MANIFEST.MF
+						</manifestFile>
+					</archive>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+</project>



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