Author: markt
Date: Wed Sep 17 20:10:59 2014
New Revision: 1625797
URL: http://svn.apache.org/r1625797
Log:
Simplify externals
Removed:
tomcat/sandbox/trunk-maven-layout/tomcat-util/src/test/java/org/apache/tomcat/util/
Modified:
tomcat/sandbox/trunk-maven-layout/tomcat-util/pom.xml
tomcat/sandbox/trunk-maven-layout/tomcat-util/src/test/java/org/apache/tomcat/
(props changed)
Modified: tomcat/sandbox/trunk-maven-layout/tomcat-util/pom.xml
URL:
http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-util/pom.xml?rev=1625797&r1=1625796&r2=1625797&view=diff
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-util/pom.xml (original)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-util/pom.xml Wed Sep 17 20:10:59
2014
@@ -43,6 +43,17 @@
<exclude>org/apache/tomcat/util/net/**</exclude>
<exclude>org/apache/tomcat/util/scan/**</exclude>
</excludes>
+ <textExcludes>
+ <textExclude>org/apache/tomcat/util/bcel/**</textExclude>
+ <textExclude>org/apache/tomcat/util/collections/**</textExclude>
+ <textExclude>org/apache/tomcat/util/descriptor/**</textExclude>
+ <textExclude>org/apache/tomcat/util/digester/**</textExclude>
+ <textExclude>org/apache/tomcat/util/http/**</textExclude>
+ <textExclude>org/apache/tomcat/util/log/**</textExclude>
+ <textExclude>org/apache/tomcat/util/modeler/**</textExclude>
+ <textExclude>org/apache/tomcat/util/net/**</textExclude>
+ <textExclude>org/apache/tomcat/util/scan/**</textExclude>
+ </textExcludes>
</configuration>
</plugin>
</plugins>
Propchange:
tomcat/sandbox/trunk-maven-layout/tomcat-util/src/test/java/org/apache/tomcat/
------------------------------------------------------------------------------
--- svn:externals (added)
+++ svn:externals Wed Sep 17 20:10:59 2014
@@ -0,0 +1 @@
+^/tomcat/trunk/test/org/apache/tomcat/util util
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]