Author: bimargulies
Date: Mon Aug 31 01:21:41 2009
New Revision: 809446
URL: http://svn.apache.org/viewvc?rev=809446&view=rev
Log:
Remove redundant copy of some classes. Add test scope to use of tests jar from
rt-core in tools/common.
Removed:
cxf/trunk/rt/testsupport/src/main/java/org/apache/cxf/test/
Modified:
cxf/trunk/tools/common/pom.xml
Modified: cxf/trunk/tools/common/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/tools/common/pom.xml?rev=809446&r1=809445&r2=809446&view=diff
==============================================================================
--- cxf/trunk/tools/common/pom.xml (original)
+++ cxf/trunk/tools/common/pom.xml Mon Aug 31 01:21:41 2009
@@ -94,6 +94,7 @@
<artifactId>cxf-rt-core</artifactId>
<classifier>tests</classifier>
<version>${project.version}</version>
+ <scope>test</scope>
</dependency>
<dependency>