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 2016/01/21 12:43:10 UTC

svn commit: r1725912 - in /myfaces/tobago/branches/tobago-3.0.x: tobago-example/pom.xml tobago-example/tobago-theme-example/ tobago-theme/pom.xml tobago-theme/tobago-theme-example/

Author: lofwyr
Date: Thu Jan 21 11:43:10 2016
New Revision: 1725912

URL: http://svn.apache.org/viewvc?rev=1725912&view=rev
Log:
TOBAGO-1525: Make different app-server better testable with the examples
- parent of example theme should be theme, not example

Added:
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-example/
      - copied from r1725895, myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-theme-example/
Removed:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-theme-example/
Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/pom.xml
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/pom.xml

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/pom.xml?rev=1725912&r1=1725911&r2=1725912&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/pom.xml Thu Jan 21 11:43:10 2016
@@ -196,7 +196,6 @@
         <module>tobago-example-security</module>
         <module>tobago-example-test</module>
         <module>tobago-example-assembly</module>
-        <module>tobago-theme-example</module>
       </modules>
     </profile>
     <profile>

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-theme/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-theme/pom.xml?rev=1725912&r1=1725911&r2=1725912&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-theme/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-theme/pom.xml Thu Jan 21 11:43:10 2016
@@ -62,7 +62,7 @@
     <module>tobago-theme-speyside</module>
     <module>tobago-theme-richmond</module>
     <module>tobago-theme-charlotteville</module>
-    <!--    <module>tobago-theme-boccoo</module>-->
+    <module>tobago-theme-example</module>
   </modules>
 
   <dependencies>