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/11/25 17:10:53 UTC

svn commit: r1771349 - in /myfaces/tobago/trunk/tobago-example: pom.xml tobago-example-security/

Author: lofwyr
Date: Fri Nov 25 17:10:52 2016
New Revision: 1771349

URL: http://svn.apache.org/viewvc?rev=1771349&view=rev
Log:
TOBAGO-1554: Tobago security should be integrated to tobago-core.jar 
* cleanup (security example is now part of the demo, so we don't need an extra module)

Removed:
    myfaces/tobago/trunk/tobago-example/tobago-example-security/
Modified:
    myfaces/tobago/trunk/tobago-example/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/pom.xml?rev=1771349&r1=1771348&r2=1771349&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/pom.xml Fri Nov 25 17:10:52 2016
@@ -35,9 +35,7 @@
     <module>tobago-example-blank</module>
     <module>tobago-example-data</module>
     <module>tobago-example-demo</module>
-    <!--<module>tobago-example-issuetracker</module>-->
     <module>tobago-example-portlet</module>
-    <module>tobago-example-security</module>
     <module>tobago-example-test</module>
     <module>tobago-example-assembly</module>
   </modules>