[utilities COMMIT] in /changepass/trunk: .checkstyle .classpath .project .settings/org.eclipse.core.resources.prefs ....

noreply at shibboleth.net noreply at shibboleth.net
Fri Jun 8 14:18:42 BST 2012


Author: lajoie
Date: Fri Jun  8 14:18:41 2012
New Revision: 282

URL: http://svn.shibboleth.net/view/utilities?rev=282&view=rev
Log:
update to use parent pom and recent project layout
use servlet context listener to configure logback

Added:
    changepass/trunk/.settings/org.eclipse.core.resources.prefs   (with props)
    changepass/trunk/.settings/org.eclipse.m2e.core.prefs   (with props)
Removed:
    changepass/trunk/.settings/org.maven.ide.eclipse.prefs
    changepass/trunk/src/main/webapp/WEB-INF/classes/
Modified:
    changepass/trunk/.checkstyle
    changepass/trunk/.classpath
    changepass/trunk/.project
    changepass/trunk/.settings/org.eclipse.jdt.core.prefs
    changepass/trunk/pom.xml
    changepass/trunk/src/main/java/net/shibboleth/infra/passwd/PasswordChangeServlet.java
    changepass/trunk/src/main/webapp/WEB-INF/web.xml

Modified: changepass/trunk/.checkstyle
URL: http://svn.shibboleth.net/view/utilities/changepass/trunk/.checkstyle?rev=282&r1=281&r2=282&view=diff
==============================================================================
--- changepass/trunk/.checkstyle (original)
+++ changepass/trunk/.checkstyle Fri Jun  8 14:18:41 2012
@@ -1,10 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
-  <local-check-config name="Shibboleth" location="checkstyle.xml" type="project" description="Standard code checks for Shibboleth">
-    <additional-data name="protect-config-file" value="true"/>
-  </local-check-config>
-  <fileset name="all" enabled="true" check-config-name="Sun Checks" local="false">
-    <file-match-pattern match-pattern="." include-pattern="true"/>
-  </fileset>
+<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
+
+    <local-check-config name="Shibboleth Checkstyle" type="remote" description=""
+                        location="https://svn.shibboleth.net/java-parent-project/tags/4/resources/checkstyle/checkstyle.xml">
+        <additional-data name="cache-file" value="true"/>
+        <additional-data name="cache-props-file-location" value="null_1312636288299_cache.properties"/>
+        <additional-data name="cache-file-location" value="null_1312636288299_cache.xml"/>
+    </local-check-config>
+  
+    <fileset name="main source" enabled="true" check-config-name="Shibboleth Checkstyle" local="true">
+        <file-match-pattern match-pattern="src/main/java/.*\.java$" include-pattern="true"/>
+    </fileset>
+  
 </fileset-config>

Modified: changepass/trunk/.classpath
URL: http://svn.shibboleth.net/view/utilities/changepass/trunk/.classpath?rev=282&r1=281&r2=282&view=diff
==============================================================================
--- changepass/trunk/.classpath (original)
+++ changepass/trunk/.classpath Fri Jun  8 14:18:41 2012
@@ -3,6 +3,7 @@
 	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: changepass/trunk/.project
URL: http://svn.shibboleth.net/view/utilities/changepass/trunk/.project?rev=282&r1=281&r2=282&view=diff
==============================================================================
--- changepass/trunk/.project (original)
+++ changepass/trunk/.project Fri Jun  8 14:18:41 2012
@@ -4,26 +4,26 @@
 	<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>
-		<buildCommand>
-			<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-		<nature>org.maven.ide.eclipse.maven2Nature</nature>
-		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
-	</natures>
+    <buildSpec>
+        <buildCommand>
+            <name>org.eclipse.jdt.core.javabuilder</name>
+            <arguments>
+            </arguments>
+        </buildCommand>
+        <buildCommand>
+            <name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
+            <arguments>
+            </arguments>
+        </buildCommand>
+        <buildCommand>
+            <name>org.eclipse.m2e.core.maven2Builder</name>
+            <arguments>
+            </arguments>
+        </buildCommand>
+    </buildSpec>
+    <natures>
+        <nature>org.eclipse.jdt.core.javanature</nature>
+        <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
+        <nature>org.eclipse.m2e.core.maven2Nature</nature>

[... 742 lines stripped ...]


More information about the commits mailing list