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 2009/06/03 16:06:04 UTC

svn commit: r781384 - in /myfaces/tobago/branches/tobago-1.0.x/example: experimental/ experimental/pom.xml pom.xml test/

Author: lofwyr
Date: Wed Jun  3 14:06:04 2009
New Revision: 781384

URL: http://svn.apache.org/viewvc?rev=781384&view=rev
Log:
Move the test example to experimental like in trunk, because the test modules should contain automated test resources

Added:
    myfaces/tobago/branches/tobago-1.0.x/example/experimental/   (props changed)
      - copied from r780961, myfaces/tobago/branches/tobago-1.0.x/example/test/
Removed:
    myfaces/tobago/branches/tobago-1.0.x/example/test/
Modified:
    myfaces/tobago/branches/tobago-1.0.x/example/experimental/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/example/pom.xml

Propchange: myfaces/tobago/branches/tobago-1.0.x/example/experimental/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jun  3 14:06:04 2009
@@ -0,0 +1,8 @@
+*.iml
+*.iws
+*.ipr
+*.log
+target
+.classpath
+.project
+.settings

Propchange: myfaces/tobago/branches/tobago-1.0.x/example/experimental/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Wed Jun  3 14:06:04 2009
@@ -0,0 +1 @@
+/myfaces/tobago/trunk/example/test:699460,699891-700092,743495-743708,744771-744909,744926

Modified: myfaces/tobago/branches/tobago-1.0.x/example/experimental/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/experimental/pom.xml?rev=781384&r1=780961&r2=781384&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/experimental/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/experimental/pom.xml Wed Jun  3 14:06:04 2009
@@ -22,11 +22,12 @@
     <artifactId>tobago-example</artifactId>
     <version>1.0.21-SNAPSHOT</version>
   </parent>
-  <artifactId>tobago-example-test</artifactId>
-  <packaging>war</packaging>
-  <name>Example Test</name>
+  <artifactId>tobago-example-experimental</artifactId>
+  <packaging>war</packaging>  
+  <name>Tobago Example Experimental</name>
+  <description>Experimental stuff and showcases.</description>
   <build>
-    <finalName>tobago-example-test</finalName>
+    <finalName>tobago-example-experimental</finalName>
     <plugins>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
@@ -41,9 +42,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.20/example/test</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.20/example/test</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.20/example/test</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.20/example/experimental</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.20/example/experimental</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.20/example/experimental</url>
   </scm>
 
   <dependencies>
@@ -282,4 +283,4 @@
       </build>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>

Modified: myfaces/tobago/branches/tobago-1.0.x/example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/pom.xml?rev=781384&r1=781383&r2=781384&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/pom.xml Wed Jun  3 14:06:04 2009
@@ -74,7 +74,7 @@
         <module>blank</module>
         <module>demo</module>
         <module>nonfacesrequest</module>
-        <module>test</module>
+        <module>experimental</module>
       </modules>
     </profile>
     <profile>
@@ -87,7 +87,7 @@
         <module>portlet</module>
         <module>sandbox</module>
         <module>security</module>
-        <module>test</module>
+        <module>experimental</module>
         <module>facelets</module>
         <module>tobago-example-assembly</module>
         <module>tobago-theme-example</module>
@@ -109,4 +109,4 @@
       </modules>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>