Author: reto
Date: Fri Oct 5 20:50:48 2012
New Revision: 1394801
URL: http://svn.apache.org/viewvc?rev=1394801&view=rev
Log:
STANBOL-721: putting security and authentication related projects into security
dir
Added:
stanbol/trunk/commons/security/
stanbol/trunk/commons/security/authentication.basic/
- copied from r1394792, stanbol/trunk/commons/authentication.basic/
stanbol/trunk/commons/security/core/
- copied from r1394799, stanbol/trunk/commons/core/
Removed:
stanbol/trunk/commons/authentication.basic/
stanbol/trunk/commons/core/
stanbol/trunk/commons/security/authentication.basic/.settings/
Modified:
stanbol/trunk/commons/pom.xml
Modified: stanbol/trunk/commons/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/commons/pom.xml?rev=1394801&r1=1394800&r2=1394801&view=diff
==============================================================================
--- stanbol/trunk/commons/pom.xml (original)
+++ stanbol/trunk/commons/pom.xml Fri Oct 5 20:50:48 2012
@@ -63,8 +63,8 @@
<module>ldtemplaterenderer</module>
<module>httpqueryheaders</module>
<module>launchpad</module>
- <module>security</module>
- <module>authentication.basic</module>
+ <module>security/core</module>
+ <module>security/authentication.basic</module>
<module>caslight</module>
<module>testing/jarexec</module>