You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/09/26 04:55:25 UTC

svn commit: r291518 - /struts/tiles/trunk/project.xml

Author: wsmoak
Date: Sun Sep 25 19:55:09 2005
New Revision: 291518

URL: http://svn.apache.org/viewcvs?rev=291518&view=rev
Log:
Added missing svn props, fixed line endings.

Modified:
    struts/tiles/trunk/project.xml   (contents, props changed)

Modified: struts/tiles/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/tiles/trunk/project.xml?rev=291518&r1=291517&r2=291518&view=diff
==============================================================================
--- struts/tiles/trunk/project.xml (original)
+++ struts/tiles/trunk/project.xml Sun Sep 25 19:55:09 2005
@@ -1,106 +1,106 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
-    <!-- 
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- * 
- * Licensed 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.
- */
- -->
-
-
-    <extend>build/project.xml</extend>
-    <id>struts-tiles</id>
-
-    <name>Struts Tiles</name>
-
-    <inceptionYear>2003</inceptionYear>
-    <package>org.apache.struts.tiles</package>
-    <packageGroups>
-        <packageGroup>
-            <title>Struts Tiles</title>
-            <packages>org.apache.struts.tiles</packages>
-        </packageGroup>
-    </packageGroups>
-    <shortDescription>Tiles library for defining view components.</shortDescription>
-    <description>Tiles can be used to simply define reusable layout components for multiple Servlet "view"
-    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>
-    </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>
-        <dependency>
-            <groupId>maven-taglib</groupId>
-            <artifactId>maven-taglib-plugin</artifactId>
-            <version>1.4</version>
-            <type>plugin</type>
-            <url>http://maven-taglib.sourceforge.net</url>
-        </dependency>
-    </dependencies>
-    <build>
-        <sourceDirectory>src/java</sourceDirectory>
-        <resources>
-            <resource>
-                <directory>src/resource</directory>
-                <includes>
-                    <include>**/*.xml</include>
-                </includes>
-                <filtering>false</filtering>
-            </resource>
-            <resource>
-                <directory>src/tld</directory>
-                <includes>
-                    <include>**/*.tld</include>
-                </includes>
-                <targetPath>META-INF/tlds</targetPath>
-            </resource>
-        </resources>
-    </build>
-    
-    <reports>
-        <!-- reports specific to tiles-->
-        <!--report>maven-cactus-plugin</report-->
-        <report>taglib</report>
-    
-        <report>maven-checkstyle-plugin</report>
-        <report>maven-changelog-plugin</report>
-        <report>maven-changes-plugin</report>
-        <report>maven-developer-activity-plugin</report>
-        <report>maven-faq-plugin</report>
-        <report>maven-file-activity-plugin</report>
-        <report>maven-javadoc-plugin</report>
-        <report>maven-jdepend-plugin</report>
-        <report>maven-junit-report-plugin</report>
-        <report>maven-jxr-plugin</report>
-        <!--report>maven-linkcheck-plugin</report-->
-        <report>maven-pmd-plugin</report>
-        <report>maven-simian-plugin</report>
-        <report>maven-tasklist-plugin</report>
-        <report>maven-jcoverage-plugin</report>
-        <!--report>maven-findbugs-plugin</report-->
-    </reports>
-    
-</project>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+    <!-- 
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed 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.
+ */
+ -->
+
+
+    <extend>build/project.xml</extend>
+    <id>struts-tiles</id>
+
+    <name>Struts Tiles</name>
+
+    <inceptionYear>2003</inceptionYear>
+    <package>org.apache.struts.tiles</package>
+    <packageGroups>
+        <packageGroup>
+            <title>Struts Tiles</title>
+            <packages>org.apache.struts.tiles</packages>
+        </packageGroup>
+    </packageGroups>
+    <shortDescription>Tiles library for defining view components.</shortDescription>
+    <description>Tiles can be used to simply define reusable layout components for multiple Servlet "view"
+    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>
+    </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>
+        <dependency>
+            <groupId>maven-taglib</groupId>
+            <artifactId>maven-taglib-plugin</artifactId>
+            <version>1.4</version>
+            <type>plugin</type>
+            <url>http://maven-taglib.sourceforge.net</url>
+        </dependency>
+    </dependencies>
+    <build>
+        <sourceDirectory>src/java</sourceDirectory>
+        <resources>
+            <resource>
+                <directory>src/resource</directory>
+                <includes>
+                    <include>**/*.xml</include>
+                </includes>
+                <filtering>false</filtering>
+            </resource>
+            <resource>
+                <directory>src/tld</directory>
+                <includes>
+                    <include>**/*.tld</include>
+                </includes>
+                <targetPath>META-INF/tlds</targetPath>
+            </resource>
+        </resources>
+    </build>
+    
+    <reports>
+        <!-- reports specific to tiles-->
+        <!--report>maven-cactus-plugin</report-->
+        <report>taglib</report>
+    
+        <report>maven-checkstyle-plugin</report>
+        <report>maven-changelog-plugin</report>
+        <report>maven-changes-plugin</report>
+        <report>maven-developer-activity-plugin</report>
+        <report>maven-faq-plugin</report>
+        <report>maven-file-activity-plugin</report>
+        <report>maven-javadoc-plugin</report>
+        <report>maven-jdepend-plugin</report>
+        <report>maven-junit-report-plugin</report>
+        <report>maven-jxr-plugin</report>
+        <!--report>maven-linkcheck-plugin</report-->
+        <report>maven-pmd-plugin</report>
+        <report>maven-simian-plugin</report>
+        <report>maven-tasklist-plugin</report>
+        <report>maven-jcoverage-plugin</report>
+        <!--report>maven-findbugs-plugin</report-->
+    </reports>
+    
+</project>
+

Propchange: struts/tiles/trunk/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/tiles/trunk/project.xml
------------------------------------------------------------------------------
    svn:keywords = date author id



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org