Author: davsclaus
Date: Tue Jan 13 05:09:10 2009
New Revision: 734122

URL: http://svn.apache.org/viewvc?rev=734122&view=rev
Log:
Fixed wrong OSGI package export. .jar file was empty. Thank to Charles for 
pointing out this.

Modified:
    activemq/camel/trunk/components/camel-spring-javaconfig/pom.xml

Modified: activemq/camel/trunk/components/camel-spring-javaconfig/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring-javaconfig/pom.xml?rev=734122&r1=734121&r2=734122&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-spring-javaconfig/pom.xml (original)
+++ activemq/camel/trunk/components/camel-spring-javaconfig/pom.xml Tue Jan 13 
05:09:10 2009
@@ -13,7 +13,7 @@
   <packaging>bundle</packaging>
 
   <properties>
-    
<camel.osgi.export.pkg>org.apache.camel.component.spring.javaconfig.*</camel.osgi.export.pkg>
+    
<camel.osgi.export.pkg>org.apache.camel.spring.javaconfig.*</camel.osgi.export.pkg>
     <spring-javaconfig-version>1.0.0.BUILD-SNAPSHOT</spring-javaconfig-version>
     <!--<spring-javaconfig-version>1.0.0.M4</spring-javaconfig-version>-->
   </properties>


Reply via email to