mrdon 2004/07/01 14:19:21
Modified: chain project.properties project.xml
chain/xdocs index.xml navigation.xml
Log:
Changed references from sandbox to commons proper, added self to dev
list, modified maven config to get it to build
Revision Changes Path
1.5 +7 -6 jakarta-commons/chain/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-commons/chain/project.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- project.properties 21 Jun 2004 17:50:49 -0000 1.4
+++ project.properties 1 Jul 2004 21:19:21 -0000 1.5
@@ -16,15 +16,16 @@
# Properties that override Maven build defaults
# $Id$
######################################################################
-maven.repo.remote=http://www.ibiblio.org,http://maven-plugins.sf.net/maven
+#maven.repo.remote=http://www.ibiblio.org,http://maven-plugins.sf.net/maven
######################################################################
# Apache Central Repository
######################################################################
-maven.repo.central=www.apache.org
-maven.repo.central.directory=/www/www.apache.org/dist/java-repository
-maven.remote.group=apcvs
+
+#maven.repo.central=www.apache.org
+#maven.repo.central.directory=/www/www.apache.org/dist/java-repository
+#maven.remote.group=apcvs
@@ -42,7 +43,7 @@
######################################################################
# commons site L&F
######################################################################
-maven.xdoc.jsl=../../jakarta-commons/commons-build/commons-site.jsl
+maven.xdoc.jsl=../jakarta-commons/commons-build/commons-site.jsl
maven.xdoc.date=bottom
maven.xdoc.poweredby.image=maven-feather.png
maven.xdoc.version=${pom.currentVersion}
1.6 +10 -2 jakarta-commons/chain/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/chain/project.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- project.xml 30 May 2004 21:02:21 -0000 1.5
+++ project.xml 1 Jul 2004 21:19:21 -0000 1.6
@@ -15,7 +15,7 @@
limitations under the License.
-->
<project>
- <extend>../sandbox-build/project.xml</extend>
+ <extend>../commons-build/project.xml</extend>
<name>Commons Chain</name>
<id>commons-chain</id>
@@ -45,6 +45,12 @@
<email>[EMAIL PROTECTED]</email>
<organization>Informatica</organization>
</developer>
+ <developer>
+ <name>Don Brown</name>
+ <id>mrdon</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization></organization>
+ </developer>
</developers>
<dependencies>
@@ -69,7 +75,7 @@
<groupId>jsf</groupId>
<artifactId>jsf-impl</artifactId>
<version>1.0</version>
- <url>http://java.sun.com/j2ee/javaserverfaces/download.html</url>
+ <url>http://java.sun.com/j2ee/javaserverfaces/download.html</url>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -99,6 +105,8 @@
</dependencies>
<build>
+ <sourceDirectory>src/java</sourceDirectory>
+ <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<unitTest>
<includes>
<include>**/*Test.java</include>
1.5 +2 -3 jakarta-commons/chain/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/chain/xdocs/index.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.xml 30 May 2004 21:02:21 -0000 1.4
+++ index.xml 1 Jul 2004 21:19:21 -0000 1.5
@@ -84,7 +84,6 @@
<subsection name="Status">
<p>
<ul>
- <li>This code is in the commons <i>sandbox</i></li>
<li>The code is unreleased</li>
<li>Methods and classes can and will appear and disappear without warning</li>
<li>If you like the code and want to push it towards a release, join the mailing
list!</li>
@@ -99,7 +98,7 @@
<p>
<ul>
<li>The <a href="apidocs/index.html">Javadoc</a> of the latest CVS</li>
- <li>The <a
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/chain/">CVS repository</a>
can be browsed.</li>
+ <li>The <a href="http://cvs.apache.org/viewcvs/jakarta-commons/chain/">CVS
repository</a> can be browsed.</li>
</ul>
</p>
</section>
@@ -107,7 +106,7 @@
<section name="Releases">
<p>
-None. This is a <i>sandbox</i> component.
+None.
</p>
<p>
Unofficial <a
href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-chain/">nightly
builds</a>
1.4 +2 -2 jakarta-commons/chain/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/chain/xdocs/navigation.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- navigation.xml 30 May 2004 21:02:21 -0000 1.3
+++ navigation.xml 1 Jul 2004 21:19:21 -0000 1.4
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!DOCTYPE org.apache.commons.menus SYSTEM
'../../../jakarta-commons/commons-build/menus/menus.dtd'>
+<!DOCTYPE org.apache.commons.menus SYSTEM
'../../jakarta-commons/commons-build/menus/menus.dtd'>
<project name="Commons Chain">
<title>Commons Chain</title>
<body>
@@ -23,7 +23,7 @@
<item name="Javadoc" href="/apidocs/index.html"/>
<item name="Mailing lists" href="/mail-lists.html"/>
<item name="Team" href="/team-list.html"/>
- <item name="CVS"
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/chain/"/>
+ <item name="CVS"
href="http://cvs.apache.org/viewcvs/jakarta-commons/chain/"/>
</menu>
&common-menus;
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]