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/11/01 11:20:45 UTC

svn commit: r1029602 - in /myfaces/tobago/trunk/tobago-example11: pom.xml tobago-example-data/ tobago-example-demo/ tobago-example-test/ tobago-example11-demo/ tobago-example11-demo/pom.xml tobago-example11-test/ tobago-example11-test/pom.xml

Author: lofwyr
Date: Mon Nov  1 10:20:45 2010
New Revision: 1029602

URL: http://svn.apache.org/viewvc?rev=1029602&view=rev
Log:
demo for JSF 1.1

Added:
    myfaces/tobago/trunk/tobago-example11/tobago-example11-demo/
      - copied from r1029580, myfaces/tobago/trunk/tobago-example11/tobago-example-demo/
    myfaces/tobago/trunk/tobago-example11/tobago-example11-test/
      - copied from r1029580, myfaces/tobago/trunk/tobago-example11/tobago-example-test/
Removed:
    myfaces/tobago/trunk/tobago-example11/tobago-example-data/
    myfaces/tobago/trunk/tobago-example11/tobago-example-demo/
    myfaces/tobago/trunk/tobago-example11/tobago-example-test/
Modified:
    myfaces/tobago/trunk/tobago-example11/pom.xml
    myfaces/tobago/trunk/tobago-example11/tobago-example11-demo/pom.xml
    myfaces/tobago/trunk/tobago-example11/tobago-example11-test/pom.xml

Modified: myfaces/tobago/trunk/tobago-example11/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example11/pom.xml?rev=1029602&r1=1029601&r2=1029602&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example11/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example11/pom.xml Mon Nov  1 10:20:45 2010
@@ -23,8 +23,8 @@
     <version>1.5.0-alpha-2-SNAPSHOT</version>
   </parent>
   <packaging>pom</packaging>
-  <name>Tobago Examples</name>
-  <artifactId>tobago-example</artifactId>
+  <name>Tobago Examples for JSF 1.1</name>
+  <artifactId>tobago-example11</artifactId>
 
   <build>
     <plugins>
@@ -78,68 +78,13 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
-  
+
+  <modules>
+    <module>tobago-example11-demo</module>
+    <module>tobago-example11-test</module>
+  </modules>
+
   <profiles>
-    <profile>
-      <id>default-modules</id>
-       <activation>
-        <property>
-          <name>!non-default-modules</name>
-        </property>
-      </activation>
-      <modules>
-        <module>tobago-example-addressbook</module>
-        <module>tobago-example-addressbook-lib</module>
-        <module>tobago-example-blank</module>
-        <module>tobago-example-data</module>
-        <module>tobago-example-demo</module>
-        <module>tobago-example-nonfacesrequest</module>
-        <module>tobago-example-experimental</module>
-        <module>tobago-example-test</module>
-      </modules>
-    </profile>
-    <profile>
-      <id>all-modules</id>
-      <modules>
-        <module>tobago-example-addressbook</module>
-        <module>tobago-example-addressbook-lib</module>
-        <module>tobago-example-blank</module>
-        <module>tobago-example-data</module>
-        <module>tobago-example-demo</module>
-        <module>tobago-example-nonfacesrequest</module>
-        <module>tobago-example-portlet</module>
-        <module>tobago-example-sandbox</module>
-        <module>tobago-example-security</module>
-        <module>tobago-example-experimental</module>
-        <module>tobago-example-test</module>
-        <module>tobago-example-assembly</module>
-        <module>tobago-theme-example</module>
-        <module>tobago-example-seam</module>
-      </modules>
-    </profile>
-    <profile>
-      <id>jdk14retro</id>
-      <modules>
-        <module>tobago-example-retro</module>
-      </modules>
-    </profile>
-    <profile>
-      <id>apache-release</id>
-      <modules>
-        <module>tobago-example-blank</module>
-        <module>tobago-example-data</module>
-        <module>tobago-example-demo</module>
-      </modules>
-    </profile>
-    <profile>
-      <id>generate-assembly</id>
-      <modules>
-        <module>tobago-example-blank</module>
-        <module>tobago-example-data</module>
-        <module>tobago-example-demo</module>
-        <module>tobago-example-assembly</module>
-      </modules>
-    </profile>
 
     <profile>
       <id>myfaces-1.1</id>

Modified: myfaces/tobago/trunk/tobago-example11/tobago-example11-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example11/tobago-example11-demo/pom.xml?rev=1029602&r1=1029580&r2=1029602&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example11/tobago-example11-demo/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example11/tobago-example11-demo/pom.xml Mon Nov  1 10:20:45 2010
@@ -19,14 +19,14 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
-    <artifactId>tobago-example</artifactId>
+    <artifactId>tobago-example11</artifactId>
     <version>1.5.0-alpha-2-SNAPSHOT</version>
   </parent>
-  <artifactId>tobago-example-demo</artifactId>
+  <artifactId>tobago-example11-demo</artifactId>
   <packaging>war</packaging>
-  <name>Tobago Example Demo</name>
+  <name>Tobago Example Demo for JSF 1.1</name>
   <build>
-    <finalName>tobago-example-demo</finalName>
+    <finalName>tobago-example11-demo</finalName>
     <plugins>
       <plugin>
         <groupId>org.apache.myfaces.tobago</groupId>

Modified: myfaces/tobago/trunk/tobago-example11/tobago-example11-test/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example11/tobago-example11-test/pom.xml?rev=1029602&r1=1029580&r2=1029602&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example11/tobago-example11-test/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example11/tobago-example11-test/pom.xml Mon Nov  1 10:20:45 2010
@@ -19,15 +19,15 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
-    <artifactId>tobago-example</artifactId>
+    <artifactId>tobago-example11</artifactId>
     <version>1.5.0-alpha-2-SNAPSHOT</version>
   </parent>
-  <artifactId>tobago-example-test</artifactId>
+  <artifactId>tobago-example11-test</artifactId>
   <packaging>war</packaging>
-  <name>Tobago Example Test</name>
+  <name>Tobago Example Test for JSF 1.1</name>
   <description>A web application to provide test pages for running automated tests.</description>
   <build>
-    <finalName>tobago-example-test</finalName>
+    <finalName>tobago-example11-test</finalName>
     <plugins>
 <!--
       <plugin>
@@ -81,7 +81,7 @@
               <dir>src/main/webapp</dir>
               <outputDir>${project.build.directory}/tobago-example-test</outputDir>
               <!-- not nice, but works... -->
-              <stylesheet>../tobago-example-demo/src/main/xslt/facelet2jsp.xsl</stylesheet>
+              <stylesheet>../tobago-example11-demo/src/main/xslt/facelet2jsp.xsl</stylesheet>
               <includes>
                 <include>**/*.xhtml</include>
               </includes>