From: <die...@us...> - 2010-02-16 08:29:11
|
Revision: 1950 http://openutils.svn.sourceforge.net/openutils/?rev=1950&view=rev Author: diego_schivo Date: 2010-02-16 08:29:05 +0000 (Tue, 16 Feb 2010) Log Message: ----------- Module store: magnolia-module-modulestore project Modified Paths: -------------- trunk/pom.xml Added Paths: ----------- trunk/magnolia-module-modulestore/ trunk/magnolia-module-modulestore/pom.xml trunk/magnolia-module-modulestore/src/ trunk/magnolia-module-modulestore/src/main/ trunk/magnolia-module-modulestore/src/main/java/ trunk/magnolia-module-modulestore/src/main/resources/ Added: trunk/magnolia-module-modulestore/pom.xml =================================================================== --- trunk/magnolia-module-modulestore/pom.xml (rev 0) +++ trunk/magnolia-module-modulestore/pom.xml 2010-02-16 08:29:05 UTC (rev 1950) @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <artifactId>magnolia-project</artifactId> + <groupId>info.magnolia</groupId> + <version>4.3-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> + </parent> + <modelVersion>4.0.0</modelVersion> + <artifactId>magnolia-module-modulestore</artifactId> + <name>magnolia-module-modulestore</name> + <dependencies> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + </dependency> + <dependency> + <groupId>info.magnolia</groupId> + <artifactId>magnolia-core</artifactId> + <version>4.3-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>info.magnolia</groupId> + <artifactId>magnolia-module-admininterface</artifactId> + <version>4.3-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>jsp-api</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.easymock</groupId> + <artifactId>easymock</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>info.magnolia</groupId> + <artifactId>magnolia-core</artifactId> + <version>4.3-SNAPSHOT</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> + </dependencies> +</project> \ No newline at end of file Property changes on: trunk/magnolia-module-modulestore/pom.xml ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-02-15 15:49:04 UTC (rev 1949) +++ trunk/pom.xml 2010-02-16 08:29:05 UTC (rev 1950) @@ -37,6 +37,7 @@ <module>openutils-mgnlcriteria</module> <module>openutils-mgnlrepoutils</module> <module>openutils-mgnlutils</module> + <!--module>magnolia-module-modulestore</module--> <module>magnolia-test-webapp</module> <module>module-store-server-webapp</module> </modules> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |