You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by vi...@apache.org on 2006/10/26 21:45:48 UTC

svn commit: r468103 - in /incubator/qpid/branches/maven/client: pom.xml src/log4j.properties src/main/java/log4j.properties src/test/ test/

Author: vinoski
Date: Thu Oct 26 12:45:47 2006
New Revision: 468103

URL: http://svn.apache.org/viewvc?view=rev&rev=468103
Log:
client subdir maven restructuring

Added:
    incubator/qpid/branches/maven/client/src/main/java/log4j.properties
      - copied unchanged from r466855, incubator/qpid/branches/maven/client/src/log4j.properties
    incubator/qpid/branches/maven/client/src/test/
      - copied from r466855, incubator/qpid/branches/maven/client/test/
Removed:
    incubator/qpid/branches/maven/client/src/log4j.properties
    incubator/qpid/branches/maven/client/test/
Modified:
    incubator/qpid/branches/maven/client/pom.xml

Modified: incubator/qpid/branches/maven/client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/maven/client/pom.xml?view=diff&rev=468103&r1=468102&r2=468103
==============================================================================
--- incubator/qpid/branches/maven/client/pom.xml (original)
+++ incubator/qpid/branches/maven/client/pom.xml Thu Oct 26 12:45:47 2006
@@ -65,10 +65,12 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymockclassextension</artifactId>
+      <scope>test</scope>
     </dependency>
   </dependencies>
 </project>