You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/05/03 17:49:48 UTC

svn commit: r940488 - in /myfaces/tobago/trunk/tobago-example: ./ addressbook/lib/ addressbook/resource/ addressbook/war/ tobago-example-addressbook-lib/ tobago-example-addressbook/ tobago-example-addressbook/resource/

Author: lofwyr
Date: Mon May  3 15:49:47 2010
New Revision: 940488

URL: http://svn.apache.org/viewvc?rev=940488&view=rev
Log:
TOBAGO-878: Use the same name for the project directory and artifact name in the pom.xml

Added:
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/
      - copied from r940486, myfaces/tobago/trunk/tobago-example/addressbook/war/
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/
      - copied from r940486, myfaces/tobago/trunk/tobago-example/addressbook/lib/
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/resource/
      - copied from r940486, myfaces/tobago/trunk/tobago-example/addressbook/resource/
Removed:
    myfaces/tobago/trunk/tobago-example/addressbook/lib/
    myfaces/tobago/trunk/tobago-example/addressbook/resource/
    myfaces/tobago/trunk/tobago-example/addressbook/war/
Modified:
    myfaces/tobago/trunk/tobago-example/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/pom.xml?rev=940488&r1=940487&r2=940488&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/pom.xml Mon May  3 15:49:47 2010
@@ -35,7 +35,7 @@
   <build>
     <plugins>
       <plugin>
-        <!-- NOTE The demo and addressbook run only with mvn jetty:run-exploded.
+        <!-- NOTE The addressbook run only with mvn jetty:run-exploded.
          For the other examples mvn jetty:run should work.
          For Debugging with jetty set following options
             MAVEN_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"
@@ -94,7 +94,8 @@
         </property>
       </activation>
       <modules>
-        <module>addressbook</module>
+        <module>tobago-example-addressbook</module>
+        <module>tobago-example-addressbook-lib</module>
         <module>blank</module>
         <module>data</module>
         <module>demo</module>
@@ -106,7 +107,8 @@
     <profile>
       <id>all-modules</id>
       <modules>
-        <module>addressbook</module>
+        <module>tobago-example-addressbook</module>
+        <module>tobago-example-addressbook-lib</module>
         <module>blank</module>
         <module>data</module>
         <module>demo</module>
@@ -302,4 +304,4 @@
     </profile>
 
   </profiles>
-</project>
\ No newline at end of file
+</project>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/pom.xml?rev=940488&r1=940486&r2=940488&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/pom.xml Mon May  3 15:49:47 2010
@@ -19,7 +19,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
-    <artifactId>tobago-example-addressbook</artifactId>
+    <artifactId>tobago-example</artifactId>
     <version>1.5.0-alpha-2-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-example-addressbook-lib</artifactId>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml?rev=940488&r1=940486&r2=940488&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml Mon May  3 15:49:47 2010
@@ -19,10 +19,10 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
-    <artifactId>tobago-example-addressbook</artifactId>
+    <artifactId>tobago-example</artifactId>
     <version>1.5.0-alpha-2-SNAPSHOT</version>
   </parent>
-  <artifactId>tobago-example-addressbook-war</artifactId>
+  <artifactId>tobago-example-addressbook</artifactId>
   <packaging>war</packaging>
   <name>Example Addressbook Webapp</name>