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 2004/03/24 15:54:25 UTC

cvs commit: avalon/repository maven.xml project.properties

mcconnell    2004/03/24 06:54:25

  Modified:    repository maven.xml project.properties
  Log:
  Updates related to maven RC2.
  
  Revision  Changes    Path
  1.17      +8 -12     avalon/repository/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/repository/maven.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- maven.xml	22 Feb 2004 19:10:35 -0000	1.16
  +++ maven.xml	24 Mar 2004 14:54:25 -0000	1.17
  @@ -2,6 +2,14 @@
   
     <!--
     ==============================================================================
  +  properties 
  +  ==============================================================================
  +  -->
  +
  +  <ant:property file="project.properties"/>
  +
  +  <!--
  +  ==============================================================================
     switches 
     ==============================================================================
     -->
  @@ -41,18 +49,6 @@
       value="${maven.dist.assembly.dir}/src/${pom.artifactId}"/>
     <ant:property name="maven.dist.dir"
       value="${maven.build.dir}/distributions"/>
  -
  -  <!--
  -  ==============================================================================
  -  structural properties 
  -  ==============================================================================
  -  -->
  -
  -  <ant:property file="project.properties"/>
  -  <ant:property name="pom.specificationVersion" value="1.2"/>
  -  <ant:property name="pom.organization.identifier" value="ASF"/>
  -  <ant:property name="maven.docs.src" value="${basedir}/site/xdocs"/>
  -  <ant:property file="project.properties"/>
   
     <!--
     ==============================================================================
  
  
  
  1.5       +12 -0     avalon/repository/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/avalon/repository/project.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.properties	17 Feb 2004 11:06:17 -0000	1.4
  +++ project.properties	24 Mar 2004 14:54:25 -0000	1.5
  @@ -1,3 +1,15 @@
  +#
  +# structural properties
  +#
  +
  +maven.docs.src = ${basedir}/site/xdocs
  +
  +#
  +# artifact properties
  +
  +pom.specificationVersion = 1.2
  +pom.organization.identifier = ASF
  +
   
   #
   # Banner background and foreground colors.
  
  
  

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