[java-parent-project COMMIT] in /trunk/resources/eclipse: .checkstyle .classpath .project.tmpl

noreply at shibboleth.net noreply at shibboleth.net
Tue Nov 22 18:50:35 GMT 2011


Author: lajoie
Date: Tue Nov 22 18:50:35 2011
New Revision: 27

URL: http://svn.shibboleth.net/view/java-parent-project?rev=27&view=rev
Log:
minor reformatting

Modified:
    trunk/resources/eclipse/.checkstyle
    trunk/resources/eclipse/.classpath
    trunk/resources/eclipse/.project.tmpl

Modified: trunk/resources/eclipse/.checkstyle
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/resources/eclipse/.checkstyle?rev=27&r1=26&r2=27&view=diff
==============================================================================
--- trunk/resources/eclipse/.checkstyle (original)
+++ trunk/resources/eclipse/.checkstyle Tue Nov 22 18:50:35 2011
@@ -2,14 +2,15 @@
 
 <fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
 
-  <local-check-config name="Shibboleth Checkstyle" location="https://svn.shibboleth.net/java-parent-project/trunk/resources/checkstyle/checkstyle.xml" type="remote" description="">
-    <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>
+    <local-check-config name="Shibboleth Checkstyle" type="remote" description=""
+                        location="https://svn.shibboleth.net/java-parent-project/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 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: trunk/resources/eclipse/.classpath
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/resources/eclipse/.classpath?rev=27&r1=26&r2=27&view=diff
==============================================================================
--- trunk/resources/eclipse/.classpath (original)
+++ trunk/resources/eclipse/.classpath Tue Nov 22 18:50:35 2011
@@ -2,15 +2,15 @@
 
 <classpath>
 
-	<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"/>
-    
+    <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: trunk/resources/eclipse/.project.tmpl
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/resources/eclipse/.project.tmpl?rev=27&r1=26&r2=27&view=diff
==============================================================================
--- trunk/resources/eclipse/.project.tmpl (original)
+++ trunk/resources/eclipse/.project.tmpl Tue Nov 22 18:50:35 2011
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>${artifact.id}</name>
+	<name>PROJECT_NAME</name>
 	<comment></comment>
 	<projects>
 	</projects>
@@ -26,4 +26,4 @@
         <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
         <nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>
-</projectDescription>
+</projectDescription>



More information about the commits mailing list