Author: ningjiang
Date: Fri Dec 28 03:42:21 2012
New Revision: 1426387

URL: http://svn.apache.org/viewvc?rev=1426387&view=rev
Log:
CAMEL-5915 fixed the camel-test-spring mixed up no related classes issue
Merged revisions 1426385 via svnmerge from 
https://svn.apache.org/repos/asf/camel/trunk

........
  r1426385 | ningjiang | 2012-12-28 11:39:15 +0800 (Fri, 28 Dec 2012) | 1 line
  
  CAMEL-5915 fixed the camel-test-spring mixed up no related classes issue
........

Modified:
    camel/branches/camel-2.10.x/   (props changed)
    camel/branches/camel-2.10.x/components/camel-test-spring/pom.xml

Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
  Merged /camel/trunk:r1426385

Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-2.10.x/components/camel-test-spring/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/components/camel-test-spring/pom.xml?rev=1426387&r1=1426386&r2=1426387&view=diff
==============================================================================
--- camel/branches/camel-2.10.x/components/camel-test-spring/pom.xml (original)
+++ camel/branches/camel-2.10.x/components/camel-test-spring/pom.xml Fri Dec 28 
03:42:21 2012
@@ -33,7 +33,7 @@
 
     <properties>
        <spring-version>3.1.2.RELEASE</spring-version>
-        <camel.osgi.export.pkg>org.apache.camel.test.*</camel.osgi.export.pkg>
+        
<camel.osgi.export.pkg>org.apache.camel.test.spring.*</camel.osgi.export.pkg>
     </properties>
 
     <dependencies>


Reply via email to