Author: wsmoak Date: Wed Aug 10 18:49:42 2005 New Revision: 231370 URL: http://svn.apache.org/viewcvs?rev=231370&view=rev Log: Updated Maven build for Standalone Tiles in the sandbox, removed dependency on Struts Core
Modified: struts/sandbox/trunk/tiles/project.xml Modified: struts/sandbox/trunk/tiles/project.xml URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/tiles/project.xml?rev=231370&r1=231369&r2=231370&view=diff ============================================================================== --- struts/sandbox/trunk/tiles/project.xml (original) +++ struts/sandbox/trunk/tiles/project.xml Wed Aug 10 18:49:42 2005 @@ -20,16 +20,17 @@ <extend>build/project.xml</extend> - <id>struts-tiles</id> - - <name>Struts Tiles</name> + <id>tiles-core</id> + <groupId>tiles</groupId> + <name>Tiles Core Library</name> <inceptionYear>2003</inceptionYear> - <package>org.apache.struts.tiles</package> + <package>org.apache.tiles</package> + <currentVersion>0.2-dev</currentVersion> <packageGroups> <packageGroup> - <title>Struts Tiles</title> - <packages>org.apache.struts.tiles</packages> + <title>Tiles Core Library</title> + <packages>org.apache.tiles</packages> </packageGroup> </packageGroups> <shortDescription>Tiles library for defining view components.</shortDescription> @@ -37,21 +38,10 @@ technologies. This library has been extracted from the Struts core.</description> <url>http://struts.apache.org/tiles</url> <repository> - <connection>scm|svn|http|//svn.apache.org/repos/asf/struts/tiles/trunk</connection> - <developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/tiles/trunk</developerConnection> - <url>http://svn.apache.org/repos/asf/struts/tiles/trunk</url> + <connection>scm|svn|http|//svn.apache.org/repos/asf/struts/sandbox/trunk/tiles</connection> + <developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/sandbox/trunk/tiles</developerConnection> + <url>http://svn.apache.org/repos/asf/struts/sandbox/trunk/tiles</url> </repository> - <dependencies> - <dependency> - <groupId>struts</groupId> - <artifactId>struts-core</artifactId> - <version>1.3.0-dev</version> - <properties> - <war.bundle>true</war.bundle> - </properties> - <url>http://struts.apache.org/</url> - </dependency> - </dependencies> <build> <sourceDirectory>src/java</sourceDirectory> <resources> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]