Author: pgier
Date: Fri Jul  2 02:57:45 2010
New Revision: 959834

URL: http://svn.apache.org/viewvc?rev=959834&view=rev
Log:
[MANTRUN-145] Rename ITs to be more descriptive

Added:
    maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-ref-test/
      - copied from r953341, 
maven/plugins/trunk/maven-antrun-plugin/src/it/test1/
    maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-test-scope-test/
      - copied from r953341, 
maven/plugins/trunk/maven-antrun-plugin/src/it/test2/
    maven/plugins/trunk/maven-antrun-plugin/src/it/custom-task-test/
      - copied from r953341, 
maven/plugins/trunk/maven-antrun-plugin/src/it/test5/
    maven/plugins/trunk/maven-antrun-plugin/src/it/env-var-test/
      - copied from r953341, 
maven/plugins/trunk/maven-antrun-plugin/src/it/test3/
    maven/plugins/trunk/maven-antrun-plugin/src/it/plugin-classpath-test/
      - copied from r953341, 
maven/plugins/trunk/maven-antrun-plugin/src/it/test6/
    maven/plugins/trunk/maven-antrun-plugin/src/it/properties-attributes-test/
      - copied from r953341, 
maven/plugins/trunk/maven-antrun-plugin/src/it/test4/
Removed:
    maven/plugins/trunk/maven-antrun-plugin/src/it/pom.xml
    maven/plugins/trunk/maven-antrun-plugin/src/it/test1/
    maven/plugins/trunk/maven-antrun-plugin/src/it/test2/
    maven/plugins/trunk/maven-antrun-plugin/src/it/test3/
    maven/plugins/trunk/maven-antrun-plugin/src/it/test4/
    maven/plugins/trunk/maven-antrun-plugin/src/it/test5/
    maven/plugins/trunk/maven-antrun-plugin/src/it/test6/
Modified:
    maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-ref-test/pom.xml
    
maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-test-scope-test/pom.xml
    maven/plugins/trunk/maven-antrun-plugin/src/it/custom-task-test/pom.xml
    maven/plugins/trunk/maven-antrun-plugin/src/it/env-var-test/pom.xml
    maven/plugins/trunk/maven-antrun-plugin/src/it/plugin-classpath-test/pom.xml
    
maven/plugins/trunk/maven-antrun-plugin/src/it/properties-attributes-test/pom.xml

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-ref-test/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-ref-test/pom.xml?rev=959834&r1=953341&r2=959834&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-ref-test/pom.xml 
(original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-ref-test/pom.xml 
Fri Jul  2 02:57:45 2010
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   
   <groupId>org.apache.maven.plugins.antrun</groupId>
-  <artifactId>test1</artifactId>
+  <artifactId>test-classpaths</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Test for compile and plugin classpath references</name>
   <description>Ensure that maven.compile.classpath and maven.plugin.classpath 
referencies are set</description>

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-test-scope-test/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-test-scope-test/pom.xml?rev=959834&r1=953341&r2=959834&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-test-scope-test/pom.xml
 (original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/classpath-test-scope-test/pom.xml
 Fri Jul  2 02:57:45 2010
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   
   <groupId>org.apache.maven.plugins.antrun</groupId>
-  <artifactId>test2</artifactId>
+  <artifactId>classpath-test-scope</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Test for MANTRUN-28</name>
   <description>maven.test.classpath doesn't contain test scope 
dependancies</description>

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/custom-task-test/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/custom-task-test/pom.xml?rev=959834&r1=953341&r2=959834&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/it/custom-task-test/pom.xml 
(original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/it/custom-task-test/pom.xml Fri 
Jul  2 02:57:45 2010
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   
   <groupId>org.apache.maven.plugins.antrun</groupId>
-  <artifactId>test5</artifactId>
+  <artifactId>custom-task-test</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Test for MANTRUN-34</name>
   <description>StringIndexOutOfBoundsException in custom ant task referencing 
'basedir'</description>

Modified: maven/plugins/trunk/maven-antrun-plugin/src/it/env-var-test/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/env-var-test/pom.xml?rev=959834&r1=953341&r2=959834&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/it/env-var-test/pom.xml 
(original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/it/env-var-test/pom.xml Fri Jul 
 2 02:57:45 2010
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   
   <groupId>org.apache.maven.plugins.antrun</groupId>
-  <artifactId>test3</artifactId>
+  <artifactId>env-var-test</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Test for MANTRUN-32</name>
   <description>ant tasks don't use correct environment in antrun 
plugin</description>

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/plugin-classpath-test/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/plugin-classpath-test/pom.xml?rev=959834&r1=953341&r2=959834&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/plugin-classpath-test/pom.xml 
(original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/plugin-classpath-test/pom.xml 
Fri Jul  2 02:57:45 2010
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   
   <groupId>org.apache.maven.plugins.antrun</groupId>
-  <artifactId>test6</artifactId>
+  <artifactId>plugin-classpath-test</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Test for plugin classpath references and optional ant tasks</name>
   <description>Ensure that maven.plugin.classpath reference is set and 
optional tasks work</description>

Modified: 
maven/plugins/trunk/maven-antrun-plugin/src/it/properties-attributes-test/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/properties-attributes-test/pom.xml?rev=959834&r1=953341&r2=959834&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-antrun-plugin/src/it/properties-attributes-test/pom.xml
 (original)
+++ 
maven/plugins/trunk/maven-antrun-plugin/src/it/properties-attributes-test/pom.xml
 Fri Jul  2 02:57:45 2010
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   
   <groupId>org.apache.maven.plugins.antrun</groupId>
-  <artifactId>test4</artifactId>
+  <artifactId>properties-attributes-test</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Test for MANTRUN-36</name>
   <description>properties not resolved in attributes</description>


Reply via email to