diff --git a/ant/project.xml b/ant/project.xml
index 448727ce..36b23ece 100644
--- a/ant/project.xml
+++ b/ant/project.xml
@@ -41,6 +41,9 @@
commons-jellycommons-jelly-tags-xml20030211.142705
+
+ root.maven
+
diff --git a/antlr/plugin.jelly b/antlr/plugin.jelly
index d3ab01a4..c2c7543e 100644
--- a/antlr/plugin.jelly
+++ b/antlr/plugin.jelly
@@ -20,8 +20,11 @@
prereqs="antlr:prepare-filesystem">
+
+
+ refid="maven.antlr.compile.src.set"/>
${maven.antlr.grammars}
diff --git a/antlr/project.xml b/antlr/project.xml
index a54568b3..802ef1b6 100644
--- a/antlr/project.xml
+++ b/antlr/project.xml
@@ -58,21 +58,33 @@
antant1.5.3-1
+
+ root
+ commons-jellycommons-jelly-tags-antlr20030211.143720
+
+ root.maven
+ commons-langcommons-lang1.0.1
+
+ root.maven
+ antlrantlr2.7.2
+
+ root
+
diff --git a/artifact/src/main/org/apache/maven/deploy/deployers/AbstractDeployer.java b/artifact/src/main/org/apache/maven/deploy/deployers/AbstractDeployer.java
index cda1197e..d3fdbc2e 100644
--- a/artifact/src/main/org/apache/maven/deploy/deployers/AbstractDeployer.java
+++ b/artifact/src/main/org/apache/maven/deploy/deployers/AbstractDeployer.java
@@ -63,7 +63,7 @@ import org.apache.maven.deploy.exceptions.TransferFailedException;
*
* @author Jason van Zyl
* @author Michal Maczka
- * @version $Id: AbstractDeployer.java,v 1.2 2003/08/02 22:48:39 michal Exp $
+ * @version $Id: AbstractDeployer.java,v 1.3 2003/08/19 04:45:05 dion Exp $
*/
public abstract class AbstractDeployer implements Deployer
{
diff --git a/artifact/src/main/org/apache/maven/deploy/deployers/Deployer.java b/artifact/src/main/org/apache/maven/deploy/deployers/Deployer.java
index 1e086307..f9c78a5b 100644
--- a/artifact/src/main/org/apache/maven/deploy/deployers/Deployer.java
+++ b/artifact/src/main/org/apache/maven/deploy/deployers/Deployer.java
@@ -67,7 +67,7 @@ import org.apache.maven.deploy.exceptions.TransferFailedException;
*
* @author Michal Maczka
- * @version $Id: Deployer.java,v 1.4 2003/08/02 22:48:39 michal Exp $
+ * @version $Id: Deployer.java,v 1.5 2003/08/19 04:45:05 dion Exp $
*/
public interface Deployer
{
diff --git a/artifact/src/main/org/apache/maven/deploy/deployers/FileDeployer.java b/artifact/src/main/org/apache/maven/deploy/deployers/FileDeployer.java
index 2866e40f..22fedeab 100644
--- a/artifact/src/main/org/apache/maven/deploy/deployers/FileDeployer.java
+++ b/artifact/src/main/org/apache/maven/deploy/deployers/FileDeployer.java
@@ -69,7 +69,7 @@ import org.apache.maven.deploy.exceptions.TransferFailedException;
* file system.
*
* @author Michal Maczka
- * @version $Id: FileDeployer.java,v 1.9 2003/08/02 22:48:39 michal Exp $
+ * @version $Id: FileDeployer.java,v 1.10 2003/08/19 04:45:05 dion Exp $
*/
public class FileDeployer extends AbstractDeployer
{
diff --git a/artifact/src/main/org/apache/maven/deploy/deployers/GenericSshDeployer.java b/artifact/src/main/org/apache/maven/deploy/deployers/GenericSshDeployer.java
index 12a73741..91ccdc2f 100644
--- a/artifact/src/main/org/apache/maven/deploy/deployers/GenericSshDeployer.java
+++ b/artifact/src/main/org/apache/maven/deploy/deployers/GenericSshDeployer.java
@@ -79,7 +79,7 @@ import com.jcraft.jsch.UserInfo;
* and if that doesn't work then we fall back
* to using the login and password
*
- * @version $Id: GenericSshDeployer.java,v 1.6 2003/08/02 22:48:39 michal Exp $
+ * @version $Id: GenericSshDeployer.java,v 1.7 2003/08/19 04:45:05 dion Exp $
* @todo still have to account for differing setups for people deploying to
* their own sites and to the central repository.
* @todo improve exception handling
diff --git a/artifact/src/main/org/apache/maven/deploy/deployers/SFtpDeployer.java b/artifact/src/main/org/apache/maven/deploy/deployers/SFtpDeployer.java
index e4b08464..f1850cc7 100644
--- a/artifact/src/main/org/apache/maven/deploy/deployers/SFtpDeployer.java
+++ b/artifact/src/main/org/apache/maven/deploy/deployers/SFtpDeployer.java
@@ -71,7 +71,7 @@ import com.jcraft.jsch.SftpProgressMonitor;
* An SSH2/SFTP deployer
*
* @author Michal Maczka
- * @version $Revision: 1.7 $ $Date: 2003/08/02 22:48:39 $
+ * @version $Revision: 1.8 $ $Date: 2003/08/19 04:45:05 $
*/
public class SFtpDeployer extends GenericSshDeployer
{
diff --git a/artifact/src/main/org/apache/maven/deploy/deployers/ScpDeployer.java b/artifact/src/main/org/apache/maven/deploy/deployers/ScpDeployer.java
index 13054cf4..55fd0424 100644
--- a/artifact/src/main/org/apache/maven/deploy/deployers/ScpDeployer.java
+++ b/artifact/src/main/org/apache/maven/deploy/deployers/ScpDeployer.java
@@ -77,7 +77,7 @@ import java.util.List;
* An SSH2/SCP deployer
*
* @author Michal Maczka
- * @version $Revision: 1.6 $ $Date: 2003/08/02 22:48:39 $
+ * @version $Revision: 1.7 $ $Date: 2003/08/19 04:45:05 $
*/
public class ScpDeployer extends GenericSshDeployer
{
diff --git a/artifact/src/main/org/apache/maven/deploy/util/Packager.java b/artifact/src/main/org/apache/maven/deploy/util/Packager.java
index c7934203..a96df04e 100644
--- a/artifact/src/main/org/apache/maven/deploy/util/Packager.java
+++ b/artifact/src/main/org/apache/maven/deploy/util/Packager.java
@@ -70,7 +70,7 @@ import java.util.zip.ZipOutputStream;
/**
*
* @author Michal Maczka
- * @version $Id: Packager.java,v 1.1 2003/08/02 22:51:45 michal Exp $
+ * @version $Id: Packager.java,v 1.2 2003/08/19 04:45:07 dion Exp $
*/
public class Packager
{
diff --git a/aspectj/project.xml b/aspectj/project.xml
index 1c4f62f9..9bfbf25f 100644
--- a/aspectj/project.xml
+++ b/aspectj/project.xml
@@ -48,14 +48,23 @@
aspectj:aspectjrt1.0.6
+
+ root
+ aspectj:aspectj-ant1.0.6
+
+ root
+ aspectj:aspectj-tools1.0.6
+
+ root
+
diff --git a/cactus/sample/src/java/org/apache/maven/cactus/sample/SampleBodyTag.java b/cactus/sample/src/java/org/apache/maven/cactus/sample/SampleBodyTag.java
index dd75b65c..4eb18af8 100644
--- a/cactus/sample/src/java/org/apache/maven/cactus/sample/SampleBodyTag.java
+++ b/cactus/sample/src/java/org/apache/maven/cactus/sample/SampleBodyTag.java
@@ -3,7 +3,7 @@ package org.apache.maven.cactus.sample;
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -69,7 +69,7 @@ import javax.servlet.jsp.tagext.BodyTagSupport;
*
* @author Nicholas Lesiecki
*
- * @version $Id: SampleBodyTag.java,v 1.1 2003/03/22 16:39:10 vmassol Exp $
+ * @version $Id: SampleBodyTag.java,v 1.2 2003/08/19 04:45:06 dion Exp $
*/
public class SampleBodyTag extends BodyTagSupport {
/**
diff --git a/cactus/sample/src/java/org/apache/maven/cactus/sample/SampleFilter.java b/cactus/sample/src/java/org/apache/maven/cactus/sample/SampleFilter.java
index f1318157..2a56693c 100644
--- a/cactus/sample/src/java/org/apache/maven/cactus/sample/SampleFilter.java
+++ b/cactus/sample/src/java/org/apache/maven/cactus/sample/SampleFilter.java
@@ -3,7 +3,7 @@ package org.apache.maven.cactus.sample;
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -76,7 +76,7 @@ import org.apache.maven.cactus.sample.util.GenericResponseWrapper;
*
* @author Vincent Massol
*
- * @version $Id: SampleFilter.java,v 1.1 2003/03/22 16:39:10 vmassol Exp $
+ * @version $Id: SampleFilter.java,v 1.2 2003/08/19 04:45:06 dion Exp $
*/
public class SampleFilter implements Filter {
/**
diff --git a/cactus/sample/src/java/org/apache/maven/cactus/sample/SampleServlet.java b/cactus/sample/src/java/org/apache/maven/cactus/sample/SampleServlet.java
index 42283357..16bd8e9e 100644
--- a/cactus/sample/src/java/org/apache/maven/cactus/sample/SampleServlet.java
+++ b/cactus/sample/src/java/org/apache/maven/cactus/sample/SampleServlet.java
@@ -3,7 +3,7 @@ package org.apache.maven.cactus.sample;
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -68,7 +68,7 @@ import javax.servlet.http.HttpSession;
* @author Vincent Massol
* @author Eric Pugh
*
- * @version $Id: SampleServlet.java,v 1.1 2003/03/22 16:39:10 vmassol Exp $
+ * @version $Id: SampleServlet.java,v 1.2 2003/08/19 04:45:06 dion Exp $
*/
public class SampleServlet extends HttpServlet {
diff --git a/cactus/sample/src/java/org/apache/maven/cactus/sample/util/FilterServletOutputStream.java b/cactus/sample/src/java/org/apache/maven/cactus/sample/util/FilterServletOutputStream.java
index 7dc07a27..5b993511 100644
--- a/cactus/sample/src/java/org/apache/maven/cactus/sample/util/FilterServletOutputStream.java
+++ b/cactus/sample/src/java/org/apache/maven/cactus/sample/util/FilterServletOutputStream.java
@@ -3,7 +3,7 @@ package org.apache.maven.cactus.sample.util;
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -73,7 +73,7 @@ import javax.servlet.ServletOutputStream;
*
* @author Vincent Massol
*
- * @version $Id: FilterServletOutputStream.java,v 1.1 2003/03/22 16:39:10 vmassol Exp $
+ * @version $Id: FilterServletOutputStream.java,v 1.2 2003/08/19 04:45:07 dion Exp $
*
* @see GenericResponseWrapper
*/
diff --git a/cactus/sample/src/java/org/apache/maven/cactus/sample/util/GenericResponseWrapper.java b/cactus/sample/src/java/org/apache/maven/cactus/sample/util/GenericResponseWrapper.java
index 452e1c2d..c6c4ef19 100644
--- a/cactus/sample/src/java/org/apache/maven/cactus/sample/util/GenericResponseWrapper.java
+++ b/cactus/sample/src/java/org/apache/maven/cactus/sample/util/GenericResponseWrapper.java
@@ -3,7 +3,7 @@ package org.apache.maven.cactus.sample.util;
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -77,7 +77,7 @@ import javax.servlet.http.HttpServletResponseWrapper;
*
* @author Vincent Massol
*
- * @version $Id: GenericResponseWrapper.java,v 1.1 2003/03/22 16:39:10 vmassol Exp $
+ * @version $Id: GenericResponseWrapper.java,v 1.2 2003/08/19 04:45:07 dion Exp $
*
* @see FilterServletOutputStream
*/
diff --git a/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/TestHttpUnitIntegration.java b/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/TestHttpUnitIntegration.java
new file mode 100644
index 00000000..4ed8797b
--- /dev/null
+++ b/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/TestHttpUnitIntegration.java
@@ -0,0 +1,127 @@
+package org.apache.maven.cactus.sample;
+
+/* ====================================================================
+ * The Apache Software License, Version 1.1
+ *
+ * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
+ * reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in
+ * the documentation and/or other materials provided with the
+ * distribution.
+ *
+ * 3. The end-user documentation included with the redistribution,
+ * if any, must include the following acknowledgment:
+ * "This product includes software developed by the
+ * Apache Software Foundation (http://www.apache.org/)."
+ * Alternately, this acknowledgment may appear in the software itself,
+ * if and wherever such third-party acknowledgments normally appear.
+ *
+ * 4. The names "Apache" and "Apache Software Foundation" and
+ * "Apache Maven" must not be used to endorse or promote products
+ * derived from this software without prior written permission. For
+ * written permission, please contact apache@apache.org.
+ *
+ * 5. Products derived from this software may not be called "Apache",
+ * "Apache Maven", nor may "Apache" appear in their name, without
+ * prior written permission of the Apache Software Foundation.
+ *
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+ * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This software consists of voluntary contributions made by many
+ * individuals on behalf of the Apache Software Foundation. For more
+ * information on the Apache Software Foundation, please see
+ * .
+ *
+ * ====================================================================
+ */
+
+import java.io.IOException;
+import java.io.PrintWriter;
+
+import org.apache.cactus.ServletTestCase;
+
+/**
+ * Test the HtppUnit integration.
+ *
+ * @author Vincent Massol
+ *
+ * @version $Id: TestHttpUnitIntegration.java,v 1.2 2003/08/19 04:45:06 dion Exp $
+ */
+public class TestHttpUnitIntegration extends ServletTestCase
+{
+ /**
+ * Verify that the HttpUnit integration works.
+ *
+ * @exception IOException on test failure
+ */
+ public void testHttpUnitGetText() throws IOException
+ {
+ PrintWriter pw = response.getWriter();
+
+ pw.print("something to return for the test");
+ }
+
+ /**
+ * Verify that HttpUnit integration works
+ *
+ * @param theResponse the response from the server side.
+ *
+ * @exception IOException on test failure
+ */
+ public void endHttpUnitGetText(
+ com.meterware.httpunit.WebResponse theResponse) throws IOException
+ {
+ String text = theResponse.getText();
+
+ assertEquals("something to return for the test", text);
+ }
+
+ //-------------------------------------------------------------------------
+
+ /**
+ * Verify that we can set several headers in the response and
+ * assert them in endXXX().
+ */
+ public void testResponseAddHeadersHttpUnit()
+ {
+ response.addHeader("X-Access-Header1", "value1");
+ response.addHeader("X-Access-Header2", "value2");
+ }
+
+ /**
+ * Verify that we can set several headers in the response and
+ * assert them in endXXX().
+ *
+ * @param theResponse the response from the server side.
+ */
+ public void endResponseAddHeadersHttpUnit(
+ com.meterware.httpunit.WebResponse theResponse)
+ {
+ String value1 = theResponse.getHeaderField("X-Access-Header1");
+ String value2 = theResponse.getHeaderField("X-Access-Header2");
+
+ assertEquals("value1", value1);
+ assertEquals("value2", value2);
+ }
+}
diff --git a/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/TestSampleBodyTag.java b/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/TestSampleBodyTag.java
index 670115b0..637dca3d 100644
--- a/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/TestSampleBodyTag.java
+++ b/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/TestSampleBodyTag.java
@@ -3,7 +3,7 @@ package org.apache.maven.cactus.sample;
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -70,7 +70,7 @@ import org.apache.cactus.WebResponse;
*
* @author Nciholas Lesiecki
*
- * @version $Id: TestSampleBodyTag.java,v 1.2 2003/05/23 21:05:56 vmassol Exp $
+ * @version $Id: TestSampleBodyTag.java,v 1.3 2003/08/19 04:45:06 dion Exp $
*/
public class TestSampleBodyTag extends JspTestCase
{
diff --git a/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/TestSampleFilter.java b/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/TestSampleFilter.java
index 9faffe87..14fc7bc8 100644
--- a/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/TestSampleFilter.java
+++ b/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/TestSampleFilter.java
@@ -3,7 +3,7 @@ package org.apache.maven.cactus.sample;
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -77,7 +77,7 @@ import org.apache.cactus.WebResponse;
*
* @author Vincent Massol
*
- * @version $Id: TestSampleFilter.java,v 1.1 2003/03/22 16:39:09 vmassol Exp $
+ * @version $Id: TestSampleFilter.java,v 1.2 2003/08/19 04:45:06 dion Exp $
*/
public class TestSampleFilter extends FilterTestCase
{
diff --git a/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/TestSampleServlet.java b/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/TestSampleServlet.java
index 834a61d7..aa9255be 100644
--- a/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/TestSampleServlet.java
+++ b/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/TestSampleServlet.java
@@ -3,7 +3,7 @@ package org.apache.maven.cactus.sample;
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/castor/project.xml b/castor/project.xml
index 43119b8b..0be423af 100644
--- a/castor/project.xml
+++ b/castor/project.xml
@@ -30,6 +30,9 @@
castor0.9.4.3
+
+ root
+
diff --git a/checkstyle/plugin.jelly b/checkstyle/plugin.jelly
index 934287fa..4b5467c7 100644
--- a/checkstyle/plugin.jelly
+++ b/checkstyle/plugin.jelly
@@ -47,14 +47,16 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/checkstyle/project.xml b/checkstyle/project.xml
index a46026e2..8e93dbc5 100644
--- a/checkstyle/project.xml
+++ b/checkstyle/project.xml
@@ -86,31 +86,49 @@
antlrantlr2.7.2
+
+ root
+ checkstylecheckstyle3.1
+
+ root
+ regexpregexp1.2
+
+ root
+ commons-beanutilscommons-beanutils1.6.1
+
+ root
+ commons-collectionscommons-collections2.1
+
+ root
+ commons-loggingcommons-logging1.0.3
+
+ root
+
diff --git a/checkstyle/xdocs/changes.xml b/checkstyle/xdocs/changes.xml
index 0be7efb0..6dea022b 100644
--- a/checkstyle/xdocs/changes.xml
+++ b/checkstyle/xdocs/changes.xml
@@ -9,6 +9,10 @@
+
+ Add maven dependency and classes directory to classpath. This stops
+ 'Unable to get class information for '<classname>' errors.
+
Add xml declaration to generated report. Fixed for character encoding.
diff --git a/console/project.xml b/console/project.xml
index 36c76252..1dc32770 100644
--- a/console/project.xml
+++ b/console/project.xml
@@ -41,11 +41,17 @@
commons-jellycommons-jelly-tags-interaction20030211.143817
+
+ root.maven
+ commons-jellycommons-jelly-tags-log20030211.142821
+
+ root.maven
+
diff --git a/developer-activity/project.xml b/developer-activity/project.xml
index f144f19e..0aa19958 100644
--- a/developer-activity/project.xml
+++ b/developer-activity/project.xml
@@ -30,12 +30,18 @@
commons-jellycommons-jelly-tags-jsl20030211.143151
+
+ root.maven
+ commons-jellycommons-jelly-tags-xml20030211.142705http://jakarta.apache.org/commons/jelly/libs/xml/
+
+ root.maven
+
diff --git a/developer-activity/src/plugin-resources/developer-activity.jsl b/developer-activity/src/plugin-resources/developer-activity.jsl
index 35c08682..ab12dc8e 100644
--- a/developer-activity/src/plugin-resources/developer-activity.jsl
+++ b/developer-activity/src/plugin-resources/developer-activity.jsl
@@ -30,13 +30,14 @@
+
+
+
\ No newline at end of file
diff --git a/j2ee/project.xml b/j2ee/project.xml
index 7d4377fe..e0f7715b 100644
--- a/j2ee/project.xml
+++ b/j2ee/project.xml
@@ -67,11 +67,17 @@
ant1.5.3-1
+
+ root
+ commons-jellycommons-jelly-tags-log20030211.142821
+
+ root.maven
+ commons-logging
@@ -80,10 +86,16 @@
dom4j1.4
+
+ root.maven
+ xml-apis1.0.b2
+
+ root
+ junit
diff --git a/jalopy/plugin.jelly b/jalopy/plugin.jelly
index 2c5b37cf..4b702e4b 100644
--- a/jalopy/plugin.jelly
+++ b/jalopy/plugin.jelly
@@ -1,3 +1,5 @@
+
+
diff --git a/jar/project.xml b/jar/project.xml
index d6aca0a9..b1b976df 100644
--- a/jar/project.xml
+++ b/jar/project.xml
@@ -21,6 +21,9 @@
commons-jellycommons-jelly-tags-velocity20030303.205659
+
+ root.maven
+
diff --git a/java/plugin.jelly b/java/plugin.jelly
index 518fd8e6..908b7c65 100644
--- a/java/plugin.jelly
+++ b/java/plugin.jelly
@@ -6,6 +6,27 @@
xmlns:define="jelly:define"
xmlns:maven="jelly:maven">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -22,27 +43,26 @@
- Compiling to ${maven.build.dest}
+ Compiling to ${maven.build.dest}
-
-
+
-
-
-
-
-
+ debug="${maven.compile.debug}"
+ deprecation="${maven.compile.deprecation}"
+ target="${maven.compile.target}"
+ optimize="${maven.compile.optimize}">
+
+
+
+
-
+
@@ -94,7 +114,7 @@
- java:jar is deprecated and will be removed. Please use jar:jar
+ java:jar is deprecated and will be removed. Please use jar:jar
diff --git a/java/plugin.properties b/java/plugin.properties
index e9a7ad7a..b16dad0c 100644
--- a/java/plugin.properties
+++ b/java/plugin.properties
@@ -4,7 +4,4 @@
maven.jar.manifest = ${maven.conf.dir}/Manifest.mf
maven.jar.mainclass =
-compileTarget = 1.1
-compileDebug = on
-compileOptimize = off
-compileDeprecation = off
+maven.compile.target = 1.1
\ No newline at end of file
diff --git a/jboss/announcements/1.2.ann b/jboss/announcements/1.2.ann
new file mode 100644
index 00000000..6710f994
--- /dev/null
+++ b/jboss/announcements/1.2.ann
@@ -0,0 +1,35 @@
+The Maven team is pleased to announce the JBoss plugin 1.2 release!
+
+http://maven.apache.org/reference/plugins/jboss
+
+The Maven JBoss plugin is a plugin containing goals useful for creating
+a JBoss server configuration and deploying J2EE modules in it.
+
+Changes in this version include (last changes first):
+
+o Fixed bug when using JBoss 3.0.4/Tomcat 4.1.12 is used. When
+ jboss:start is executed, it causes a NoClassDefFoundError. This was due
+ to the working directory not being an absolute filename. Thanks to
+ Willie Wu.
+o Copy dependencies using artifact path to allow jar overrides to work
+o The plugin now supports JBoss 3.2.x by default. Support for
+ JBoss 3.0.x is still available by setting the
+ maven.jboss.version=3.0 property.
+o Added default start/stop script that are packaged into the
+ generated jboss zip. Custom scripts can also be provided by
+ overriding the maven.jboss.script.dir property.
+o When generating the JBoss server configuration zip, exclude
+ JBoss tmp and log directories from the zip.
+o Change strategy for bunding J2EE modules in the jboss server
+ configuration. This is now achieved through dependencies in
+ project.xml. for any J2EE module you want to incude add a
+ jboss.bundle property in the said dependency definition.
+
+Note that this plugin has been tested with Maven beta 10. Using it with
+another version of Maven is at your own risks! :-)
+
+You can download the JBoss Maven plugin here:
+http://www.ibiblio.org/maven/maven/jars/maven-jboss-plugin-1.2.jar
+
+Have fun!
+-Vincent
\ No newline at end of file
diff --git a/jboss/plugin.jelly b/jboss/plugin.jelly
index 277f34d0..403133a0 100644
--- a/jboss/plugin.jelly
+++ b/jboss/plugin.jelly
@@ -163,8 +163,10 @@
-
-
+
+
+
+
+
+
+
@@ -267,6 +272,9 @@
+
+
+
diff --git a/jboss/project.xml b/jboss/project.xml
index 6d439556..e4456204 100644
--- a/jboss/project.xml
+++ b/jboss/project.xml
@@ -5,7 +5,7 @@
3maven-jboss-pluginMaven JBoss Plug-in
- 1.2-SNAPSHOT
+ 1.3-SNAPSHOTPlugin for JBoss.JBoss pluginhttp://maven.apache.org/reference/plugins/jboss/
@@ -31,6 +31,11 @@
1.21.2
+ MAVEN_JBOSS_1_2
+
+
+ 1.3
+ 1.3HEAD
@@ -53,8 +58,8 @@
jcej@tragus.org
- Willie Wu
- ctwillie@ust.hk
+ Willie Vu
+ willievu@yahoo.com
diff --git a/jboss/src/plugin-resources/run b/jboss/src/plugin-resources/run
index c88c1daa..1cad881d 100755
--- a/jboss/src/plugin-resources/run
+++ b/jboss/src/plugin-resources/run
@@ -3,5 +3,5 @@
# Default JBoss start up shell script. It calls the default script found
# in JBOSS_HOME/bin.
# ----------------------------------------------------------------------------
-JAVA_OPTS="-Djboss.server.home.dir=@jboss.server.home.dir@ -Djboss.server.home.url=@jboss.server.home.url@"
-@maven.jboss.home@/bin/run -c @maven.jboss.conf.name@
+export JAVA_OPTS="-Djboss.server.home.dir=@jboss.server.home.dir@ -Djboss.server.home.url=@jboss.server.home.url@"
+@maven.jboss.home@/bin/run.sh -c @maven.jboss.conf.name@
diff --git a/jboss/src/plugin-resources/shutdown.3.0 b/jboss/src/plugin-resources/shutdown.3.0
index 2a9ddaa1..20e01144 100755
--- a/jboss/src/plugin-resources/shutdown.3.0
+++ b/jboss/src/plugin-resources/shutdown.3.0
@@ -3,4 +3,4 @@
# Default JBoss shutdown shell script. It calls the default script found
# in JBOSS_HOME/bin.
# ----------------------------------------------------------------------------
-@maven.jboss.home@/bin/shutdown @maven.jboss.hostname@
+@maven.jboss.home@/bin/shutdown.sh @maven.jboss.hostname@
diff --git a/jboss/src/plugin-resources/shutdown.3.2 b/jboss/src/plugin-resources/shutdown.3.2
index 9809de7a..769a158a 100755
--- a/jboss/src/plugin-resources/shutdown.3.2
+++ b/jboss/src/plugin-resources/shutdown.3.2
@@ -3,4 +3,4 @@
# Default JBoss shutdown shell script. It calls the default script found
# in JBOSS_HOME/bin.
# ----------------------------------------------------------------------------
-@maven.jboss.home@/bin/shutdown -S
+@maven.jboss.home@/bin/shutdown.sh -S
diff --git a/jboss/xdocs/changes.xml b/jboss/xdocs/changes.xml
index 32963bac..74c33565 100644
--- a/jboss/xdocs/changes.xml
+++ b/jboss/xdocs/changes.xml
@@ -7,7 +7,16 @@
-
+
+
+ Fixes
+ MAVEN-570.
+ Make the JBoss plugin work on unix (JBoss scripts have a sh extension
+ which we were missing).
+
+
+
+
Fixed bug when using JBoss 3.0.4/Tomcat 4.1.12 is used. When
jboss:start is executed, it causes a
diff --git a/jboss/xdocs/index.xml b/jboss/xdocs/index.xml
index af368a7e..e4614b2b 100644
--- a/jboss/xdocs/index.xml
+++ b/jboss/xdocs/index.xml
@@ -21,6 +21,13 @@
Date
Description
+
+
18 Aug 2003
+
+ Release of version 1.2. Read the
+ announcement.
+
+
17 Jun 2003
diff --git a/jboss/xdocs/navigation.xml b/jboss/xdocs/navigation.xml
index 5b7b162b..7dd5449e 100644
--- a/jboss/xdocs/navigation.xml
+++ b/jboss/xdocs/navigation.xml
@@ -13,6 +13,7 @@
diff --git a/jbuilder/plugin.jelly b/jbuilder/plugin.jelly
index c3746a11..035a0e5d 100644
--- a/jbuilder/plugin.jelly
+++ b/jbuilder/plugin.jelly
@@ -1,3 +1,5 @@
+
+
-
+
diff --git a/jdee/plugin.jelly b/jdee/plugin.jelly
index 77121824..8763cd25 100644
--- a/jdee/plugin.jelly
+++ b/jdee/plugin.jelly
@@ -2,6 +2,7 @@
- (quote (jde-sourcepath (quote ("./${pom.build.sourceDirectory}"))))
+
+ (quote (jde-sourcepath (quote ("./${srcDir}"))))
(quote (jde-compile-option-directory "./target/classes"))
@@ -45,7 +47,8 @@
(quote (jde-global-classpath (quote ("./target/classes"
-"./${pom.build.unitTestSourceDirectory}"
+
+"./${srcDir}"
diff --git a/jdepend/project.xml b/jdepend/project.xml
index be2d2c48..7b3c8b74 100644
--- a/jdepend/project.xml
+++ b/jdepend/project.xml
@@ -67,24 +67,39 @@
commons-jellycommons-jelly-tags-jsl20030211.143151
+
+ root.maven
+ commons-jellycommons-jelly-tags-xml20030211.142705http://jakarta.apache.org/commons/jelly/libs/xml/
+
+ root.maven
+ jdepend2.5
+
+ root.maven
+ xerces2.4.0
+
+ root.maven
+ xml-apis1.0.b2
+
+ root
+
diff --git a/jdiff/plugin.jelly b/jdiff/plugin.jelly
index eb6f5583..4b42c712 100644
--- a/jdiff/plugin.jelly
+++ b/jdiff/plugin.jelly
@@ -2,6 +2,7 @@
@@ -30,24 +31,26 @@
+
-
+
+
+ value="${maven.jdiff.new.dir}/${pom.repository.cvsModule}/${relativeSrcDir}"/>
@@ -55,7 +58,7 @@
-
+
@@ -63,15 +66,16 @@
value="${maven.jdiff.dir}/${maven.jdiff.old.tag}"/>
+
+ value="${maven.jdiff.old.dir}/${pom.repository.cvsModule}/${relativeSrcDir}"/>
diff --git a/jdiff/project.xml b/jdiff/project.xml
index 77e5d802..e1197ea0 100644
--- a/jdiff/project.xml
+++ b/jdiff/project.xml
@@ -39,6 +39,9 @@
jdiff1.0.7
+
+ root
+
diff --git a/jellydoc/project.xml b/jellydoc/project.xml
index b6b7776a..2b4b93ff 100644
--- a/jellydoc/project.xml
+++ b/jellydoc/project.xml
@@ -43,20 +43,32 @@
commons-jelly-tags-jsl20030211.143151http://jakarta.apache.org/commons/jelly/tags/jsl/
+
+ root.maven
+ commons-jellycommons-jelly-tags-xml20030211.142705http://jakarta.apache.org/commons/jelly/libs/xml/
+
+ root.maven
+ javadoc1.3
+
+ root.maven
+ nekohtml
- 0.7.1
+ 0.7.7
+
+ root.maven
+
diff --git a/jellydoc/xdocs/changes.xml b/jellydoc/xdocs/changes.xml
index adfc45b4..dbd575bb 100644
--- a/jellydoc/xdocs/changes.xml
+++ b/jellydoc/xdocs/changes.xml
@@ -21,4 +21,4 @@
-
\ No newline at end of file
+
diff --git a/junit-report/project.xml b/junit-report/project.xml
index 39d49b02..75260ff0 100644
--- a/junit-report/project.xml
+++ b/junit-report/project.xml
@@ -46,12 +46,18 @@
commons-jellycommons-jelly-tags-jsl20030211.143151
+
+ root.maven
+ commons-jellycommons-jelly-tags-xml20030211.142705http://jakarta.apache.org/commons/jelly/libs/xml/
+
+ root.maven
+
diff --git a/junitdoclet/plugin.jelly b/junitdoclet/plugin.jelly
index ac263703..6ebe1396 100644
--- a/junitdoclet/plugin.jelly
+++ b/junitdoclet/plugin.jelly
@@ -1,3 +1,5 @@
+
+
diff --git a/jxr/plugin.jelly b/jxr/plugin.jelly
index c1c292df..56567903 100644
--- a/jxr/plugin.jelly
+++ b/jxr/plugin.jelly
@@ -72,16 +72,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
ant1.5.3-1
+
+ root
+ commons-jelly20030724.033229
+
+ root.maven
+ commons-jellycommons-jelly-tags-jsl20030211.143151
+
+ root.maven
+ commons-jellycommons-jelly-tags-xml20030211.142705http://jakarta.apache.org/commons/jelly/libs/xml/
+
+ root.maven
+ commons-lang1.0.1
+
+ root.maven
+ dom4j1.4
+
+ root.maven
+ xerces2.4.0
+
+ root.maven
+ oro2.0.7
+
+ root.maven
+ commons-logging
@@ -87,6 +111,9 @@
xml-apis1.0.b2
+
+ root
+
diff --git a/jxr/src/main/org/apache/maven/jxr/JXR.java b/jxr/src/main/org/apache/maven/jxr/JXR.java
index d92da4e8..1db6db74 100644
--- a/jxr/src/main/org/apache/maven/jxr/JXR.java
+++ b/jxr/src/main/org/apache/maven/jxr/JXR.java
@@ -66,7 +66,7 @@ import org.apache.tools.ant.DirectoryScanner;
* Main entry point into Maven used to kick off the XReference code building.
*
* @author Kevin A. Burton
- * @version $Id: JXR.java,v 1.5 2003/07/31 04:59:32 dion Exp $
+ * @version $Id: JXR.java,v 1.6 2003/08/19 04:45:06 dion Exp $
*/
public class JXR
{
diff --git a/jxr/src/main/org/apache/maven/jxr/JxrBean.java b/jxr/src/main/org/apache/maven/jxr/JxrBean.java
index 1f8d38fd..f91822f1 100644
--- a/jxr/src/main/org/apache/maven/jxr/JxrBean.java
+++ b/jxr/src/main/org/apache/maven/jxr/JxrBean.java
@@ -80,7 +80,7 @@ import org.apache.commons.logging.LogFactory;
* @author Josh Lucas
* @author Jason van Zyl
* @author Brian Leonard
- * @version $Id: JxrBean.java,v 1.7 2003/08/04 14:35:36 dion Exp $
+ * @version $Id: JxrBean.java,v 1.8 2003/08/19 04:45:06 dion Exp $
*/
public class JxrBean
{
diff --git a/latka/project.xml b/latka/project.xml
index 7aee4e67..d49d9659 100644
--- a/latka/project.xml
+++ b/latka/project.xml
@@ -31,36 +31,60 @@
commons-jelly-tags-xml20030211.142705http://jakarta.apache.org/commons/jelly/libs/xml/
+
+ root.maven
+ commons-latka1.0-dev.20030107.163533
+
+ root.maven
+ commons-httpclient2.0alpha1-20020829
+
+ root.maven
+ jaxen1.0-FCS-full
+
+ root.maven
+ jdom1.0b8
+
+ root.maven
+ junit3.8.1
+
+ root
+ regexp1.2http://jakarta.apache.org/regexp/
+
+ root.maven
+ xalan2.4.1http://xml.apache.org/xalan-j/
+
+ root
+
@@ -70,10 +94,16 @@
commons-jelly-tags-html20030317.100924http://jakarta.apache.org/commons/jelly/libs/html/
+
+ root.maven
+ nekohtml
- 0.7.1
+ 0.7.7
+
+ root.maven
+
diff --git a/license/plugin.jelly b/license/plugin.jelly
index 19d8d3f7..8a6e0804 100644
--- a/license/plugin.jelly
+++ b/license/plugin.jelly
@@ -47,10 +47,10 @@
+ name="Project License"
+ pluginName="maven-license-plugin"
+ link="license"
+ description="Displays the primary license for the project."/>
@@ -100,6 +100,7 @@
section="Project License"
output="${genDocs}/license.xml"
inputFile="${licenseFile}"/>
+
diff --git a/linkcheck/project.xml b/linkcheck/project.xml
index c858f568..a7c1cfe3 100644
--- a/linkcheck/project.xml
+++ b/linkcheck/project.xml
@@ -19,14 +19,23 @@
commons-beanutils1.6.1
+
+ root.maven
+ commons-collections2.1
+
+ root.maven
+ commons-grant1.0-beta-4
+
+ root.maven
+ commons-httpclient
@@ -35,49 +44,79 @@
commons-jelly20030724.033229
+
+ root.maven
+ commons-utilfinal
+
+ root.maven
+ commons-lang1.0.1
+
+ root.maven
+ commons-jellycommons-jelly-tags-jsl20030211.143151
+
+ root.maven
+ commons-jellycommons-jelly-tags-xml20030211.142705http://jakarta.apache.org/commons/jelly/libs/xml/
+
+ root.maven
+ commons-jellycommons-jelly-tags-ant20030211.142045http://jakarta.apache.org/commons/jelly/libs/ant/
+
+ root.maven
+ commons-logging1.0.3
+
+ root.maven
+ log4j1.2.8
+
+ root.maven
+ dom4j1.4
+
+ root.maven
+ jtidy4aug2000r7-dev
+
+ root.maven
+ maven
@@ -87,11 +126,17 @@
rhino1.5R4-RC3js-1.5R4-RC3.jar
+
+ root.maven
+ werkz
- 1.0-beta-11
+ 1.0-beta-7http://werkz.sourceforge.net/
+
+ root.maven
+
diff --git a/multiproject/plugin.jelly b/multiproject/plugin.jelly
index 3e25c271..0a8a8390 100644
--- a/multiproject/plugin.jelly
+++ b/multiproject/plugin.jelly
@@ -60,7 +60,9 @@
-
+
+
+
ant-contrib
cpptasks20030309.134440
+
+ root
+ bcel5.0
+
+ root
+
diff --git a/pdf/project.xml b/pdf/project.xml
index 850fcf03..6fa05da6 100644
--- a/pdf/project.xml
+++ b/pdf/project.xml
@@ -55,10 +55,16 @@
xerces2.4.0
+
+ root
+ xml-apis1.0.b2
+
+ root
+ xalan
diff --git a/perforce/project.xml b/perforce/project.xml
index fe7d1ff9..cbb038c6 100644
--- a/perforce/project.xml
+++ b/perforce/project.xml
@@ -43,10 +43,16 @@
ant1.5.3-1
+
+ root
+ oro2.0.7
+
+ root
+
diff --git a/plugin/project.xml b/plugin/project.xml
index 1dde8e00..d240437a 100644
--- a/plugin/project.xml
+++ b/plugin/project.xml
@@ -40,18 +40,27 @@
commons-jelly-tags-xml20030211.142705http://jakarta.apache.org/commons/jelly/libs/xml/
+
+ root.maven
+ commons-jellycommons-jelly-tags-http20030211.143043http://jakarta.apache.org/commons/jelly/libs/http/
+
+ root.maven
+ commons-httpclientcommons-httpclient2.0-rc1http://jakarta.apache.org/commons/httpclient/
+
+ root.maven
+
diff --git a/pom/project.xml b/pom/project.xml
index 4ecaa62f..304e99b4 100644
--- a/pom/project.xml
+++ b/pom/project.xml
@@ -49,11 +49,17 @@
dom4j1.4
+
+ root.maven
+ xml-apis1.0.b2
+
+ root
+
@@ -65,17 +71,26 @@
isorelax20030108
+
+ root
+ xercesjarv20020712-DG
+
+ root
+ xerces2.4.0
+
+ root
+
diff --git a/repository/project.xml b/repository/project.xml
index 68690d1d..dcfac0f3 100644
--- a/repository/project.xml
+++ b/repository/project.xml
@@ -33,12 +33,18 @@
commons-jelly-tags-util20030211.141939http://jakarta.apache.org/commons/jelly/libs/util/
+
+ root.maven
+ commons-jellycommons-jelly-tags-xml20030211.142705http://jakarta.apache.org/commons/jelly/libs/xml/
+
+ root.maven
+
diff --git a/repository/src/plugin-resources/repository-audit.xml b/repository/src/plugin-resources/repository-audit.xml
index d1b0fce5..0222117f 100644
--- a/repository/src/plugin-resources/repository-audit.xml
+++ b/repository/src/plugin-resources/repository-audit.xml
@@ -1449,7 +1449,7 @@ Template:
tjdohttp://tjdo.sourceforge.net/http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/tjdo/tjdo/docs/LICENSE.txt
-
+ ASF Style
diff --git a/runner/project.xml b/runner/project.xml
index 943f83e7..121845db 100644
--- a/runner/project.xml
+++ b/runner/project.xml
@@ -20,6 +20,9 @@
commons-jellycommons-jelly-tags-velocity20030303.205659
+
+ root.maven
+ velocity
diff --git a/simian/maven.xml b/simian/maven.xml
index defc11d9..c6034d1d 100644
--- a/simian/maven.xml
+++ b/simian/maven.xml
@@ -14,6 +14,7 @@
+
diff --git a/simian/plugin.jelly b/simian/plugin.jelly
index ea4f86c4..49fef814 100644
--- a/simian/plugin.jelly
+++ b/simian/plugin.jelly
@@ -170,4 +170,4 @@
-
\ No newline at end of file
+
diff --git a/simian/project.xml b/simian/project.xml
index 41240380..259f2d77 100644
--- a/simian/project.xml
+++ b/simian/project.xml
@@ -2,7 +2,7 @@
${basedir}/../project.xmlmaven-simian-plugin
- Simian
+ Maven Simian Plugin1.2-SNAPSHOTSimian Plugin for MavenSimian Plugin for Maven
@@ -89,14 +89,6 @@
-
-
-
- **/*TestCase.java
-
-
-
-
maven-simian-plugin
diff --git a/statcvs/project.xml b/statcvs/project.xml
index 3af100e4..26c9e922 100644
--- a/statcvs/project.xml
+++ b/statcvs/project.xml
@@ -47,10 +47,16 @@
statcvs0.1.2a
+
+ root.maven
+ jfreechart0.9.2
+
+ root.maven
+
diff --git a/struts/project.xml b/struts/project.xml
index 401b08af..6f088f87 100644
--- a/struts/project.xml
+++ b/struts/project.xml
@@ -39,6 +39,9 @@
commons-jellycommons-jelly-tags-log20030211.142821
+
+ root.maven
+ commons-lang
@@ -59,10 +62,16 @@
xml-apis1.0.b2
+
+ root
+ ant1.5.3-1
+
+ root
+ xerces
diff --git a/test/plugin.jelly b/test/plugin.jelly
index 853747ce..5e29aae9 100644
--- a/test/plugin.jelly
+++ b/test/plugin.jelly
@@ -1,77 +1,88 @@
-
-
-
-
+
+
-
-
+
+
-
+
-
-
+
- Compiling test sources ...
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
- No test sources to compile.
-
-
+
+ No test source files to compile.
+
+
-
-
@@ -111,17 +123,12 @@
-
-
-
-
-
- No tests to run.
-
-
+
- -->
+
+ No tests to run.
+
@@ -155,13 +162,13 @@
description="Execute a single test defined using the 'testcase' variable"
prereqs="test:compile">
-
-
+
+
You must define the test case to run via -Dtestcase=classname
- Example: maven -Dtestcase=MyTest test:single-test
+ Example: maven -Dtestcase=MyTest test:single
@@ -217,13 +224,13 @@
description="Execute all the tests matching the given 'testmatch' variable"
prereqs="test:compile">
-
-
+
+
You must define the test case to run via -Dtestmatch=pattern
- Example: maven -Dtestmatch=*Foo* test:match-test
+ Example: maven -Dtestmatch=*Foo* test:match
diff --git a/test/plugin.properties b/test/plugin.properties
index 89ec4e93..ed13ce25 100644
--- a/test/plugin.properties
+++ b/test/plugin.properties
@@ -10,13 +10,4 @@ maven.junit.usefile = true
maven.test.dest = ${maven.build.dir}/test-classes
maven.test.reportsDirectory = ${maven.build.dir}/test-reports
maven.test.skip = false
-maven.junit.jvmargs=
-
-skipTests = false
-
-compileDebug = on
-compileDeprecation = on
-compileOptimize = off
-
-testDest = ${basedir}/target/test-classes
-reportsDirectory = ${basedir}/target/test-reports
+maven.junit.jvmargs=
\ No newline at end of file
diff --git a/test/project.xml b/test/project.xml
index 0db60f14..74614eb3 100644
--- a/test/project.xml
+++ b/test/project.xml
@@ -19,16 +19,25 @@
junit3.8.1
+
+ root
+ xml-apis1.0.b2http://xml.apache.org/xerces2-j/
+
+ root
+ xerces
- 2.0.2
+ 2.4.0http://xml.apache.org/xerces2-j/
+
+ root
+
diff --git a/tjdo/.cvsignore b/tjdo/.cvsignore
new file mode 100644
index 00000000..31418650
--- /dev/null
+++ b/tjdo/.cvsignore
@@ -0,0 +1,4 @@
+target
+maven.log
+velocity.log
+build.properties
\ No newline at end of file
diff --git a/tjdo/plugin.jelly b/tjdo/plugin.jelly
new file mode 100644
index 00000000..d385d9a8
--- /dev/null
+++ b/tjdo/plugin.jelly
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ JDO-enhancing classes for Triactive JDO
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Classes are now JDO-enhanced for Triactive JDO
+
+
+
diff --git a/tjdo/plugin.properties b/tjdo/plugin.properties
new file mode 100644
index 00000000..39793811
--- /dev/null
+++ b/tjdo/plugin.properties
@@ -0,0 +1,18 @@
+# -------------------------------------------------------------------
+# P L U G I N P R O P E R T I E S
+# -------------------------------------------------------------------
+# Triactive JDO plugin
+# Author: Andy Jefferson (andy@ajsoft.net)
+# -------------------------------------------------------------------
+
+# Parameters for specification of location of JDO files
+# Directory root
+maven.tjdo.jdo.fileset.dir=${maven.build.dest}
+# File Includes
+maven.tjdo.jdo.fileset.include=**/*.jdo
+# File Excludes
+maven.tjdo.jdo.fileset.exclude=
+
+# Location of any JAR containing the JDBC driver for the data store being used
+maven.tjdo.jdbc.jar=
+
diff --git a/tjdo/project.properties b/tjdo/project.properties
new file mode 100644
index 00000000..df6f93f4
--- /dev/null
+++ b/tjdo/project.properties
@@ -0,0 +1,7 @@
+# -------------------------------------------------------------------
+# P R O J E C T P R O P E R T I E S
+# -------------------------------------------------------------------
+maven.xdoc.date=left
+maven.xdoc.version=${pom.currentVersion}
+maven.license.licenseFile=${basedir}/../../../LICENSE.txt
+
diff --git a/tjdo/project.xml b/tjdo/project.xml
new file mode 100644
index 00000000..c8ad7970
--- /dev/null
+++ b/tjdo/project.xml
@@ -0,0 +1,27 @@
+
+
+
+ ${basedir}/../project.xml
+ 3
+ maven-tjdo-plugin
+ Maven TJDO plugin
+ 0.1.1
+
+ Maven TJDO plugin
+ http://maven.apache.org/reference/plugins/tjdo/
+ /www/maven.apache.org/reference/plugins/tjdo/
+
+ scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/tjdo/
+ http://cvs.apache.org/viewcvs/maven/src/plugins-build/tjdo/
+
+
+
+
+
+ tjdo
+ tjdo
+ 2.0-beta
+
+
+
+
diff --git a/tjdo/xdocs/changes.xml b/tjdo/xdocs/changes.xml
new file mode 100644
index 00000000..8359b4cf
--- /dev/null
+++ b/tjdo/xdocs/changes.xml
@@ -0,0 +1,15 @@
+
+
+
+ Changes
+ Andy Jefferson
+
+
+
+
+
+ New plugin providing support for TJDO "enhance" method.
+
+
+
+
diff --git a/tjdo/xdocs/goals.xml b/tjdo/xdocs/goals.xml
new file mode 100644
index 00000000..1b6a5b95
--- /dev/null
+++ b/tjdo/xdocs/goals.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ Maven TJDO Plug-in Goals
+ Andy Jefferson
+
+
+
+
+
+
Goal
Description
+
+
tjdo:enhance
+
+ This is the default goal of the plugin. It provides the enhancement
+ of classes to use TJDO for persistence of java classes.
+
+
+
+
+
+
diff --git a/tjdo/xdocs/index.xml b/tjdo/xdocs/index.xml
new file mode 100644
index 00000000..c30005ed
--- /dev/null
+++ b/tjdo/xdocs/index.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ Maven TJDO Plug-in
+ Andy Jefferson
+
+
+
+
+
+ This plugin provides an interface to the Triactive JDO implementation
+ (TJDO) of Sun's JDO spec.
+
+ Directory root of the filespace including the JDO files
+ defining the datastore persistence to be managed by TJDO.
+ The default is ${maven.build.dest}
+
+
+
+
maven.tjdo.jdo.fileset.include
+
Yes
+
+ Include pattern of JDO files. The default is **/*.jdo
+
+
+
+
maven.tjdo.jdo.fileset.exclude
+
Yes
+
+ Exclude pattern of JDO files. The default is empty.
+
+
+
+
+
+
diff --git a/touchstone-partner/plugin.jelly b/touchstone-partner/plugin.jelly
index c0d71bda..d49b1302 100644
--- a/touchstone-partner/plugin.jelly
+++ b/touchstone-partner/plugin.jelly
@@ -1,18 +1,11 @@
+ xmlns:j="jelly:core">
preGoal for touchstone-goal-C is running ...
-
-
-
- inside touchstone-partner : ${plugin.id}
+
@@ -21,12 +14,7 @@
-
-
-
+
diff --git a/touchstone/plugin.properties b/touchstone/plugin.properties
index 9f1fa64c..257e5552 100644
--- a/touchstone/plugin.properties
+++ b/touchstone/plugin.properties
@@ -6,13 +6,7 @@
# -------------------------------------------------------------------
maven.touchstone.A = A
-maven.touchstone.B = B
+maven.touchstone.B = C
maven.touchstone.C = C
maven.touchstone.D = D
maven.touchstone.E = E
-
-touchstoneA = A
-touchstoneB = B
-touchstoneC = C
-touchstoneD = D
-touchstoneE = E
diff --git a/uberjar/project.xml b/uberjar/project.xml
index 3482af9c..1522bbe3 100644
--- a/uberjar/project.xml
+++ b/uberjar/project.xml
@@ -74,6 +74,9 @@
commons-jellycommons-jelly-tags-velocity20030303.205659
+
+ root.maven
+ classworlds
diff --git a/war/plugin.jelly b/war/plugin.jelly
index a713559d..ca0660b3 100644
--- a/war/plugin.jelly
+++ b/war/plugin.jelly
@@ -123,9 +123,9 @@
-
-
-
+
diff --git a/was40/project.xml b/was40/project.xml
index cb4653b6..ec8e0701 100644
--- a/was40/project.xml
+++ b/was40/project.xml
@@ -40,6 +40,9 @@
commons-jelly-tags-util20030211.141939http://jakarta.apache.org/commons/jelly/libs/util/
+
+ root.maven
+
diff --git a/wizard/project.xml b/wizard/project.xml
index 0173fc5e..02b59120 100644
--- a/wizard/project.xml
+++ b/wizard/project.xml
@@ -26,16 +26,25 @@
commons-jellycommons-jelly-tags-interaction20030211.143817
+
+ root.maven
+ commons-jellycommons-jelly-tags-log20030211.142821
+
+ root.maven
+ commons-jellycommons-jelly-tags-swing20030211.143925
+
+ root.maven
+
diff --git a/xdoc/plugin.jelly b/xdoc/plugin.jelly
index a207790d..1096afab 100644
--- a/xdoc/plugin.jelly
+++ b/xdoc/plugin.jelly
@@ -282,6 +282,8 @@
+
+
-
+
+
+
+
diff --git a/xdoc/project.xml b/xdoc/project.xml
index b05c4f1f..5c29319c 100644
--- a/xdoc/project.xml
+++ b/xdoc/project.xml
@@ -65,6 +65,9 @@
ant1.5.3-1
+
+ root
+ dom4j
@@ -99,6 +102,10 @@
20030211.142705http://jakarta.apache.org/commons/jelly/libs/xml/
+
+ commons-logging
+ 1.0.3
+ mavenmaven
diff --git a/xdoc/src/main/org/apache/maven/DependencyDescriberBean.java b/xdoc/src/main/org/apache/maven/DependencyDescriberBean.java
index 1fb0466e..c4b73bdc 100644
--- a/xdoc/src/main/org/apache/maven/DependencyDescriberBean.java
+++ b/xdoc/src/main/org/apache/maven/DependencyDescriberBean.java
@@ -60,15 +60,20 @@ import java.util.Collections;
import java.util.Iterator;
import java.util.List;
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
import org.apache.maven.project.Dependency;
import org.apache.maven.project.Project;
/**
* @author Michal Maczka
- * @version $Id: DependencyDescriberBean.java,v 1.1 2003/07/25 22:47:30 michal Exp $
+ * @version $Id: DependencyDescriberBean.java,v 1.2 2003/08/19 04:45:06 dion Exp $
*/
public class DependencyDescriberBean
{
+ /** for debug output */
+ private Log log = LogFactory.getLog(DependencyDescriberBean.class);
+
/** */
private List dependencies = new ArrayList();
private Project project;
@@ -100,7 +105,7 @@ public class DependencyDescriberBean
Project resolvedProject = resolveProject(dependency);
if (resolvedProject != null)
{
- System.out.println("POM URL:" + resolvedProject.getUrl());
+ log.debug("POM URL:" + resolvedProject.getUrl());
describedDependency.setUrl(resolvedProject.getUrl());
describedDependency.setDescription(
resolvedProject.getDescription());
@@ -145,13 +150,13 @@ public class DependencyDescriberBean
}
else
{
- System.out.println("Failed to read POM:" + projectFile);
+ log.debug("Failed to read POM:" + projectFile);
return null;
}
}
catch (Exception e)
{
- System.out.println("Failed to read POM:" + projectFile);
+ log.debug("Failed to read POM:" + projectFile);
return null;
}
}
diff --git a/xdoc/src/plugin-resources/css/tigris.css b/xdoc/src/plugin-resources/css/tigris.css
index 22c62033..034fc2b1 100644
--- a/xdoc/src/plugin-resources/css/tigris.css
+++ b/xdoc/src/plugin-resources/css/tigris.css
@@ -1,4 +1,4 @@
-/* $Id: tigris.css,v 1.2 2003/08/04 14:56:59 dion Exp $
+/* $Id: tigris.css,v 1.3 2003/08/19 04:45:08 dion Exp $
This file defines basic default formatting for HTML conforming to Tigris application style. To extend or override these rules for your instance, edit inst.css instead of this file. */
diff --git a/xdoc/src/plugin-resources/images/file.gif b/xdoc/src/plugin-resources/images/file.gif
new file mode 100644
index 00000000..72c13cc7
Binary files /dev/null and b/xdoc/src/plugin-resources/images/file.gif differ
diff --git a/xdoc/src/plugin-resources/images/folder-closed.gif b/xdoc/src/plugin-resources/images/folder-closed.gif
new file mode 100644
index 00000000..2baed621
Binary files /dev/null and b/xdoc/src/plugin-resources/images/folder-closed.gif differ
diff --git a/xdoc/src/plugin-resources/images/folder-open.gif b/xdoc/src/plugin-resources/images/folder-open.gif
new file mode 100644
index 00000000..3955d19e
Binary files /dev/null and b/xdoc/src/plugin-resources/images/folder-open.gif differ
diff --git a/xdoc/src/plugin-resources/images/help_logo.gif b/xdoc/src/plugin-resources/images/help_logo.gif
index 397d8251..cc25c033 100644
Binary files a/xdoc/src/plugin-resources/images/help_logo.gif and b/xdoc/src/plugin-resources/images/help_logo.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_alertsml.gif b/xdoc/src/plugin-resources/images/icon_alertsml.gif
new file mode 100644
index 00000000..641308d1
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_alertsml.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_arrowfolder1_sml.gif b/xdoc/src/plugin-resources/images/icon_arrowfolder1_sml.gif
new file mode 100644
index 00000000..89408afa
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_arrowfolder1_sml.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_arrowfolder2_sml.gif b/xdoc/src/plugin-resources/images/icon_arrowfolder2_sml.gif
new file mode 100644
index 00000000..d9e7e1cf
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_arrowfolder2_sml.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_arrowfolderclosed1_sml.gif b/xdoc/src/plugin-resources/images/icon_arrowfolderclosed1_sml.gif
new file mode 100644
index 00000000..c48e8b64
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_arrowfolderclosed1_sml.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_arrowfolderopen2_sml.gif b/xdoc/src/plugin-resources/images/icon_arrowfolderopen2_sml.gif
new file mode 100644
index 00000000..477e327c
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_arrowfolderopen2_sml.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_arrowmembers1_sml.gif b/xdoc/src/plugin-resources/images/icon_arrowmembers1_sml.gif
new file mode 100644
index 00000000..b4dea830
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_arrowmembers1_sml.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_arrowmembers2_sml.gif b/xdoc/src/plugin-resources/images/icon_arrowmembers2_sml.gif
new file mode 100644
index 00000000..0e743574
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_arrowmembers2_sml.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_arrowusergroups1_sml.gif b/xdoc/src/plugin-resources/images/icon_arrowusergroups1_sml.gif
new file mode 100644
index 00000000..5177959c
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_arrowusergroups1_sml.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_arrowusergroups2_sml.gif b/xdoc/src/plugin-resources/images/icon_arrowusergroups2_sml.gif
new file mode 100644
index 00000000..574bb456
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_arrowusergroups2_sml.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_arrowwaste1_sml.gif b/xdoc/src/plugin-resources/images/icon_arrowwaste1_sml.gif
new file mode 100644
index 00000000..25d75f73
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_arrowwaste1_sml.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_arrowwaste2_sml.gif b/xdoc/src/plugin-resources/images/icon_arrowwaste2_sml.gif
new file mode 100644
index 00000000..54dbf425
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_arrowwaste2_sml.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_confirmsml.gif b/xdoc/src/plugin-resources/images/icon_confirmsml.gif
new file mode 100644
index 00000000..ca3c810b
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_confirmsml.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_doc_lrg.gif b/xdoc/src/plugin-resources/images/icon_doc_lrg.gif
new file mode 100644
index 00000000..b4582671
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_doc_lrg.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_doc_sml.gif b/xdoc/src/plugin-resources/images/icon_doc_sml.gif
new file mode 100644
index 00000000..239bfaad
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_doc_sml.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_error_lrg.gif b/xdoc/src/plugin-resources/images/icon_error_lrg.gif
new file mode 100644
index 00000000..fccffd17
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_error_lrg.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_folder_lrg.gif b/xdoc/src/plugin-resources/images/icon_folder_lrg.gif
new file mode 100644
index 00000000..3683e75c
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_folder_lrg.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_folder_sml.gif b/xdoc/src/plugin-resources/images/icon_folder_sml.gif
new file mode 100644
index 00000000..8e26f89a
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_folder_sml.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_help_lrg.gif b/xdoc/src/plugin-resources/images/icon_help_lrg.gif
new file mode 100644
index 00000000..c2162957
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_help_lrg.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_help_sml.gif b/xdoc/src/plugin-resources/images/icon_help_sml.gif
new file mode 100644
index 00000000..43bfd56f
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_help_sml.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_info_lrg.gif b/xdoc/src/plugin-resources/images/icon_info_lrg.gif
new file mode 100644
index 00000000..b390fd4a
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_info_lrg.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_info_sml.gif b/xdoc/src/plugin-resources/images/icon_info_sml.gif
new file mode 100644
index 00000000..c6cb9ad7
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_info_sml.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_infosml.gif b/xdoc/src/plugin-resources/images/icon_infosml.gif
new file mode 100644
index 00000000..1aa2d30a
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_infosml.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_members_lrg.gif b/xdoc/src/plugin-resources/images/icon_members_lrg.gif
new file mode 100644
index 00000000..7ba2df6b
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_members_lrg.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_members_sml.gif b/xdoc/src/plugin-resources/images/icon_members_sml.gif
new file mode 100644
index 00000000..997e6998
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_members_sml.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_sortdown.gif b/xdoc/src/plugin-resources/images/icon_sortdown.gif
new file mode 100644
index 00000000..9561bbe2
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_sortdown.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_sortleft.gif b/xdoc/src/plugin-resources/images/icon_sortleft.gif
new file mode 100644
index 00000000..4fd21e8c
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_sortleft.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_sortright.gif b/xdoc/src/plugin-resources/images/icon_sortright.gif
new file mode 100644
index 00000000..ea8076e3
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_sortright.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_sortup.gif b/xdoc/src/plugin-resources/images/icon_sortup.gif
new file mode 100644
index 00000000..61942d6d
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_sortup.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_success_lrg.gif b/xdoc/src/plugin-resources/images/icon_success_lrg.gif
new file mode 100644
index 00000000..9af317d8
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_success_lrg.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_usergroups_lrg.gif b/xdoc/src/plugin-resources/images/icon_usergroups_lrg.gif
new file mode 100644
index 00000000..3a4e3569
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_usergroups_lrg.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_usergroups_sml.gif b/xdoc/src/plugin-resources/images/icon_usergroups_sml.gif
new file mode 100644
index 00000000..92361013
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_usergroups_sml.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_warning_lrg.gif b/xdoc/src/plugin-resources/images/icon_warning_lrg.gif
new file mode 100644
index 00000000..83359d81
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_warning_lrg.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_warning_sml.gif b/xdoc/src/plugin-resources/images/icon_warning_sml.gif
new file mode 100644
index 00000000..873bbb52
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_warning_sml.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_waste_lrg.gif b/xdoc/src/plugin-resources/images/icon_waste_lrg.gif
new file mode 100644
index 00000000..e5434aa4
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_waste_lrg.gif differ
diff --git a/xdoc/src/plugin-resources/images/icon_waste_sml.gif b/xdoc/src/plugin-resources/images/icon_waste_sml.gif
new file mode 100644
index 00000000..6dd046d4
Binary files /dev/null and b/xdoc/src/plugin-resources/images/icon_waste_sml.gif differ
diff --git a/xdoc/src/plugin-resources/images/nw_maj.gif b/xdoc/src/plugin-resources/images/nw_maj.gif
new file mode 100644
index 00000000..452296b7
Binary files /dev/null and b/xdoc/src/plugin-resources/images/nw_maj.gif differ
diff --git a/xdoc/src/plugin-resources/images/nw_maj_hi.gif b/xdoc/src/plugin-resources/images/nw_maj_hi.gif
new file mode 100644
index 00000000..54c39336
Binary files /dev/null and b/xdoc/src/plugin-resources/images/nw_maj_hi.gif differ
diff --git a/xdoc/src/plugin-resources/images/nw_maj_rond.gif b/xdoc/src/plugin-resources/images/nw_maj_rond.gif
new file mode 100644
index 00000000..add42a40
Binary files /dev/null and b/xdoc/src/plugin-resources/images/nw_maj_rond.gif differ
diff --git a/xdoc/src/plugin-resources/images/nw_med.gif b/xdoc/src/plugin-resources/images/nw_med.gif
new file mode 100644
index 00000000..d2b6d91d
Binary files /dev/null and b/xdoc/src/plugin-resources/images/nw_med.gif differ
diff --git a/xdoc/src/plugin-resources/images/nw_med_hi.gif b/xdoc/src/plugin-resources/images/nw_med_hi.gif
new file mode 100644
index 00000000..0c2db4cf
Binary files /dev/null and b/xdoc/src/plugin-resources/images/nw_med_hi.gif differ
diff --git a/xdoc/src/plugin-resources/images/nw_med_rond.gif b/xdoc/src/plugin-resources/images/nw_med_rond.gif
new file mode 100644
index 00000000..8aaa564e
Binary files /dev/null and b/xdoc/src/plugin-resources/images/nw_med_rond.gif differ
diff --git a/xdoc/src/plugin-resources/images/nw_min_036.gif b/xdoc/src/plugin-resources/images/nw_min_036.gif
new file mode 100644
index 00000000..eb344a8f
Binary files /dev/null and b/xdoc/src/plugin-resources/images/nw_min_036.gif differ
diff --git a/xdoc/src/plugin-resources/images/nw_min_hi.gif b/xdoc/src/plugin-resources/images/nw_min_hi.gif
new file mode 100644
index 00000000..a8a30abf
Binary files /dev/null and b/xdoc/src/plugin-resources/images/nw_min_hi.gif differ
diff --git a/xdoc/src/plugin-resources/images/poweredby_036.gif b/xdoc/src/plugin-resources/images/poweredby_036.gif
new file mode 100644
index 00000000..49d0345d
Binary files /dev/null and b/xdoc/src/plugin-resources/images/poweredby_036.gif differ
diff --git a/xdoc/src/plugin-resources/images/product_logo.gif b/xdoc/src/plugin-resources/images/product_logo.gif
new file mode 100644
index 00000000..327b8388
Binary files /dev/null and b/xdoc/src/plugin-resources/images/product_logo.gif differ
diff --git a/xdoc/src/plugin-resources/images/se_maj_rond.gif b/xdoc/src/plugin-resources/images/se_maj_rond.gif
new file mode 100644
index 00000000..da2510e9
Binary files /dev/null and b/xdoc/src/plugin-resources/images/se_maj_rond.gif differ
diff --git a/xdoc/src/plugin-resources/images/sw_maj_rond.gif b/xdoc/src/plugin-resources/images/sw_maj_rond.gif
new file mode 100644
index 00000000..110bdf4e
Binary files /dev/null and b/xdoc/src/plugin-resources/images/sw_maj_rond.gif differ
diff --git a/xdoc/src/plugin-resources/images/sw_med_rond.gif b/xdoc/src/plugin-resources/images/sw_med_rond.gif
new file mode 100644
index 00000000..6671c3d0
Binary files /dev/null and b/xdoc/src/plugin-resources/images/sw_med_rond.gif differ
diff --git a/xdoc/src/plugin-resources/templates/cvs-usage.xml b/xdoc/src/plugin-resources/templates/cvs-usage.xml
index c2d26155..743aa077 100644
--- a/xdoc/src/plugin-resources/templates/cvs-usage.xml
+++ b/xdoc/src/plugin-resources/templates/cvs-usage.xml
@@ -29,7 +29,7 @@
#end
- #if ($repository.connection)
+ #if ($repository.connection && $repository.connection != '')
This project's CVS repository can be checked out through anonymous (pserver)
@@ -49,7 +49,7 @@
#end
- #if ($repository.developerConnection)
+ #if ($repository.developerConnection && $repository.developerConnection != '')
#set ($conn = $repository.getCvsRoot($repository.developerConnection, 'username'))
#set ($module = $repository.getCvsModule($repository.developerConnection))
#set ($server = $repository.getCvsServer($repository.developerConnection))
diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml
index 9e861e62..bccb12f1 100644
--- a/xdoc/xdocs/changes.xml
+++ b/xdoc/xdocs/changes.xml
@@ -7,6 +7,10 @@
+
+ Fixed bug where top level xdocs were using xdocs/navigation.xml instead of the generated
+ one when it was available.
+
Dependency report was completely rewritten.
Report generator is now aware of notion of type and groupId.