Author: sgoeschl
Date: Fri Sep 16 09:50:52 2005
New Revision: 289606

URL: http://svn.apache.org/viewcvs?rev=289606&view=rev
Log:
1) Switching over to the SVN repo
2) Migrating to avalon-framework-4.3
3) Moving the contributor section (commented out in XMLRPC) to the global 
project.xml

Modified:
    jakarta/turbine/fulcrum/trunk/project.xml

Modified: jakarta/turbine/fulcrum/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/turbine/fulcrum/trunk/project.xml?rev=289606&r1=289605&r2=289606&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/project.xml (original)
+++ jakarta/turbine/fulcrum/trunk/project.xml Fri Sep 16 09:50:52 2005
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 
+<!--
 /*
  * Copyright 2001-2004 The Apache Software Foundation.
- * 
+ *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -16,7 +16,7 @@
  * limitations under the License.
  */
  -->
- 
+
 <project>
   <pomVersion>3</pomVersion>
   <name>jakarta-turbine-fulcrum</name>
@@ -39,16 +39,17 @@
   <siteAddress>jakarta.apache.org</siteAddress>
   <siteDirectory>/www/jakarta.apache.org/turbine/fulcrum/</siteDirectory>
   <distributionSite>www.apache.org</distributionSite>
-  
<distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory>
  
+  
<distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory>
   <repository>
-    <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:jakarta-turbine-fulcrum</connection>
-    <url>http://cvs.apache.org/viewcvs/jakarta-turbine-fulcrum/</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/turbine/fulcrum/trunk/</connection>
+    
<developerConnection>scm:svn:http://svn.apache.org/repos/asf/jakarta/turbine/fulcrum/trunk/</developerConnection>
+    <url>http://svn.apache.org/repos/asf/jakarta/turbine/fulcrum/trunk</url>
   </repository>
   <releases>
     <release>
       <version>3.0.0</version>
       <tag>FULCRUM_3_0_0</tag>
-    </release>  
+    </release>
   </releases>
   <mailingLists>
     <mailingList>
@@ -126,7 +127,7 @@
       <id>sgoeschl</id>
       <email>[EMAIL PROTECTED]</email>
       <organization>IT20one</organization>
-    </developer>    
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -155,7 +156,7 @@
       <roles>
         <role>Security</role>
       </roles>
-    </contributor>    
+    </contributor>
     <contributor>
       <name>Kasper Nielsen</name>
       <id>kasper</id>
@@ -174,87 +175,95 @@
          <role>Developer</role>
        </roles>
     </contributor>
+    <contributor>
+      <name>Ronald</name>
+      <id>ronald</id>
+      <email>[EMAIL PROTECTED]</email>
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </contributor>
   </contributors>
-  
-  
+
+
   <dependencies>
-    
+
     <!--
      |
      | Common compile-time dependencies for all the components.
      |
      -->
-    
+
     <dependency>
       <groupId>avalon-framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.2.0</version>
+      <version>4.3</version>
     </dependency>
-    
+
     <dependency>
       <groupId>avalon-framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.2.0</version>
+      <version>4.3</version>
     </dependency>
-    
+
     <!--
      |
      | Common test-time dependencies for all the components.
      |
      -->
-    
+
     <!--dependency>
       <groupId>excalibur-component</groupId>
       <artifactId>excalibur-component</artifactId>
       <version>1.1</version>
       <url>http://excalibur.apache.org/</url>
     </dependency>
-    
+
     <dependency>
       <groupId>excalibur-instrument</groupId>
       <artifactId>excalibur-instrument</artifactId>
       <version>1.0</version>
       <url>http://excalibur.apache.org/</url>
-    </dependency>    
-    
+    </dependency>
+
     <dependency>
       <groupId>excalibur-logger</groupId>
       <artifactId>excalibur-logger</artifactId>
       <version>1.1</version>
       <url>http://excalibur.apache.org/</url>
-    </dependency>    
-    
+    </dependency>
+
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
       <version>3.1</version>
       <url>http://jakarta.apache.org/commons/collections.html</url>
     </dependency>
-    
+
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
       <version>1.2.8</version>
       <url>http://jakarta.apache.org/log4j/</url>
-    </dependency>      
-    
+    </dependency>
+
     <dependency>
       <groupId>excalibur-pool</groupId>
       <artifactId>excalibur-pool-api</artifactId>
       <version>2.0.0</version>
       <url>http://excalibur.apache.org/</url>
     </dependency>
-    
+
     <dependency>
       <groupId>avalon-logkit</groupId>
       <artifactId>avalon-logkit</artifactId>
       <version>2.0.0</version>
       <url>http://avalon.apache.org</url>
-    </dependency-->               
+    </dependency-->
 
   </dependencies>
-  
- 
+
+
  <build>
     <nagEmailAddress>[email protected]</nagEmailAddress>
 
@@ -274,10 +283,10 @@
           <includes>
             <include>**/*.x*</include>
           </includes>
-        </resource>       
-      </resources>      
+        </resource>
+      </resources>
     </unitTest>
-    <resources>      
+    <resources>
        <resource>
          <directory>${basedir}/src/java</directory>
          <includes>
@@ -286,27 +295,27 @@
        </resource>
     </resources>
   </build>
- 
+
   <reports>
     <report>maven-jdepend-plugin</report>
     <report>maven-changelog-plugin</report>
     <report>maven-changes-plugin</report>
     <report>maven-developer-activity-plugin</report>
     <report>maven-file-activity-plugin</report>
-  
+
 
 
     <report>maven-multiproject-plugin</report>
-    <report>maven-faq-plugin</report>    
+    <report>maven-faq-plugin</report>
     <report>maven-pmd-plugin</report>
-    <report>maven-simian-plugin</report>
+    <!-- report>maven-simian-plugin</report -->
     <!-- stripped down list-->
     <report>maven-javadoc-plugin</report>
-    <report>maven-jxr-plugin</report>      
+    <report>maven-jxr-plugin</report>
     <report>maven-junit-report-plugin</report>
     <report>maven-jcoverage-plugin</report>
-    
-    
-  </reports> 
+
+
+  </reports>
 
 </project>



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

Reply via email to