Revision: 1707
          http://svn.sourceforge.net/spring-rich-c/?rev=1707&view=rev
Author:   mathiasbr
Date:     2007-02-07 02:40:10 -0800 (Wed, 07 Feb 2007)

Log Message:
-----------
minor polish
tabs to spaces
log4j used to logging in tests

Modified Paths:
--------------
    trunk/spring-richclient/pom.xml
    trunk/spring-richclient/samples/petclinic/business/pom.xml

Modified: trunk/spring-richclient/pom.xml
===================================================================
--- trunk/spring-richclient/pom.xml     2007-02-02 22:58:51 UTC (rev 1706)
+++ trunk/spring-richclient/pom.xml     2007-02-07 10:40:10 UTC (rev 1707)
@@ -20,9 +20,9 @@
     </description>
     <url>http://spring-rich-c.sf.net/</url>
     
-       <prerequisites>
-               <maven>2.0.4</maven>
-       </prerequisites>
+    <prerequisites>
+        <maven>2.0.4</maven>
+    </prerequisites>
     <issueManagement>
         <system>jira</system>
         <url>http://opensource2.atlassian.com/projects/spring/browse/RCP</url>
@@ -318,10 +318,10 @@
                     <version>2.0.1</version>
                     <executions>
                         <execution>
-                               <!-- To deploy the sources automatically -->
+                            <!-- To deploy the sources automatically -->
                             <goals>
-                                                               <goal>jar</goal>
-                                                               
<goal>test-jar</goal>
+                                <goal>jar</goal>
+                                <goal>test-jar</goal>
                             </goals>
                         </execution>
                     </executions>
@@ -392,7 +392,7 @@
         </pluginManagement>
         <plugins>
             <plugin>
-               <!-- Entry needed to create, install and deploy sources jars -->
+              <!-- Entry needed to create, install and deploy sources jars -->
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-source-plugin</artifactId>
             </plugin>
@@ -514,6 +514,11 @@
             <groupId>org.easymock</groupId>
             <artifactId>easymock</artifactId>
         </dependency>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
     <dependencyManagement>
         <dependencies>
@@ -674,10 +679,6 @@
                 <version>1.1</version>
                 <exclusions>
                     <exclusion>
-                        <groupId>log4j</groupId>
-                        <artifactId>log4j</artifactId>
-                    </exclusion>
-                    <exclusion>
                         <groupId>logkit</groupId>
                         <artifactId>logkit</artifactId>
                     </exclusion>
@@ -692,6 +693,12 @@
                 </exclusions>
             </dependency>
 
+            <dependency>
+                <groupId>log4j</groupId>
+                <artifactId>log4j</artifactId>
+                <version>1.2.14</version>
+            </dependency>
+
             <!-- Dependency injection -->
             <dependency>
                 <groupId>org.springframework</groupId>

Modified: trunk/spring-richclient/samples/petclinic/business/pom.xml
===================================================================
--- trunk/spring-richclient/samples/petclinic/business/pom.xml  2007-02-02 
22:58:51 UTC (rev 1706)
+++ trunk/spring-richclient/samples/petclinic/business/pom.xml  2007-02-07 
10:40:10 UTC (rev 1707)
@@ -66,6 +66,12 @@
             <groupId>org.acegisecurity</groupId>
             <artifactId>acegi-security</artifactId>
         </dependency>
+
+        <!-- Logging -->
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+        </dependency>
     </dependencies>
 
 </project>
\ No newline at end of file


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
spring-rich-c-cvs mailing list
spring-rich-c-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to