[utilities COMMIT] /ant-extensions/trunk/ /ant-extensions/trunk/.checkstyle /ant-extensions/trunk/pom.xml /changepass...

noreply at shibboleth.net noreply at shibboleth.net
Thu Nov 8 17:35:51 EST 2012


Author: putmanb
Date: Thu Nov  8 17:35:51 2012
New Revision: 301

URL: http://svn.shibboleth.net/view/utilities?rev=301&view=rev
Log:
Update various utilities projects for new v3 parent POM:
 - svn externals for .settings
 - POM parent artifactId and version (where relevant)
 - .checkstyle repo URL reference

Not all of these are necessarily "v3", but they were using the current TRUNK-SNAPSHOT,
so having them use the new v3 parent is the most conservative approach at least for now.


Modified:
    ant-extensions/trunk/   (props changed)
    ant-extensions/trunk/.checkstyle
    ant-extensions/trunk/pom.xml
    changepass/trunk/   (props changed)
    changepass/trunk/.checkstyle
    changepass/trunk/pom.xml
    jetty7-dta-ssl/trunk/   (props changed)
    jetty7-dta-ssl/trunk/.checkstyle
    jetty7-dta-ssl/trunk/pom.xml
    spring-extensions/trunk/   (props changed)
    spring-extensions/trunk/.checkstyle
    spring-extensions/trunk/pom.xml
    tomcat6-dta-ssl/trunk/   (props changed)
    tomcat6-dta-ssl/trunk/.checkstyle
    tomcat6-dta-ssl/trunk/pom.xml
    xmlsectool/trunk/   (props changed)
    xmlsectool/trunk/.checkstyle
    xmlsectool/trunk/pom.xml

Modified: ant-extensions/trunk/.checkstyle
URL: http://svn.shibboleth.net/view/utilities/ant-extensions/trunk/.checkstyle?rev=301&r1=300&r2=301&view=diff
==============================================================================
--- ant-extensions/trunk/.checkstyle (original)
+++ ant-extensions/trunk/.checkstyle Thu Nov  8 17:35:51 2012
@@ -3,7 +3,7 @@
 <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/trunk/resources/checkstyle/checkstyle.xml">
+                        location="https://svn.shibboleth.net/java-parent-projects/java-parent-project-v3/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"/>
@@ -13,4 +13,4 @@
         <file-match-pattern match-pattern="src/main/java/.*\.java$" include-pattern="true"/>
     </fileset>
   
-</fileset-config>
+</fileset-config>

Modified: ant-extensions/trunk/pom.xml
URL: http://svn.shibboleth.net/view/utilities/ant-extensions/trunk/pom.xml?rev=301&r1=300&r2=301&view=diff
==============================================================================
--- ant-extensions/trunk/pom.xml (original)
+++ ant-extensions/trunk/pom.xml Thu Nov  8 17:35:51 2012
@@ -6,7 +6,7 @@
 
     <parent>
         <groupId>net.shibboleth</groupId>
-        <artifactId>parent</artifactId>
+        <artifactId>parent-v3</artifactId>
         <version>TRUNK-SNAPSHOT</version>
     </parent>
 
@@ -60,4 +60,4 @@
         </profile>
     </profiles>
 
-</project>
+</project>

Modified: changepass/trunk/.checkstyle
URL: http://svn.shibboleth.net/view/utilities/changepass/trunk/.checkstyle?rev=301&r1=300&r2=301&view=diff
==============================================================================
--- changepass/trunk/.checkstyle (original)
+++ changepass/trunk/.checkstyle Thu Nov  8 17:35:51 2012
@@ -3,7 +3,7 @@
 <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">
+                        location="https://svn.shibboleth.net/java-parent-projects/java-parent-project-v3/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"/>

Modified: changepass/trunk/pom.xml
URL: http://svn.shibboleth.net/view/utilities/changepass/trunk/pom.xml?rev=301&r1=300&r2=301&view=diff
==============================================================================
--- changepass/trunk/pom.xml (original)
+++ changepass/trunk/pom.xml Thu Nov  8 17:35:51 2012
@@ -6,7 +6,7 @@
 
     <parent>
         <groupId>net.shibboleth</groupId>
-        <artifactId>parent</artifactId>
+        <artifactId>parent-v3</artifactId>
         <version>TRUNK-SNAPSHOT</version>
     </parent>
 

Modified: jetty7-dta-ssl/trunk/.checkstyle
URL: http://svn.shibboleth.net/view/utilities/jetty7-dta-ssl/trunk/.checkstyle?rev=301&r1=300&r2=301&view=diff
==============================================================================
--- jetty7-dta-ssl/trunk/.checkstyle (original)
+++ jetty7-dta-ssl/trunk/.checkstyle Thu Nov  8 17:35:51 2012
@@ -3,7 +3,7 @@
 <fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
 

[... 136 lines stripped ...]


More information about the commits mailing list