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/08/14 07:37:02 UTC

svn commit: r232583 - in /struts/site/trunk: project.properties project.xml

Author: wsmoak
Date: Sat Aug 13 22:36:55 2005
New Revision: 232583

URL: http://svn.apache.org/viewcvs?rev=232583&view=rev
Log:
Added Maven build files to site sub-project

Added:
    struts/site/trunk/project.properties
    struts/site/trunk/project.xml

Added: struts/site/trunk/project.properties
URL: http://svn.apache.org/viewcvs/struts/site/trunk/project.properties?rev=232583&view=auto
==============================================================================
--- struts/site/trunk/project.properties (added)
+++ struts/site/trunk/project.properties Sat Aug 13 22:36:55 2005
@@ -0,0 +1,10 @@
+
+maven.changelog.factory = org.apache.maven.svnlib.SvnChangeLogFactory
+
+maven.multiproject.basedir  = ../
+maven.multiproject.includes = */project.xml
+maven.multiproject.excludes = site/*,build/*
+maven.multiproject.aggregateDir=
+
+maven.checkstyle.properties = ${basedir}/build/struts_checks.xml
+maven.checkstyle.header.file = ${basedir}/build/LICENSE.txt

Added: struts/site/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/site/trunk/project.xml?rev=232583&view=auto
==============================================================================
--- struts/site/trunk/project.xml (added)
+++ struts/site/trunk/project.xml Sat Aug 13 22:36:55 2005
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+<project>
+<!-- 
+/*
+ * Copyright 2001-2005 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-site</id>
+  <name>Struts Site</name>
+
+    <!-- ################################################################ -->
+    <!--        Project management section                                -->
+    <!-- ################################################################ -->
+
+  <repository>
+    <connection>scm|svn|http|//svn.apache.org/repos/asf/struts/site/trunk</connection>
+    <developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/site/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/struts/site/trunk</url>
+  </repository>
+  
+</project>



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