Author: tv
Date: Thu Aug 16 19:54:24 2012
New Revision: 1374023
URL: http://svn.apache.org/viewvc?rev=1374023&view=rev
Log:
Update build, remove unused Maven-1-files, cleanup docs
Added:
turbine/fulcrum/trunk/security/.settings/
turbine/fulcrum/trunk/security/.settings/org.maven.ide.eclipse.prefs
(with props)
turbine/fulcrum/trunk/security/torque/.classpath (with props)
turbine/fulcrum/trunk/security/torque/.project (with props)
Removed:
turbine/fulcrum/trunk/security/incl_nav.xml
turbine/fulcrum/trunk/security/maven.xml
turbine/fulcrum/trunk/security/project.xml
Modified:
turbine/fulcrum/trunk/security/pom.xml
turbine/fulcrum/trunk/security/xdocs/authenticators.xml
turbine/fulcrum/trunk/security/xdocs/changes.xml
Added: turbine/fulcrum/trunk/security/.settings/org.maven.ide.eclipse.prefs
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/.settings/org.maven.ide.eclipse.prefs?rev=1374023&view=auto
==============================================================================
--- turbine/fulcrum/trunk/security/.settings/org.maven.ide.eclipse.prefs (added)
+++ turbine/fulcrum/trunk/security/.settings/org.maven.ide.eclipse.prefs Thu
Aug 16 19:54:24 2012
@@ -0,0 +1,8 @@
+#Mon Sep 12 21:14:22 CEST 2011
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1
Propchange: turbine/fulcrum/trunk/security/.settings/org.maven.ide.eclipse.prefs
------------------------------------------------------------------------------
svn:mime-type = text/plain
Modified: turbine/fulcrum/trunk/security/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/pom.xml?rev=1374023&r1=1374022&r2=1374023&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/pom.xml (original)
+++ turbine/fulcrum/trunk/security/pom.xml Thu Aug 16 19:54:24 2012
@@ -32,6 +32,15 @@
<packaging>pom</packaging>
<name>Fulcrum Security Master Build</name>
<url>http://turbine.apache.org/fucrum/fulcrum-security-site</url>
+
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+ <name>Fulcrum Website</name>
+
<url>${fulcrum.deployment.protocol}://people.apache.org/www/turbine.apache.org/fulcrum/fulcrum-security-site/</url>
+ </site>
+ </distributionManagement>
+
<contributors>
<contributor>
<name>Ben Gidley</name>
Added: turbine/fulcrum/trunk/security/torque/.classpath
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/torque/.classpath?rev=1374023&view=auto
==============================================================================
--- turbine/fulcrum/trunk/security/torque/.classpath (added)
+++ turbine/fulcrum/trunk/security/torque/.classpath Thu Aug 16 19:54:24 2012
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" output="target/classes" path="src/java"/>
+ <classpathentry kind="src" output="target/test-classes"
path="src/test"/>
+ <classpathentry kind="src" path="target/generated-sources/torque"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con"
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>
Propchange: turbine/fulcrum/trunk/security/torque/.classpath
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: turbine/fulcrum/trunk/security/torque/.project
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/torque/.project?rev=1374023&view=auto
==============================================================================
--- turbine/fulcrum/trunk/security/torque/.project (added)
+++ turbine/fulcrum/trunk/security/torque/.project Thu Aug 16 19:54:24 2012
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>fulcrum-security-torque</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.maven.ide.eclipse.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.maven.ide.eclipse.maven2Nature</nature>
+ </natures>
+</projectDescription>
Propchange: turbine/fulcrum/trunk/security/torque/.project
------------------------------------------------------------------------------
svn:mime-type = text/plain
Modified: turbine/fulcrum/trunk/security/xdocs/authenticators.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/xdocs/authenticators.xml?rev=1374023&r1=1374022&r2=1374023&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/xdocs/authenticators.xml (original)
+++ turbine/fulcrum/trunk/security/xdocs/authenticators.xml Thu Aug 16 19:54:24
2012
@@ -74,10 +74,8 @@
<p>
<!--The last thing is to put the file jaas.jar in your tomcat
server/lib/ directory so the JAAS realm can function.-->
</p>
-
</subsection>
-
- <subsection name="CryptoAuthenticator">
+ <subsection name="CryptoAuthenticator">
<p>
Uses the fulcrum crypto service to check the password
against the encrypted one. You can specify the algorithm and cipher
to use.
@@ -95,23 +93,20 @@
<cipher>SHA1</cipher>
</component>
- <component
+ <component
role="org.apache.fulcrum.crypto.CryptoService"
class="org.apache.fulcrum.crypto.DefaultCryptoService">
<algorithm>
- <unix>org.apache.fulcrum.crypto.provider.UnixCrypt</unix>
- <clear>org.apache.fulcrum.crypto.provider.ClearCrypt</clear>
- <java>org.apache.fulcrum.crypto.provider.JavaCrypt</java>
- <oldjava>org.apache.fulcrum.crypto.provider.OldJavaCrypt</oldjava>
- </algorithm>
+ <unix>org.apache.fulcrum.crypto.provider.UnixCrypt</unix>
+ <clear>org.apache.fulcrum.crypto.provider.ClearCrypt</clear>
+ <java>org.apache.fulcrum.crypto.provider.JavaCrypt</java>
+ <oldjava>org.apache.fulcrum.crypto.provider.OldJavaCrypt</oldjava>
+ </algorithm>
</component>
]]>
</source>
</subsection>
</section>
-
-
-
</body>
</document>
Modified: turbine/fulcrum/trunk/security/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/xdocs/changes.xml?rev=1374023&r1=1374022&r2=1374023&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/xdocs/changes.xml (original)
+++ turbine/fulcrum/trunk/security/xdocs/changes.xml Thu Aug 16 19:54:24 2012
@@ -25,6 +25,12 @@
<body>
<release version="1.1.0" date="">
+ <action type="update" dev="tv">
+ Updated to Hibernate 3.6.7
+ </action>
+ <action type="update" dev="tv">
+ Moved to JDK 1.5
+ </action>
<action type="update" dev="tv" issue="TRB-78" due-to="Ludwig Magnusson">
Move API build to Maven-2.
</action>