Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 39761 invoked from network); 21 Sep 2004 20:42:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Sep 2004 20:42:28 -0000 Received: (qmail 58339 invoked by uid 500); 21 Sep 2004 20:42:27 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 58304 invoked by uid 500); 21 Sep 2004 20:42:26 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 58291 invoked by uid 99); 21 Sep 2004 20:42:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [203.59.3.34] (HELO mail.iinet.net.au) (203.59.3.34) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 21 Sep 2004 13:42:25 -0700 Received: (qmail 13093 invoked from network); 21 Sep 2004 20:42:18 -0000 Received: from unknown (HELO ?127.0.0.1?) (203.217.65.152) by mail.iinet.net.au with SMTP; 21 Sep 2004 20:42:15 -0000 Message-ID: <41509225.9080506@apache.org> Date: Wed, 22 Sep 2004 06:42:13 +1000 From: Brett Porter Reply-To: brett@apache.org User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maven Developers List Subject: Re: cvs commit: maven-plugins/xdoc/xdocs changes.xml References: <262c6c68040921122844f8d7fa@mail.gmail.com> In-Reply-To: <262c6c68040921122844f8d7fa@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N "This should remain backwards compatible with 1.0.x, with the = exception of ChangeLog - there is a >> TODO to resolve this." > I don't intend to break backwards compat. Anyway, the releases for 1.0.x will be limited to bugfixes - so plugin maintainers can branch from the last release. I will post more info tonight. - Brett Arnaud HERITIER wrote: >Hi Brett, > >Shouldn't we create a branch on maven plugins ? >Don't we have some problems to maintain a compatibility with maven 1.0.X = >and 1.1 at the same time in the future ? > >Arnaud > > > >>-----Message d'origine----- >>De=A0: brett@apache.org [mailto:brett@apache.org] >>Envoy=E9=A0: mardi 21 septembre 2004 15:48 >>=C0=A0: maven-plugins-cvs@apache.org >>Objet=A0: cvs commit: maven-plugins/xdoc/xdocs changes.xml >>=20 >>brett 2004/09/21 06:47:53 >>=20 >> Modified: changelog project.xml >> changelog/src/main/org/apache/maven/cvslib >> CvsChangeLogGenerator.java >> changelog/src/test/org/apache/maven/cvslib >> CvsChangeLogGeneratorTest.java >> changelog/src/test/org/apache/maven/perforcelib >> PerforceChangeLogGeneratorTest.java >> changelog/xdocs changes.xml >> dist project.xml >> dist/xdocs changes.xml >> linkcheck project.xml >> linkcheck/xdocs changes.xml >> multiproject project.xml >> multiproject/xdocs changes.xml >> xdoc project.xml >> xdoc/src/main/org/apache/maven DescribedDependency.java >> xdoc/xdocs changes.xml >> Log: >> use maven-model-1.1-SNAPSHOT >> This should remain backwards compatible with 1.0.x, with the = >> >> >exception of ChangeLog - there is a > > >>TODO to resolve this. >>=20 >> Revision Changes Path >> 1.52 +9 -5 maven-plugins/changelog/project.xml >>=20 >> Index: project.xml >> = >> >> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >> RCS file: /home/cvs/maven-plugins/changelog/project.xml,v >> retrieving revision 1.51 >> retrieving revision 1.52 >> diff -u -r1.51 -r1.52 >> --- project.xml 15 Jul 2004 00:27:45 -0000 1.51 >> +++ project.xml 21 Sep 2004 13:47:52 -0000 1.52 >> @@ -23,9 +23,8 @@ >> 3 >> maven-changelog-plugin >> Maven Changelog Plugin >> - 1.7.2-SNAPSHOT >> - >> - Produce SCM changelog = >> >> >reports > > >> + 1.8-SNAPSHOT >> + Produce SCM changelog reports. Requires Maven = >> >> >1.1. > > >> http://maven.apache.org/reference/plugins/changelog/ >> = >> >> >http://jira.codehaus.org/browse/MPCHANGELOGingUrl> > > >> = >> >> >/www/maven.apache.org/reference/plugins/changelog/rectory> > > >> @@ -125,7 +124,7 @@ >> >> commons-jelly >> commons-jelly-tags-xml >> - 20040613.030723 >> + 1.0 >> http://jakarta.apache.org/commons/jelly/libs/xml/ >> >> >> @@ -153,7 +152,12 @@ >> >> maven >> maven >> - 1.0 >> + 1.1-SNAPSHOT >> + >> + >> + maven >> + maven-model >> + 1.1-SNAPSHOT >> >> > > >>=20 >>=20 >>=20 >>=20 >> 1.11 +3 -2 maven- >>= >> >> >plugins/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogGenerator.= >java > > >>=20 >> Index: CvsChangeLogGenerator.java >> = >> >> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >> RCS file: /home/cvs/maven- >>= >> >> >plugins/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogGenerator.= >java,v > > >> retrieving revision 1.10 >> retrieving revision 1.11 >> diff -u -r1.10 -r1.11 >> --- CvsChangeLogGenerator.java 2 Mar 2004 15:00:18 -0000 1.10 >> +++ CvsChangeLogGenerator.java 21 Sep 2004 13:47:52 -0000 1.11 >> @@ -29,7 +29,8 @@ >> import org.apache.commons.logging.LogFactory; >> import org.apache.maven.changelog.AbstractChangeLogGenerator; >> import org.apache.maven.changelog.ChangeLogParser; >> -import org.apache.maven.project.Repository; >> +// TODO: use maven-scm for this, remove dep on Maven 1.1 >> +import org.apache.maven.project.RepositoryUtils; >> import org.apache.maven.util.AsyncStreamReader; >> import org.apache.tools.ant.types.Commandline; >>=20 >> @@ -122,7 +123,7 @@ >> */ >> protected Commandline getScmLogCommand() >> { >> - String tokens[] =3D = >> >> >Repository.splitSCMConnection(getConnection()); > > >> + String tokens[] =3D = >> >> >RepositoryUtils.splitSCMConnection(getConnection()); > > >>=20 >> if (!tokens[POS_SCM_TYPE].equals("cvs")) >> { >>=20 >>=20 >>=20 >> 1.10 +5 -4 maven- >>= >> >> >plugins/changelog/src/test/org/apache/maven/cvslib/CvsChangeLogGeneratorT= >est.java > > >>=20 >> Index: CvsChangeLogGeneratorTest.java >> = >> >> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >> RCS file: /home/cvs/maven- >>= >> >> >plugins/changelog/src/test/org/apache/maven/cvslib/CvsChangeLogGeneratorT= >est.java,v > > >> retrieving revision 1.9 >> retrieving revision 1.10 >> diff -u -r1.9 -r1.10 >> --- CvsChangeLogGeneratorTest.java 2 Mar 2004 15:00:19 -0000 1.9 >> +++ CvsChangeLogGeneratorTest.java 21 Sep 2004 13:47:52 -0000 1.10 >> @@ -18,7 +18,8 @@ >> */ >>=20 >>=20 >> -import org.apache.maven.project.Repository; >> +// TODO: use maven-scm >> +import org.apache.maven.project.RepositoryUtils; >> import org.apache.maven.util.EnhancedStringTokenizer; >> import org.apache.tools.ant.types.Commandline; >>=20 >> @@ -107,7 +108,7 @@ >>=20 >> public void testParse(Test test) throws Throwable >> { >> - String[] expected =3D Repository.tokenizerToArray(new = >> >> >EnhancedStringTokenizer(test.args, > > >>"|")); >> + String[] expected =3D RepositoryUtils.tokenizerToArray(new >>EnhancedStringTokenizer(test.args, "|")); >>=20 >> ExposeGenerator eg =3D new ExposeGenerator(); >> try >>=20 >>=20 >>=20 >> 1.3 +3 -2 maven- >>= >> >> >plugins/changelog/src/test/org/apache/maven/perforcelib/PerforceChangeLog= >GeneratorTest.java > > >>=20 >> Index: PerforceChangeLogGeneratorTest.java >> = >> >> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >> RCS file: /home/cvs/maven- >>= >> >> >plugins/changelog/src/test/org/apache/maven/perforcelib/PerforceChangeLog= >GeneratorTest.java,v > > >> retrieving revision 1.2 >> retrieving revision 1.3 >> diff -u -r1.2 -r1.3 >> --- PerforceChangeLogGeneratorTest.java 2 Mar 2004 15:00:19 -0000 = >> >> >1.2 > > >> +++ PerforceChangeLogGeneratorTest.java 21 Sep 2004 13:47:52 -0000 = >> >> >1.3 > > >> @@ -17,7 +17,8 @@ >> * = >> >> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >> */ >>=20 >> -import org.apache.maven.project.Repository; >> +// TODO: use maven-scm >> +import org.apache.maven.project.RepositoryUtils; >> import org.apache.maven.util.EnhancedStringTokenizer; >> import org.apache.tools.ant.types.Commandline; >>=20 >> @@ -74,7 +75,7 @@ >>=20 >> public void testParse(Test test) throws Throwable >> { >> - String[] expected =3D Repository.tokenizerToArray(new = >> >> >EnhancedStringTokenizer(test.args, > > >>"|")); >> + String[] expected =3D RepositoryUtils.tokenizerToArray(new >>EnhancedStringTokenizer(test.args, "|")); >>=20 >> PerforceChangeLogGenerator eg =3D new = >> >> >PerforceChangeLogGenerator(); > > >> try { >>=20 >>=20 >>=20 >> 1.42 +2 -1 maven-plugins/changelog/xdocs/changes.xml >>=20 >> Index: changes.xml >> = >> >> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >> RCS file: /home/cvs/maven-plugins/changelog/xdocs/changes.xml,v >> retrieving revision 1.41 >> retrieving revision 1.42 >> diff -u -r1.41 -r1.42 >> --- changes.xml 26 Jul 2004 02:39:28 -0000 1.41 >> +++ changes.xml 21 Sep 2004 13:47:52 -0000 1.42 >> @@ -25,7 +25,8 @@ >> Emmanuel = >> >> >Venisse > > >> >> >> - >> + >> + Upgrade to Maven 1.1 = >> >> >libraries. > > >> >> >> > >> >due-to=3D"Matt Read">changelog.xml > > >>author tag in Clearcase contains developer.id. >>=20 >>=20 >>=20 >> 1.38 +6 -0 maven-plugins/dist/project.xml >>=20 >> Index: project.xml >> = >> >> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >> RCS file: /home/cvs/maven-plugins/dist/project.xml,v >> retrieving revision 1.37 >> retrieving revision 1.38 >> diff -u -r1.37 -r1.38 >> --- project.xml 3 Jul 2004 18:02:09 -0000 1.37 >> +++ project.xml 21 Sep 2004 13:47:52 -0000 1.38 >> @@ -87,5 +87,11 @@ >> maven >> 1.0 >> >> + >> + >> + maven >> + maven-model >> + 1.1-SNAPSHOT >> + >> >> >>=20 >>=20 >>=20 >> 1.22 +1 -0 maven-plugins/dist/xdocs/changes.xml >>=20 >> Index: changes.xml >> = >> >> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >> RCS file: /home/cvs/maven-plugins/dist/xdocs/changes.xml,v >> retrieving revision 1.21 >> retrieving revision 1.22 >> diff -u -r1.21 -r1.22 >> --- changes.xml 27 Aug 2004 11:15:05 -0000 1.21 >> +++ changes.xml 21 Sep 2004 13:47:52 -0000 1.22 >> @@ -25,6 +25,7 @@ >> >> >> >> + Make compatible with = >> >> >Maven 1.1 > > >> Added >>maven.dist.bin.artifact property. >> Don't generate ant = >> >> >build file, call maven-ant-plugin > > >>before or set a preGoal >> Add NOTICE file to = >> >> >distribution > > >>=20 >>=20 >>=20 >> 1.56 +8 -3 maven-plugins/linkcheck/project.xml >>=20 >> Index: project.xml >> = >> >> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >> RCS file: /home/cvs/maven-plugins/linkcheck/project.xml,v >> retrieving revision 1.55 >> retrieving revision 1.56 >> diff -u -r1.55 -r1.56 >> --- project.xml 2 Sep 2004 01:29:37 -0000 1.55 >> +++ project.xml 21 Sep 2004 13:47:52 -0000 1.56 >> @@ -106,13 +106,13 @@ >> >> commons-jelly >> commons-jelly-tags-xml >> - 20030211.142705 >> + 1.0 >> http://jakarta.apache.org/commons/jelly/libs/xml/ >> >> >> commons-jelly >> commons-jelly-tags-ant >> - 20040902.000000 >> + 1.0 >> http://jakarta.apache.org/commons/jelly/libs/ant/ >> >> >> @@ -123,7 +123,12 @@ >> >> maven >> maven-jelly-tags >> - 1.0 >> + 1.1-SNAPSHOT >> + >> + >> + maven >> + maven-model >> + 1.1-SNAPSHOT >> >> >> >>=20 >>=20 >>=20 >> 1.26 +1 -0 maven-plugins/linkcheck/xdocs/changes.xml >>=20 >> Index: changes.xml >> = >> >> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >> RCS file: /home/cvs/maven-plugins/linkcheck/xdocs/changes.xml,v >> retrieving revision 1.25 >> retrieving revision 1.26 >> diff -u -r1.25 -r1.26 >> --- changes.xml 18 Aug 2004 20:15:32 -0000 1.25 >> +++ changes.xml 21 Sep 2004 13:47:52 -0000 1.26 >> @@ -26,6 +26,7 @@ >> >> >> >> + Make compatible with = >> >> >Maven 1.1 > > >> Some performance = >> >> >improvements > > >> > >> >due-to=3D"Stephane Mikaty">Use > > >>BufferedInputStream in FileToCheck >> Set links as invalid on = >> >> >unknown errors > > >>=20 >>=20 >>=20 >> 1.33 +6 -0 maven-plugins/multiproject/project.xml >>=20 >> Index: project.xml >> = >> >> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >> RCS file: /home/cvs/maven-plugins/multiproject/project.xml,v >> retrieving revision 1.32 >> retrieving revision 1.33 >> diff -u -r1.32 -r1.33 >> --- project.xml 15 Jul 2004 00:22:54 -0000 1.32 >> +++ project.xml 21 Sep 2004 13:47:53 -0000 1.33 >> @@ -110,5 +110,11 @@ >> jar >> 1.0 >> >> + >> + maven >> + maven-model >> + jar >> + 1.1-SNAPSHOT >> + >> >> >>=20 >>=20 >>=20 >> 1.30 +1 -0 maven-plugins/multiproject/xdocs/changes.xml >>=20 >> Index: changes.xml >> = >> >> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >> RCS file: /home/cvs/maven-plugins/multiproject/xdocs/changes.xml,v >> retrieving revision 1.29 >> retrieving revision 1.30 >> diff -u -r1.29 -r1.30 >> --- changes.xml 6 Aug 2004 21:09:51 -0000 1.29 >> +++ changes.xml 21 Sep 2004 13:47:53 -0000 1.30 >> @@ -26,6 +26,7 @@ >> >> >> >> + Make compatible with = >> >> >Maven 1.1 > > >> > >> >issue=3D"MPMULTIPROJECT-41">Document multiproject dependency > > >>convergence report >> > >> >issue=3D"MPMULTIPROJECT-33">Add multiproject:site- > > >>deploy >> Deprecate dependency = >> >> >handle > > >>=20 >>=20 >>=20 >> 1.61 +8 -3 maven-plugins/xdoc/project.xml >>=20 >> Index: project.xml >> = >> >> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >> RCS file: /home/cvs/maven-plugins/xdoc/project.xml,v >> retrieving revision 1.60 >> retrieving revision 1.61 >> diff -u -r1.60 -r1.61 >> --- project.xml 13 Jul 2004 12:18:59 -0000 1.60 >> +++ project.xml 21 Sep 2004 13:47:53 -0000 1.61 >> @@ -144,7 +144,7 @@ >> >> commons-jelly >> commons-jelly >> - 20030902.160215 >> + 1.0-beta-4 >> >> >> commons-jelly >> @@ -164,7 +164,7 @@ >> >> commons-jelly >> commons-jelly-tags-xml >> - 20040613.030723 >> + 1.0 >> http://jakarta.apache.org/commons/jelly/libs/xml/ >> >> >> @@ -175,7 +175,12 @@ >> >> maven >> maven >> - 1.0-rc2 >> + 1.0 >> + >> + >> + maven >> + maven-model >> + 1.1-SNAPSHOT >> >> >> velocity >>=20 >>=20 >>=20 >> 1.5 +1 -13 = >> >> >maven-plugins/xdoc/src/main/org/apache/maven/DescribedDependency.java > > >>=20 >> Index: DescribedDependency.java >> = >> >> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >> RCS file: = >> >> >/home/cvs/maven-plugins/xdoc/src/main/org/apache/maven/DescribedDependenc= >y.java,v > > >> retrieving revision 1.4 >> retrieving revision 1.5 >> diff -u -r1.4 -r1.5 >> --- DescribedDependency.java 6 Jun 2004 02:57:26 -0000 1.4 >> +++ DescribedDependency.java 21 Sep 2004 13:47:53 -0000 1.5 >> @@ -159,18 +159,6 @@ >> } >>=20 >> /** >> - * Dependency's name property getter. >> - * >> - * @return dependency's name. >> - * >> - * @see Dependency#getName() >> - */ >> - public String getName() >> - { >> - return dependency.getName(); >> - } >> - >> - /** >> * Dependency's type property getter. >> * >> * @return dependency's type. >>=20 >>=20 >>=20 >> 1.65 +1 -0 maven-plugins/xdoc/xdocs/changes.xml >>=20 >> Index: changes.xml >> = >> >> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >> RCS file: /home/cvs/maven-plugins/xdoc/xdocs/changes.xml,v >> retrieving revision 1.64 >> retrieving revision 1.65 >> diff -u -r1.64 -r1.65 >> --- changes.xml 16 Sep 2004 23:18:59 -0000 1.64 >> +++ changes.xml 21 Sep 2004 13:47:53 -0000 1.65 >> @@ -27,6 +27,7 @@ >> >> >> >> + Make compatible with = >> >> >Maven 1.1 > > >> > >> >due-to=3D"Dennis Lundberg">Show > > >>version if maven.xdoc.date=3Dright >> > >> >due-to=3D"Brent Worden">Allow header > > >>images and links to use relative paths >> Added = >> >> >dt css style > > >>=20 >>=20 >>=20 >>=20 >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org >>For additional commands, e-mail: dev-help@maven.apache.org >>=20 >>=20 >>=20 >>#=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D gPopper Menu = >> >> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D# > > >>Delete from Gmail inbox: mailto:del|ff214443ae33c47@gPopper >>Mark message as unread: mailto:unr|ff214443ae33c47@gPopper >>Mark message as read: mailto:rea|ff214443ae33c47@gPopper >> >> > >--------------------------------------------------------------------- >To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org >For additional commands, e-mail: dev-help@maven.apache.org > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org