You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2003/01/13 08:04:24 UTC

cvs commit: jakarta-turbine-maven/src/test/touchstone-build/src/reactor-build/components/f project.xml

jvanzyl     2003/01/12 23:04:24

  Modified:    src/test/touchstone-build/src/reactor-build/components/a
                        project.xml
               src/test/touchstone-build/src/reactor-build/components/b
                        project.xml
               src/test/touchstone-build/src/reactor-build/components/c
                        project.xml
               src/test/touchstone-build/src/reactor-build/components/d
                        project.xml
               src/test/touchstone-build/src/reactor-build/components/e
                        project.xml
               src/test/touchstone-build/src/reactor-build/components/f
                        project.xml
  Log:
  o This now uses the old trusted method. So we'll make sure this works first
    (and it does) before we attempt to use the new groupId/artifactId notation
    in the reactor (which currently does not work).
  
  Revision  Changes    Path
  1.2       +6 -11     jakarta-turbine-maven/src/test/touchstone-build/src/reactor-build/components/a/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/test/touchstone-build/src/reactor-build/components/a/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	13 Jan 2003 05:13:35 -0000	1.1
  +++ project.xml	13 Jan 2003 07:04:23 -0000	1.2
  @@ -1,34 +1,29 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <project>
     <extend>${basedir}/../project.xml</extend>
  -  <id>a</id>
  +  <id>reactor-test-a</id>
     <name>a</name>
     <currentVersion>1.0</currentVersion>
   
     <dependencies>
       <dependency>
  -      <groupId>reactor-test</groupId>
  -      <artifactId>b</artifactId>
  +      <id>reactor-test+b</id>
         <version>1.0</version>
       </dependency>
       <dependency>
  -      <groupId>reactor-test</groupId>
  -      <artifactId>c</artifactId>
  +      <id>reactor-test+c</id>
         <version>1.0</version>
       </dependency>
       <dependency>
  -      <groupId>reactor-test</groupId>
  -      <artifactId>d</artifactId>
  +      <id>reactor-test+d</id>
         <version>1.0</version>
       </dependency>
       <dependency>
  -      <groupId>reactor-test</groupId>
  -      <artifactId>e</artifactId>
  +      <id>reactor-test+e</id>
         <version>1.0</version>
       </dependency>
       <dependency>
  -      <groupId>reactor-test</groupId>
  -      <artifactId>f</artifactId>
  +      <id>reactor-test+f</id>
         <version>1.0</version>
       </dependency>
     </dependencies>
  
  
  
  1.2       +5 -9      jakarta-turbine-maven/src/test/touchstone-build/src/reactor-build/components/b/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/test/touchstone-build/src/reactor-build/components/b/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	13 Jan 2003 05:13:35 -0000	1.1
  +++ project.xml	13 Jan 2003 07:04:23 -0000	1.2
  @@ -1,29 +1,25 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <project>
     <extend>${basedir}/../project.xml</extend>
  -  <id>b</id>
  +  <id>reactor-test-b</id>
     <name>b</name>
     <currentVersion>1.0</currentVersion>
   
     <dependencies>
       <dependency>
  -      <groupId>reactor-test</groupId>
  -      <artifactId>c</artifactId>
  +      <id>reactor-test+c</id>
         <version>1.0</version>
       </dependency>
       <dependency>
  -      <groupId>reactor-test</groupId>
  -      <artifactId>d</artifactId>
  +      <id>reactor-test+d</id>
         <version>1.0</version>
       </dependency>
       <dependency>
  -      <groupId>reactor-test</groupId>
  -      <artifactId>e</artifactId>
  +      <id>reactor-test+e</id>
         <version>1.0</version>
       </dependency>
       <dependency>
  -      <groupId>reactor-test</groupId>
  -      <artifactId>f</artifactId>
  +      <id>reactor-test+f</id>
         <version>1.0</version>
       </dependency>
     </dependencies>
  
  
  
  1.2       +4 -7      jakarta-turbine-maven/src/test/touchstone-build/src/reactor-build/components/c/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/test/touchstone-build/src/reactor-build/components/c/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	13 Jan 2003 05:13:35 -0000	1.1
  +++ project.xml	13 Jan 2003 07:04:23 -0000	1.2
  @@ -1,24 +1,21 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <project>
     <extend>${basedir}/../project.xml</extend>
  -  <id>c</id>
  +  <id>reactor-test-c</id>
     <name>c</name>
     <currentVersion>1.0</currentVersion>
   
     <dependencies>
       <dependency>
  -      <groupId>reactor-test</groupId>
  -      <artifactId>d</artifactId>
  +      <id>reactor-test+d</id>
         <version>1.0</version>
       </dependency>
       <dependency>
  -      <groupId>reactor-test</groupId>
  -      <artifactId>e</artifactId>
  +      <id>reactor-test+e</id>
         <version>1.0</version>
       </dependency>
       <dependency>
  -      <groupId>reactor-test</groupId>
  -      <artifactId>f</artifactId>
  +      <id>reactor-test+f</id>
         <version>1.0</version>
       </dependency>
     </dependencies>
  
  
  
  1.2       +3 -5      jakarta-turbine-maven/src/test/touchstone-build/src/reactor-build/components/d/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/test/touchstone-build/src/reactor-build/components/d/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	13 Jan 2003 05:13:35 -0000	1.1
  +++ project.xml	13 Jan 2003 07:04:23 -0000	1.2
  @@ -1,19 +1,17 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <project>
     <extend>${basedir}/../project.xml</extend>
  -  <id>d</id>
  +  <id>reactor-test-d</id>
     <name>d</name>
     <currentVersion>1.0</currentVersion>
   
     <dependencies>
       <dependency>
  -      <groupId>reactor-test</groupId>
  -      <artifactId>e</artifactId>
  +      <id>reactor-test+e</id>
         <version>1.0</version>
       </dependency>
       <dependency>
  -      <groupId>reactor-test</groupId>
  -      <artifactId>f</artifactId>
  +      <id>reactor-test+f</id>
         <version>1.0</version>
       </dependency>
     </dependencies>
  
  
  
  1.2       +3 -3      jakarta-turbine-maven/src/test/touchstone-build/src/reactor-build/components/e/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/test/touchstone-build/src/reactor-build/components/e/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	13 Jan 2003 05:13:35 -0000	1.1
  +++ project.xml	13 Jan 2003 07:04:24 -0000	1.2
  @@ -1,16 +1,16 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <project>
     <extend>${basedir}/../project.xml</extend>
  -  <id>e</id>
  +  <id>reactor-test-e</id>
     <name>e</name>
     <currentVersion>1.0</currentVersion>
   
     <dependencies>
       <dependency>
  -      <groupId>reactor-test</groupId>
  -      <artifactId>f</artifactId>
  +      <id>reactor-test+f</id>
         <version>1.0</version>
       </dependency>
  +
     </dependencies>
   
   </project>
  
  
  
  1.2       +1 -1      jakarta-turbine-maven/src/test/touchstone-build/src/reactor-build/components/f/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/test/touchstone-build/src/reactor-build/components/f/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	13 Jan 2003 05:13:35 -0000	1.1
  +++ project.xml	13 Jan 2003 07:04:24 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <project>
     <extend>${basedir}/../project.xml</extend>
  -  <id>f</id>
  +  <id>reactor-test-f</id>
     <name>f</name>
     <currentVersion>1.0</currentVersion>
   </project>