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>