You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/09/10 13:52:23 UTC

cvs commit: avalon-sandbox/meta/plugin project.xml

mcconnell    2003/09/10 04:52:23

  Modified:    meta     maven.xml
               meta/plugin project.xml
  Log:
  Update dist build to ensure that the plugin is bundled.
  
  Revision  Changes    Path
  1.7       +5 -2      avalon-sandbox/meta/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/meta/maven.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- maven.xml	9 Sep 2003 22:20:58 -0000	1.6
  +++ maven.xml	10 Sep 2003 11:52:23 -0000	1.7
  @@ -1,5 +1,7 @@
   <project default="avalon:build"  xmlns:maven="jelly:maven" xmlns:j="jelly:core" xmlns:util="jelly:util" xmlns:ant="jelly:ant">
   
  +  <ant:property name="meta.plugin.version" value="1.1"/>
  +
     <ant:property name="maven.ui.banner.background" value="#fff"/>
     <ant:property name="maven.ui.banner.foreground" value="#000"/>
     <ant:property name="maven.xdoc.jsl" value="file:/${basedir}/../site/etc/site.jsl"/>
  @@ -42,6 +44,7 @@
     avalon:build
     avalon:build-snapshot
     avalon:dist
  +  avalon:plugin
     avalon:site
       </echo>
   
  @@ -89,7 +92,7 @@
       />
       <ant:copy todir="${maven.build.dir}">
         <ant:fileset dir="${basedir}/plugin/target">
  -        <ant:include name="${pom.artifactId}-plugin-${pom.currentVersion}.jar"/>
  +        <ant:include name="${pom.artifactId}-plugin-${meta.plugin.version}.jar"/>
         </ant:fileset>
       </ant:copy>
     </goal>
  @@ -131,7 +134,7 @@
           <ant:include name="${pom.artifactId}-spi-${pom.currentVersion}.jar"/>
           <ant:include name="${pom.artifactId}-impl-${pom.currentVersion}.jar"/>
           <ant:include name="${pom.artifactId}-tools-${pom.currentVersion}.jar"/>
  -        <ant:include name="${pom.artifactId}-plugin-${pom.currentVersion}.jar"/>
  +        <ant:include name="${pom.artifactId}-plugin-${meta.plugin.version}.jar"/>
         </ant:fileset>
         <ant:fileset dir="${basedir}/site/target">
           <ant:include name="docs/**"/>
  
  
  
  1.7       +1 -1      avalon-sandbox/meta/plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/meta/plugin/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	9 Sep 2003 22:00:43 -0000	1.6
  +++ project.xml	10 Sep 2003 11:52:23 -0000	1.7
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>avalon-meta-plugin</id>
     <name>Avalon Meta Plugin</name>
  -  <currentVersion>1.1-RC1</currentVersion>
  +  <currentVersion>1.1</currentVersion>
     <description>Avalon Plugin for Maven</description>
     <shortDescription>Avalon Plugin for Maven</shortDescription>
     <package>org.apache.avalon</package>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org