Author: keith Date: Mon May 11 22:19:53 2009 New Revision: 35524 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=35524
Log: Remnoving unnecessary activator and updating pom dependancies Removed: trunk/mashup/java/modules/styles/src/main/java/ Modified: trunk/mashup/java/modules/styles/pom.xml trunk/mashup/java/pom.xml Modified: trunk/mashup/java/modules/styles/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/styles/pom.xml?rev=35524&r1=35523&r2=35524&view=diff ============================================================================== --- trunk/mashup/java/modules/styles/pom.xml (original) +++ trunk/mashup/java/modules/styles/pom.xml Mon May 11 22:19:53 2009 @@ -49,48 +49,5 @@ </configuration> </plugin> </plugins> - </build> - - <dependencies> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.ui</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.felix</groupId> - <artifactId>org.apache.felix.framework</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.felix</groupId> - <artifactId>org.apache.felix.main</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.felix</groupId> - <artifactId>org.osgi.compendium</artifactId> - </dependency> - - <dependency> - <groupId>org.eclipse.equinox</groupId> - <artifactId>org.eclipse.equinox.http.servlet</artifactId> - </dependency> - - <dependency> - <groupId>org.eclipse.equinox</groupId> - <artifactId>org.eclipse.equinox.http.helper</artifactId> - </dependency> - - <dependency> - <groupId>org.eclipse.equinox</groupId> - <artifactId>org.eclipse.equinox.jsp.jasper</artifactId> - </dependency> - - <dependency> - <groupId>org.eclipse.equinox</groupId> - <artifactId>javax.servlet.jsp</artifactId> - </dependency> - </dependencies> + </build> </project> Modified: trunk/mashup/java/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/pom.xml?rev=35524&r1=35523&r2=35524&view=diff ============================================================================== --- trunk/mashup/java/pom.xml (original) +++ trunk/mashup/java/pom.xml Mon May 11 22:19:53 2009 @@ -5,7 +5,7 @@ <parent> <groupId>org.wso2.carbon</groupId> <artifactId>carbon-parent</artifactId> - <version>1.5.1</version> + <version>1.6.0.SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> _______________________________________________ Mashup-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
