You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2005/06/09 06:56:50 UTC

svn commit: r189705 - in /maven/maven-1/plugins/trunk/checkstyle: project.xml xdocs/changes.xml

Author: carlos
Date: Wed Jun  8 21:56:49 2005
New Revision: 189705

URL: http://svn.apache.org/viewcvs?rev=189705&view=rev
Log:
Reverted changes to use root classloader, see MPCHECKSTYLE-33

Modified:
    maven/maven-1/plugins/trunk/checkstyle/project.xml
    maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/checkstyle/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/project.xml?rev=189705&r1=189704&r2=189705&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/project.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/project.xml Wed Jun  8 21:56:49 2005
@@ -140,26 +140,41 @@
       <groupId>antlr</groupId>
       <artifactId>antlr</artifactId>
       <version>2.7.5</version>
+      <properties>
+        <classloader>root</classloader>
+      </properties>
     </dependency>
     <dependency>
       <groupId>checkstyle</groupId>
       <artifactId>checkstyle</artifactId>
       <version>4.0-beta3</version>
+      <properties>
+        <classloader>root</classloader>
+      </properties>
     </dependency>
     <dependency>
       <groupId>checkstyle</groupId>
       <artifactId>checkstyle-optional</artifactId>
       <version>4.0-beta3</version>
+      <properties>
+        <classloader>root</classloader>
+      </properties>
     </dependency>
     <dependency>
       <groupId>regexp</groupId>
       <artifactId>regexp</artifactId>
       <version>1.3</version>
+      <properties>
+        <classloader>root</classloader>
+      </properties>
     </dependency>
     <dependency>
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils-core</artifactId>
       <version>1.7.0</version>
+      <properties>
+        <classloader>root</classloader>
+      </properties>
     </dependency>
   </dependencies>
 </project>

Modified: maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml?rev=189705&r1=189704&r2=189705&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml Wed Jun  8 21:56:49 2005
@@ -29,7 +29,6 @@
       <action dev="carlos" type="update">Support for Java5</action>
       <action dev="carlos" type="update">Upgraded to checkstyle 4.0</action>
       <action dev="carlos" type="fix" issue="MPCHECKSTYLE-29">Fixed MemberName rule in Turbine checkstyle rules</action>
-      <action dev="carlos" type="fix" issue="MPCHECKSTYLE-27">Remove deprecated use of root classloader</action>
     </release>
     <release version="2.5" date="2004-10-12">
       <action dev="vmassol" type="add">Added new



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org