You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/04/30 13:04:50 UTC

svn commit: r533696 - in /incubator/tuscany/java/sca/samples: helloworld-ws/pom.xml helloworld-wsclient/pom.xml

Author: antelder
Date: Mon Apr 30 04:04:49 2007
New Revision: 533696

URL: http://svn.apache.org/viewvc?view=rev&rev=533696
Log:
Helloworld ws and ws client tidy up - simplify the name and remove manifest classpath

Modified:
    incubator/tuscany/java/sca/samples/helloworld-ws/pom.xml
    incubator/tuscany/java/sca/samples/helloworld-wsclient/pom.xml

Modified: incubator/tuscany/java/sca/samples/helloworld-ws/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws/pom.xml?view=diff&rev=533696&r1=533695&r2=533696
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws/pom.xml Mon Apr 30 04:04:49 2007
@@ -25,7 +25,7 @@
         <version>1.0-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-    <artifactId>tuscany-sample-helloworld-ws</artifactId>
+    <artifactId>sample-helloworld-ws</artifactId>
     <name>Apache Tuscany HelloWorld Web Service Sample</name>
 
     <dependencies>
@@ -58,19 +58,7 @@
     </dependencies>
     
     <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <configuration>
-                    <archive>
-                        <manifest>
-                            <mainClass>helloworld.HelloWorldServer</mainClass>
-                        </manifest>
-                    </archive>
-                </configuration>
-            </plugin>
-        </plugins>
+       <finalName>${artifactId}</finalName>
     </build>
 
 </project>

Modified: incubator/tuscany/java/sca/samples/helloworld-wsclient/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-wsclient/pom.xml?view=diff&rev=533696&r1=533695&r2=533696
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-wsclient/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-wsclient/pom.xml Mon Apr 30 04:04:49 2007
@@ -25,7 +25,7 @@
         <version>1.0-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-    <artifactId>tuscany-sample-helloworld-wsclient</artifactId>
+    <artifactId>sample-helloworld-wsclient</artifactId>
     <name>Apache Tuscany HelloWorld Web Service Client Sample</name>
 
     <dependencies>
@@ -58,18 +58,7 @@
     </dependencies>
     
     <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <configuration>
-                    <archive>
-                        <manifest>
-                            <mainClass>helloworld.HelloWorldClient</mainClass>
-                        </manifest>
-                    </archive>
-                </configuration>
-            </plugin>
-        </plugins>
+       <finalName>${artifactId}</finalName>
     </build>
+
 </project>



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