Author: ebourg
Date: Thu Apr 14 05:11:33 2005
New Revision: 161261

URL: http://svn.apache.org/viewcvs?view=rev&rev=161261
Log:
Updated the project descriptor to use the commons-logging-api artifact instead 
of commons-logging and the groupId/artifactId tags instead of id (suggested by 
Brett Porter)

Modified:
    jakarta/commons/proper/configuration/trunk/project.xml

Modified: jakarta/commons/proper/configuration/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/project.xml?view=diff&r1=161260&r2=161261
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.xml (original)
+++ jakarta/commons/proper/configuration/trunk/project.xml Thu Apr 14 05:11:33 
2005
@@ -161,11 +161,11 @@
     </developer>
        
        <developer>
-               <name>Oliver Heger</name>
-               <id>oheger</id>
-               <email>[EMAIL PROTECTED]</email>
-               <organization>University Marburg</organization>
-               <timezone>+1</timezone>
+      <name>Oliver Heger</name>
+      <id>oheger</id>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>University Marburg</organization>
+      <timezone>+1</timezone>
        </developer>
 
   </developers>
@@ -216,7 +216,7 @@
 
     <dependency>
       <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
+      <artifactId>commons-logging-api</artifactId>
       <version>1.0.4</version>
       <properties>
         <war.bundle>true</war.bundle>
@@ -271,7 +271,8 @@
     </dependency>
 
     <dependency>
-      <id>servletapi</id>
+      <groupId>servletapi</groupId>
+      <artifactId>servletapi</artifactId>
       <version>2.3</version>
     </dependency>
 
@@ -320,12 +321,14 @@
     </dependency>
 
     <dependency>
-      <id>mockobjects:mockobjects-core</id>
+      <groupId>mockobjects</groupId>
+      <artifactId>mockobjects-core</artifactId>
       <version>0.09</version>
     </dependency>
 
     <dependency>
-      <id>mockobjects:mockobjects-jdk1.4-j2ee1.3</id>
+      <groupId>mockobjects</groupId>
+      <artifactId>mockobjects-jdk1.4-j2ee1.3</artifactId>
       <version>0.09</version>
     </dependency>
 



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

Reply via email to