bloritsch    2003/08/18 13:17:01

  Modified:    .        project.properties project.xml
               configuration project.properties project.xml
  Log:
  Yay, the Maven build is almost working...
  
  Revision  Changes    Path
  1.4       +1 -3      avalon-excalibur/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties        18 Aug 2003 18:58:36 -0000      1.3
  +++ project.properties        18 Aug 2003 20:17:01 -0000      1.4
  @@ -1,6 +1,4 @@
  -maven.repo.remote =http://www.apache.org/dist/avalon,http://www.ibiblio.org/maven
  -
  -# http://lsd.student.utwente.nl/repository
  +maven.repo.remote = 
http://www.apache.org/dist/avalon,http://www.ibiblio.org/maven,http://lsd.student.utwente.nl/repository
   
   #
   # Banner background and foreground colors.
  
  
  
  1.6       +0 -2      avalon-excalibur/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml       18 Aug 2003 19:13:57 -0000      1.5
  +++ project.xml       18 Aug 2003 20:17:01 -0000      1.6
  @@ -208,8 +208,6 @@
           </includes>
         </resource>
       </resources>
  -    
  -    <jars></jars>
     </build>
   
   </project>
  
  
  
  1.5       +1 -1      avalon-excalibur/configuration/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/configuration/project.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.properties        18 Aug 2003 18:58:37 -0000      1.4
  +++ project.properties        18 Aug 2003 20:17:01 -0000      1.5
  @@ -2,7 +2,7 @@
   # -------------------------------------------------------------------
   # P R O J E C T  P R O P E R T I E S
   # -------------------------------------------------------------------
  -maven.repo.remote = 
http://lsd.student.utwente.nl/repository,http://www.apache.org/dist/avalon,http://www.ibiblio.org/maven
  +maven.repo.remote 
=http://www.apache.org/dist/avalon,http://www.ibiblio.org/maven,http://lsd.student.utwente.nl/repository
   
   maven.junit.fork = yes
   
  
  
  
  1.4       +2 -2      avalon-excalibur/configuration/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/configuration/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml       18 Aug 2003 18:58:37 -0000      1.3
  +++ project.xml       18 Aug 2003 20:17:01 -0000      1.4
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <project>
  -    <extend>${basedir}/../project-common.xml</extend>
  +    <extend>${basedir}/../project.xml</extend>
   
  -    <groupId>excalibur-configuration</groupId>
  +    <groupId>excalibur</groupId>
       <name>Excalibur Configuration</name>
       <id>excalibur-configuration</id>
       <currentVersion>1.1-dev</currentVersion>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to