Author: apetrelli
Date: Wed Oct 22 09:06:00 2008
New Revision: 707110

URL: http://svn.apache.org/viewvc?rev=707110&view=rev
Log:
TILESSB-3
pom.xml and sources directories.

Added:
    tiles/sandbox/trunk/tiles-freemarker/pom.xml   (with props)
    tiles/sandbox/trunk/tiles-freemarker/src/
    tiles/sandbox/trunk/tiles-freemarker/src/main/
    tiles/sandbox/trunk/tiles-freemarker/src/main/java/
    tiles/sandbox/trunk/tiles-freemarker/src/test/
    tiles/sandbox/trunk/tiles-freemarker/src/test/java/
Modified:
    tiles/sandbox/trunk/tiles-freemarker/   (props changed)

Propchange: tiles/sandbox/trunk/tiles-freemarker/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Oct 22 09:06:00 2008
@@ -0,0 +1,2 @@
+.*
+target

Added: tiles/sandbox/trunk/tiles-freemarker/pom.xml
URL: 
http://svn.apache.org/viewvc/tiles/sandbox/trunk/tiles-freemarker/pom.xml?rev=707110&view=auto
==============================================================================
--- tiles/sandbox/trunk/tiles-freemarker/pom.xml (added)
+++ tiles/sandbox/trunk/tiles-freemarker/pom.xml Wed Oct 22 09:06:00 2008
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<!--
+/*
+ * $Id$
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+-->
+<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>
+  <groupId>org.apache.tiles</groupId>
+  <artifactId>tiles-freemarker</artifactId>
+  <name>Tiles FreeMarker Support</name>
+  <version>1.0-SNAPSHOT</version>
+  <description>Support for FreeMarker in Tiles</description>
+  <parent>
+       <artifactId>tiles-sandbox</artifactId>
+       <groupId>org.apache.tiles</groupId>
+       <version>1.0-SNAPSHOT</version>
+  </parent>
+</project>
\ No newline at end of file

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

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


Reply via email to