You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2012/12/28 12:36:13 UTC

svn commit: r1426466 - in /camel/branches/camel-2.10.x: ./ components/camel-test-spring/pom.xml

Author: ningjiang
Date: Fri Dec 28 11:36:12 2012
New Revision: 1426466

URL: http://svn.apache.org/viewvc?rev=1426466&view=rev
Log:
Merged revisions 1426459 via svnmerge from 
https://svn.apache.org/repos/asf/camel/trunk

........
  r1426459 | ningjiang | 2012-12-28 19:27:17 +0800 (Fri, 28 Dec 2012) | 1 line
  
  CAMEL-5915 revert the change as it is not good solution
........

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:r1426459

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=1426466&r1=1426465&r2=1426466&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 11:36:12 2012
@@ -33,7 +33,7 @@
 
     <properties>
     	<spring-version>3.1.2.RELEASE</spring-version>
-        <camel.osgi.export.pkg>org.apache.camel.test.spring.*</camel.osgi.export.pkg>
+        <camel.osgi.export.pkg>org.apache.camel.test.*</camel.osgi.export.pkg>
     </properties>
 
     <dependencies>