[extensions COMMIT] in /java-idp-delegation/trunk: .checkstyle .classpath .project checkstyle.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Feb 8 18:45:47 EST 2013


Author: putmanb
Date: Fri Feb  8 18:45:47 2013
New Revision: 345

URL: http://svn.shibboleth.net/view/extensions?rev=345&view=rev
Log:
Update some project files with current conventions.

Modified:
    java-idp-delegation/trunk/.checkstyle
    java-idp-delegation/trunk/.classpath
    java-idp-delegation/trunk/.project
    java-idp-delegation/trunk/checkstyle.xml

Modified: java-idp-delegation/trunk/.checkstyle
URL: http://svn.shibboleth.net/view/extensions/java-idp-delegation/trunk/.checkstyle?rev=345&r1=344&r2=345&view=diff
==============================================================================
--- java-idp-delegation/trunk/.checkstyle (original)
+++ java-idp-delegation/trunk/.checkstyle Fri Feb  8 18:45:47 2013
@@ -1,12 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<fileset-config file-format-version="1.2.0" simple-config="true">
-    <local-check-config name="Internet 2" location="checkstyle.xml" type="project" description="Coding standards for Internet 2 code">
-        <additional-data name="protect-config-file" value="true"/>
-    </local-check-config>
-    <fileset name="all" enabled="true" check-config-name="Internet 2" local="true">
-        <file-match-pattern match-pattern="." include-pattern="true"/>
-    </fileset>
-    <filter name="FileTypesFilter" enabled="true">
-        <filter-data value="java"/>
-    </filter>
+
+<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-projects/java-parent-project-v2/trunk/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: java-idp-delegation/trunk/.classpath
URL: http://svn.shibboleth.net/view/extensions/java-idp-delegation/trunk/.classpath?rev=345&r1=344&r2=345&view=diff
==============================================================================
--- java-idp-delegation/trunk/.classpath (original)
+++ java-idp-delegation/trunk/.classpath Fri Feb  8 18:45:47 2013
@@ -1,8 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-    <classpathentry including="**/*.java" kind="src" path="src/main/java"/>
-	<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="src/test/java"/>
-    <classpathentry kind="con" path="org.eclipse.iam.jdt.core.mavenClasspathContainer"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="output" path="target/classes"/>
+    <classpathentry kind="src" output="target/classes" path="src/main/java"/>
+    <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
+    
+    <classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+    <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
+    
+    <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="output" path="target/classes"/>
 </classpath>

Modified: java-idp-delegation/trunk/.project
URL: http://svn.shibboleth.net/view/extensions/java-idp-delegation/trunk/.project?rev=345&r1=344&r2=345&view=diff
==============================================================================
--- java-idp-delegation/trunk/.project (original)
+++ java-idp-delegation/trunk/.project Fri Feb  8 18:45:47 2013
@@ -10,11 +10,11 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.iam.jdt.core.mavenIncrementalBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
+        <buildCommand>
+            <name>org.eclipse.m2e.core.maven2Builder</name>
+            <arguments>
+            </arguments>
+        </buildCommand>
 		<buildCommand>
 			<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
 			<arguments>
@@ -22,7 +22,7 @@
 		</buildCommand>
 	</buildSpec>
 	<natures>
-		<nature>org.eclipse.iam.jdt.core.mavenNature</nature>
+        <nature>org.eclipse.m2e.core.maven2Nature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
 	</natures>



More information about the commits mailing list