[Ds-java-dev] svn commit r17410 -
trunk/solutions/data-services/java/modules/core
sumedha at wso2.com
sumedha at wso2.com
Mon May 26 23:58:40 PDT 2008
Author: sumedha
Date: Mon May 26 23:58:40 2008
New Revision: 17410
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=17410
Log:
No need to have an Activator for data service core,presence in classpath is sufficient
Modified:
trunk/solutions/data-services/java/modules/core/pom.xml
Modified: trunk/solutions/data-services/java/modules/core/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/solutions/data-services/java/modules/core/pom.xml?rev=17410&r1=17409&r2=17410&view=diff
==============================================================================
--- trunk/solutions/data-services/java/modules/core/pom.xml (original)
+++ trunk/solutions/data-services/java/modules/core/pom.xml Mon May 26 23:58:40 2008
@@ -23,7 +23,7 @@
</repositories>
<dependencies>
-
+
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
@@ -131,7 +131,10 @@
</Require-Bundle>
<DynamicImport-Package>*</DynamicImport-Package>
<Embed-Dependency>commons-dbcp|commons-pool|derby|opencsv|poi;scope=compile|runtime;inline=false;</Embed-Dependency>
+ <!--
+ No need to have an Activator for data service core,presence in classpath is sufficient.
<Bundle-Activator>org.wso2.ws.dataservice.Activator</Bundle-Activator>
+ -->
</instructions>
</configuration>
</plugin>
More information about the Ds-java-dev
mailing list