Author: jmitchell
Date: Thu Apr 21 03:47:27 2005
New Revision: 164031
URL: http://svn.apache.org/viewcvs?rev=164031&view=rev
Log:
add remaining build config, so nightlies will pick this up
Added:
struts/plugins/trunk/project.properties (with props)
struts/plugins/trunk/project.xml (with props)
Modified:
struts/plugins/trunk/resources/README.txt
struts/plugins/trunk/resources/project.xml
Added: struts/plugins/trunk/project.properties
URL:
http://svn.apache.org/viewcvs/struts/plugins/trunk/project.properties?rev=164031&view=auto
==============================================================================
--- struts/plugins/trunk/project.properties (added)
+++ struts/plugins/trunk/project.properties Thu Apr 21 03:47:27 2005
@@ -0,0 +1,17 @@
+# -------------------------------------------------------------------
+# 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.
+# -------------------------------------------------------------------
+
+maven.changelog.factory = org.apache.maven.svnlib.SvnChangeLogFactory
Propchange: struts/plugins/trunk/project.properties
------------------------------------------------------------------------------
svn:executable = *
Added: struts/plugins/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/struts/plugins/trunk/project.xml?rev=164031&view=auto
==============================================================================
--- struts/plugins/trunk/project.xml (added)
+++ struts/plugins/trunk/project.xml Thu Apr 21 03:47:27 2005
@@ -0,0 +1,102 @@
+<?xml version="1.0"?>
+<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-plugins</id>
+
+ <name>Struts Plugins</name>
+
+ <package>org.apache.struts.plugins</package>
+
+ <!-- ################################################################ -->
+ <!-- Project management section -->
+ <!-- ################################################################ -->
+
+
+ <shortDescription>
+ Various plugins included with the Struts distribution.
+ </shortDescription>
+
+ <description>
+The purpose of this subproject is to provide a seperate and common location to
+host Struts plugins that are compatible with any number of Struts releases.
+
+Plugins under this subproject can be released independently of any other Struts
+subproject. Such projects should maintain documentation as to the
compatability
+of it's artifacts with that of Struts Core and any dependent subproject.
+
+Plugins should assume that the dependency documentation provided via Maven
build
+is insufficient at determining compatability.
+
+ </description>
+ <repository>
+
<connection>scm|svn|http|//svn.apache.org/repos/asf/struts/plugins/trunk</connection>
+
<developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/plugins/trunk</developerConnection>
+ <url>http://svn.apache.org/repos/asf/struts/plugins/trunk</url>
+ </repository>
+
+ <versions />
+
+ <developers/>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>struts</groupId>
+ <artifactId>struts-core</artifactId>
+ <version>1.3.0-dev</version>
+ <properties>
+ <war.bundle>true</war.bundle>
+ <cactus.bundle>true</cactus.bundle>
+ </properties>
+ <url>http://struts.apache.org/</url>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+
+ <sourceDirectory>src/share</sourceDirectory>
+ <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
+ <integrationUnitTestSourceDirectory />
+ <aspectSourceDirectory />
+ <unitTest>
+ <excludes>
+ <!-- all tests in src/test are for Cactus, not plain JUnit -->
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </unitTest>
+ <!-- J A R R E S O U R C E S -->
+ <!-- Resources that are packaged up inside the JAR file -->
+ <resources />
+ <!-- Integration unit test cases -->
+ <integrationUnitTest>
+ <includes>
+ <include>**/Test*.java</include>
+ </includes>
+ </integrationUnitTest>
+ </build>
+
+ <reports>
+ <!-- put plugins specific reports here -->
+
+ </reports>
+</project>
Propchange: struts/plugins/trunk/project.xml
------------------------------------------------------------------------------
svn:executable = *
Modified: struts/plugins/trunk/resources/README.txt
URL:
http://svn.apache.org/viewcvs/struts/plugins/trunk/resources/README.txt?rev=164031&r1=164030&r2=164031&view=diff
==============================================================================
--- struts/plugins/trunk/resources/README.txt (original)
+++ struts/plugins/trunk/resources/README.txt Thu Apr 21 03:47:27 2005
@@ -7,6 +7,8 @@
See the user documentation for further details about commons-resources
beyond
what is provided here as a Plugin and Wrapper.
+ http://jakarta.apache.org/commons/resources/
+
The Resources plugin provides a configured MessageResources impl "as if"
it
was specified above as a <message-resource ...
Modified: struts/plugins/trunk/resources/project.xml
URL:
http://svn.apache.org/viewcvs/struts/plugins/trunk/resources/project.xml?rev=164031&r1=164030&r2=164031&view=diff
==============================================================================
--- struts/plugins/trunk/resources/project.xml (original)
+++ struts/plugins/trunk/resources/project.xml Thu Apr 21 03:47:27 2005
@@ -42,9 +42,9 @@
</description>
<repository>
-
<connection>scm|svn|http|//svn.apache.org/repos/asf/struts/plugins/trunk</connection>
-
<developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/plugins/trunk</developerConnection>
- <url>http://svn.apache.org/repos/asf/struts/plugins/trunk</url>
+
<connection>scm|svn|http|//svn.apache.org/repos/asf/struts/plugins/trunk/resources</connection>
+
<developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/plugins/trunk/resources</developerConnection>
+ <url>http://svn.apache.org/repos/asf/struts/plugins/trunk/resources</url>
</repository>
<versions />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]