Return-Path: Delivered-To: apmail-avalon-cvs-archive@www.apache.org Received: (qmail 28163 invoked from network); 4 Oct 2003 11:51:27 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Oct 2003 11:51:27 -0000 Received: (qmail 28544 invoked by uid 500); 4 Oct 2003 11:51:24 -0000 Delivered-To: apmail-avalon-cvs-archive@avalon.apache.org Received: (qmail 28472 invoked by uid 500); 4 Oct 2003 11:51:24 -0000 Mailing-List: contact cvs-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list cvs@avalon.apache.org Received: (qmail 28459 invoked from network); 4 Oct 2003 11:51:24 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 4 Oct 2003 11:51:24 -0000 Received: (qmail 28144 invoked by uid 1438); 4 Oct 2003 11:51:25 -0000 Date: 4 Oct 2003 11:51:25 -0000 Message-ID: <20031004115125.28143.qmail@minotaur.apache.org> From: mcconnell@apache.org To: avalon-cvs@apache.org Subject: cvs commit: avalon/meta/tools/src/java/org/apache/avalon/meta/info/builder/tags TypeTag.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N mcconnell 2003/10/04 04:51:25 Modified: meta maven.xml project.xml meta/plugin project.xml meta/site/etc site.jsl meta/tools/src/java/org/apache/avalon/meta/info/builder/tags TypeTag.java Log: Update to support meta info generation under test classes. Revision Changes Path 1.2 +3 -3 avalon/meta/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/avalon/meta/maven.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- maven.xml 24 Sep 2003 08:14:55 -0000 1.1 +++ maven.xml 4 Oct 2003 11:51:25 -0000 1.2 @@ -1,6 +1,6 @@ - + - + @@ -44,7 +44,7 @@ avalon:build avalon:build-snapshot avalon:dist - avalon:plugin + avalon:plugin ---------- default goal avalon:site 1.3 +1 -1 avalon/meta/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/avalon/meta/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 24 Sep 2003 08:42:56 -0000 1.2 +++ project.xml 4 Oct 2003 11:51:25 -0000 1.3 @@ -5,7 +5,7 @@ Avalon Meta avalon-meta avalon-meta - 1.1 + 1.2-SNAPSHOT 2000 1.2 +1 -1 avalon/meta/plugin/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/avalon/meta/plugin/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 24 Sep 2003 08:15:52 -0000 1.1 +++ project.xml 4 Oct 2003 11:51:25 -0000 1.2 @@ -5,7 +5,7 @@ 3 avalon-meta-plugin Avalon Meta Plugin - 1.1 + 1.2-SNAPSHOT Avalon Plugin for Maven Avalon Plugin for Maven org.apache.avalon 1.2 +60 -2 avalon/meta/site/etc/site.jsl Index: site.jsl =================================================================== RCS file: /home/cvs/avalon/meta/site/etc/site.jsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- site.jsl 24 Sep 2003 08:15:55 -0000 1.1 +++ site.jsl 4 Oct 2003 11:51:25 -0000 1.2 @@ -1,5 +1,53 @@ - + + + + +
+ + + +
+ + + + @@ -95,6 +152,7 @@ + --> 1.2 +2 -2 avalon/meta/tools/src/java/org/apache/avalon/meta/info/builder/tags/TypeTag.java Index: TypeTag.java =================================================================== RCS file: /home/cvs/avalon/meta/tools/src/java/org/apache/avalon/meta/info/builder/tags/TypeTag.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- TypeTag.java 24 Sep 2003 08:16:18 -0000 1.1 +++ TypeTag.java 4 Oct 2003 11:51:25 -0000 1.2 @@ -165,6 +165,6 @@ private Version getVersion(DocletTag tag) { - return Version.getVersion( getNamedParameter( tag, VERSION_PARAM, "" ) ); + return Version.getVersion( getNamedParameter( tag, VERSION_PARAM, "1.0" ) ); } } --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org For additional commands, e-mail: cvs-help@avalon.apache.org