Why have you committed these to carbon core? Azeez
On Wed, Jun 23, 2010 at 3:41 PM, <[email protected]> wrote: > Author: umashanthi > Date: Wed Jun 23 03:11:19 2010 > New Revision: 68424 > URL: http://wso2.org/svn/browse/wso2?view=rev&revision=68424 > > Log: > > > Modified: > trunk/carbon/core/features/org.wso2.carbon.core.common.feature/pom.xml > trunk/carbon/core/features/pom.xml > trunk/carbon/core/pom.xml > > Modified: > trunk/carbon/core/features/org.wso2.carbon.core.common.feature/pom.xml > URL: > http://wso2.org/svn/browse/wso2/trunk/carbon/core/features/org.wso2.carbon.core.common.feature/pom.xml?rev=68424&r1=68423&r2=68424&view=diff > > ============================================================================== > --- trunk/carbon/core/features/org.wso2.carbon.core.common.feature/pom.xml > (original) > +++ trunk/carbon/core/features/org.wso2.carbon.core.common.feature/pom.xml > Wed Jun 23 03:11:19 2010 > @@ -70,7 +70,8 @@ > > <bundleDef>org.wso2.carbon:org.wso2.carbon.registry.core</bundleDef> > > <bundleDef>org.wso2.carbon:org.wso2.carbon.component.mgt.core</bundleDef> > > <bundleDef>org.wso2.carbon:org.wso2.carbon.authenticator.proxy</bundleDef> > - > + > <bundleDef>org.wso2.carbon:org.wso2.carbon.social</bundleDef> > + > <bundleDef>org.wso2.carbon:org.wso2.carbon.socialimpl</bundleDef> > > <bundleDef>au.com.bytecode.opencsv.wso2:opencsv</bundleDef> > > <bundleDef>org.eclipse.equinox:org.eclipse.equinox.http.servlet</bundleDef> > > <bundleDef>org.eclipse.equinox:org.eclipse.equinox.http.helper</bundleDef> > @@ -80,6 +81,7 @@ > > <bundleDef>org.apache.synapse:synapse-commons</bundleDef> > > <bundleDef>com.h2database.wso2:h2-database-engine</bundleDef> > > <bundleDef>org.apache.axis2:axis2-transport-base</bundleDef> > + > <bundleDef>com.google.common.wso2:google-collect</bundleDef> > > <bundleDef>org.apache.axis2:axis2-transport-jms</bundleDef> > > <bundleDef>net.sf.ehcache.wso2:ehcache</bundleDef> > > <bundleDef>commons-pool.wso2:commons-pool</bundleDef> > > Modified: trunk/carbon/core/features/pom.xml > URL: > http://wso2.org/svn/browse/wso2/trunk/carbon/core/features/pom.xml?rev=68424&r1=68423&r2=68424&view=diff > > ============================================================================== > --- trunk/carbon/core/features/pom.xml (original) > +++ trunk/carbon/core/features/pom.xml Wed Jun 23 03:11:19 2010 > @@ -112,6 +112,21 @@ > <groupId>org.wso2.carbon</groupId> > <artifactId>org.wso2.carbon.registry.server</artifactId> > <version>${pom.version}</version> > + </dependency> > + <dependency> > + <groupId>com.google.common.wso2</groupId> > + <artifactId>google-collect</artifactId> > + <version>1.0.0.wso2v2</version> > + </dependency> > + <dependency> > + <groupId>org.wso2.carbon</groupId> > + <artifactId>org.wso2.carbon.social</artifactId> > + <version>${pom.version}</version> > + </dependency> > + <dependency> > + <groupId>org.wso2.carbon</groupId> > + <artifactId>org.wso2.carbon.socialimpl</artifactId> > + <version>${pom.version}</version> > </dependency> > <dependency> > <groupId>org.wso2.carbon</groupId> > > Modified: trunk/carbon/core/pom.xml > URL: > http://wso2.org/svn/browse/wso2/trunk/carbon/core/pom.xml?rev=68424&r1=68423&r2=68424&view=diff > > ============================================================================== > --- trunk/carbon/core/pom.xml (original) > +++ trunk/carbon/core/pom.xml Wed Jun 23 03:11:19 2010 > @@ -756,6 +756,12 @@ > <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> > <version>1.1.2</version> > </dependency> > + <dependency> > + <groupId>com.google.common.wso2</groupId> > + <artifactId>google-collect</artifactId> > + <version>1.0.0.wso2v2</version> > + </dependency> > + > </dependencies> > </dependencyManagement> > > @@ -926,6 +932,8 @@ > <module>org.wso2.carbon.user.mgt.ui</module> > <module>org.wso2.carbon.cluster.mgt.core</module> > <module>org.wso2.carbon.addressing</module> > + <module>org.wso2.carbon.social</module> > + <module>org.wso2.carbon.socialimpl</module> > </modules> > > </profile> > @@ -967,10 +975,13 @@ > <module>org.wso2.carbon.user.mgt.ui</module> > <module>org.wso2.carbon.cluster.mgt.core</module> > <module>org.wso2.carbon.addressing</module> > + <module>org.wso2.carbon.social</module> > + <module>org.wso2.carbon.socialimpl</module> > <module>component-manager</module> > <module>features</module> > <module>p2-profile-generation</module> > <module>distribution</module> > + > </modules> > </profile> > </profiles> > > _______________________________________________ > Carbon-commits mailing list > [email protected] > https://wso2.org/cgi-bin/mailman/listinfo/carbon-commits > -- Afkham Azeez Senior Software Architect & Product Manager, WSO2 WSAS; WSO2, Inc.; http://wso2.com, Lean . Enterprise . Middleware Member; Apache Software Foundation; http://www.apache.org/ email: [email protected] cell: +94 77 3320919 blog: http://blog.afkham.org twitter: http://twitter.com/afkham_azeez linked-in: http://lk.linkedin.com/in/afkhamazeez
_______________________________________________ Carbon-dev mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
