You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2010/01/09 14:32:43 UTC

svn commit: r897448 - in /tiles/sandbox/trunk/tiles-autotag: ./ pom.xml src/ src/site/

Author: apetrelli
Date: Sat Jan  9 13:32:43 2010
New Revision: 897448

URL: http://svn.apache.org/viewvc?rev=897448&view=rev
Log:
TILESSB-20
First files for Autotag.

Added:
    tiles/sandbox/trunk/tiles-autotag/pom.xml   (with props)
    tiles/sandbox/trunk/tiles-autotag/src/
    tiles/sandbox/trunk/tiles-autotag/src/site/
Modified:
    tiles/sandbox/trunk/tiles-autotag/   (props changed)

Propchange: tiles/sandbox/trunk/tiles-autotag/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Jan  9 13:32:43 2010
@@ -0,0 +1 @@
+.*

Added: tiles/sandbox/trunk/tiles-autotag/pom.xml
URL: http://svn.apache.org/viewvc/tiles/sandbox/trunk/tiles-autotag/pom.xml?rev=897448&view=auto
==============================================================================
--- tiles/sandbox/trunk/tiles-autotag/pom.xml (added)
+++ tiles/sandbox/trunk/tiles-autotag/pom.xml Sat Jan  9 13:32:43 2010
@@ -0,0 +1,14 @@
+<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">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>tiles-master</artifactId>
+    <groupId>org.apache.tiles</groupId>
+    <version>1</version>
+  </parent>
+  <groupId>org.apache.tiles</groupId>
+  <artifactId>tiles-autotag</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>Autotags</name>
+  <description>Automatic generation of tags.</description>
+</project>
\ No newline at end of file

Propchange: tiles/sandbox/trunk/tiles-autotag/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tiles/sandbox/trunk/tiles-autotag/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL