Author: jmitchell
Date: Thu Mar 3 10:14:43 2005
New Revision: 156064
URL: http://svn.apache.org/viewcvs?view=rev&rev=156064
Log:
fix sandbox pom (needed for multiproject site)
Modified:
struts/sandbox/trunk/project.xml
Modified: struts/sandbox/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/struts/sandbox/trunk/project.xml?view=diff&r1=156063&r2=156064
==============================================================================
--- struts/sandbox/trunk/project.xml (original)
+++ struts/sandbox/trunk/project.xml Thu Mar 3 10:14:43 2005
@@ -1,21 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<project>
- <pomVersion>3</pomVersion>
- <id>struts-contrib-master</id>
- <name>Struts Contrib Master Maven POM</name>
- <currentVersion>1.0</currentVersion>
-
- <organization>
- <name>The Apache Software Foundation</name>
- <url>http://www.apache.org</url>
- <inceptionYear>2000</inceptionYear>
- <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
- </organization>
- <logo>http://jakarta.apache.org/struts/images/struts.gif</logo>
- <inceptionYear>2000</inceptionYear>
+<!--
+/*
+ * 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-sandbox</id>
+ <name>Struts Sandbox</name>
+
<package>org.apache.struts</package>
- <gumpRepositoryId>jakarta</gumpRepositoryId>
<url>http://jakarta.apache.org/struts/contrib/${pom.artifactId.substring(8)}/index.html</url>
<issueTrackingUrl>http://issues.apache.org/</issueTrackingUrl>
@@ -24,134 +32,21 @@
<siteDirectory>/www/jakarta.apache.org/struts/contrib/${pom.artifactId.substring(8)}/</siteDirectory>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/${pom.artifactId.substring(8)}/</distributionDirectory>
-<!-- FIX ME
<repository>
- <connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:jakarta-struts/contrib/${pom.artifactId.substring(8)}</connection>
-
<url>http://cvs.apache.org/viewcvs/jakarta-struts/contrib/${pom.artifactId.substring(8)}/</url>
+
<connection>scm|svn|http|//svn.apache.org/repos/asf/struts/sandbox/trunk</connection>
+
<developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/sandbox/trunk</developerConnection>
+ <url>http://svn.apache.org/repos/asf/struts/sandbox/trunk</url>
</repository>
--->
- <mailingLists>
- <mailingList>
- <name>Struts User List</name>
- <subscribe>
- [EMAIL PROTECTED]
- </subscribe>
- <unsubscribe>
- [EMAIL PROTECTED]
- </unsubscribe>
- <archive>
- http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=42
- </archive>
- </mailingList>
- <mailingList>
- <name>Struts Developer List</name>
- <subscribe>
- [EMAIL PROTECTED]
- </subscribe>
- <unsubscribe>
- [EMAIL PROTECTED]
- </unsubscribe>
- <archive>
- http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=41
- </archive>
- </mailingList>
- </mailingLists>
<dependencies>
- <dependency>
- <id>commons-beanutils</id>
- <version>1.6.1</version>
- <url>http://jakarta.apache.org/commons/beanutils.html</url>
- <properties><war.bundle>true</war.bundle></properties>
- </dependency>
-
- <dependency>
- <id>commons-collections</id>
- <version>2.1</version>
- <url>http://jakarta.apache.org/commons/collections.html</url>
- <properties><war.bundle>true</war.bundle></properties>
- </dependency>
-
- <dependency>
- <id>commons-digester</id>
- <version>1.5</version>
- <url>http://jakarta.apache.org/commons/digester.html</url>
- <properties><war.bundle>true</war.bundle></properties>
- </dependency>
-
- <dependency>
- <id>commons-fileupload</id>
- <version>1.0</version>
- <url>http://jakarta.apache.org/commons/fileupload.html</url>
- <properties><war.bundle>true</war.bundle></properties>
- </dependency>
-
- <dependency>
- <id>commons-logging</id>
- <version>1.0.3</version>
- <url>http://jakarta.apache.org/commons/logging.html</url>
- <properties><war.bundle>true</war.bundle></properties>
- </dependency>
-
- <!--
- <dependency>
- <id>commons-validator</id>
- <version>SNAPSHOT</version>
- <url>http://jakarta.apache.org/commons/validator.html</url>
- </dependency>
- -->
-
- <dependency>
- <id>commons-validator</id>
- <version>1.1.1-dev</version>
- <url>http://jakarta.apache.org/commons/validator.html</url>
- <properties><war.bundle>true</war.bundle></properties>
- </dependency>
-
- <dependency>
- <id>oro</id>
- <version>2.0.7</version>
- <url>http://jakarta.apache.org/oro/</url>
- <properties><war.bundle>true</war.bundle></properties>
- </dependency>
-
+
<dependency>
<id>xml-apis</id>
<version>2.0.2</version>
<url>http://xml.apache.org/commons/</url>
- <properties><war.bundle>true</war.bundle></properties>
- </dependency>
-
- <dependency>
- <groupId>antlr</groupId>
- <artifactId>antlr</artifactId>
- <version>2.7.2</version>
- <properties><war.bundle>true</war.bundle></properties>
- </dependency>
-
- <dependency>
- <id>servletapi</id>
- <version>2.2</version>
- </dependency>
-
- <dependency>
- <id>jakarta-struts</id>
- <version>1.2-dev</version>
- <url>http://jakarta.apache.org/struts/index.html</url>
- <properties><war.bundle>true</war.bundle></properties>
- </dependency>
-
- <!-- for unit tests -->
- <dependency>
- <id>junit</id>
- <version>3.8.1</version>
- <url>http://www.junit.org</url>
- </dependency>
-
- <dependency>
- <id>commons-lang</id>
- <version>2.0</version>
- <url>http://jakarta.apache.org/commons/lang.html</url>
+ <properties>
+ <war.bundle>true</war.bundle>
+ </properties>
</dependency>
<dependency>
@@ -160,6 +55,7 @@
<version>12-1.4.1</version>
<url>http://jakarta.apache.org/cactus</url>
</dependency>
+
<dependency>
<groupId>cactus</groupId>
<artifactId>cactus-ant</artifactId>
@@ -177,11 +73,6 @@
</dependencies>
<build>
- <nagEmailAddress>[email protected]</nagEmailAddress>
- <sourceDirectory>src/java</sourceDirectory>
- <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
- <integrationUnitTestSourceDirectory/>
- <aspectSourceDirectory/>
<!-- Unit test classes -->
<unitTest>
@@ -190,17 +81,12 @@
</includes>
</unitTest>
- <!-- Integration unit test classes -->
- <integrationUnitTestPatterns></integrationUnitTestPatterns>
-
<resources>
<includes>
<include>**/*.properties</include>
</includes>
</resources>
- <jars></jars>
-
</build>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]