From 9d9d3aa9472ee3867645da0224962b340cca93ff Mon Sep 17 00:00:00 2001 From: brett Date: Mon, 30 May 2005 07:03:19 +0000 Subject: [PATCH] remove changes, rely on JIRA git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@179026 13f79535-47bb-0310-9956-ffa450edef68 --- scm/xdocs/changes.xml | 67 ------------------------------------------- 1 file changed, 67 deletions(-) delete mode 100644 scm/xdocs/changes.xml diff --git a/scm/xdocs/changes.xml b/scm/xdocs/changes.xml deleted file mode 100644 index cec8815e..00000000 --- a/scm/xdocs/changes.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - Changes - Brett Porter - - - - Add the ability to pass a username and password to the Subversion provider - Check out into - maven.scm.checkout.dirrather than a subdirectory of it - - Use maven.scm.bootstrap.pom.dir - Add support for subversion - Rewritten to utilise the Maven SCM library - Ignore whitespace when creating a patch - Ignore POM if the scm root is specified in command line - - - Trim goals after prompting from the user - Add scm:cvs-create-patch goal to help in creating patches - Set default - maven.scm.methodto cvs - - - - Add minimal support for SVN to allow cruisecontrol plugin to work - Add scm:cvs-tag-project goal - - - - Don't use -C - Mac OS X doesn't recognise it - Catch exceptions to make sure files don't get moved permanently. - Update POM using dom4j instead of JSL - no more formatting issues. - Support :local: CVS paths - Update changes.xml version and release date on prepare. - Use developerConnection first, then standard connection when parsing connection from POM. - - - Apply MAVEN-834. Support for scm delimiters other than ':' - Turn off pretty printing to fix MAVEN-769 - random spaces added to project.xml. - Add new versions to bottom of list instead of top to follow convention. - - - Initial creation - support for CVS. - - -