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/22 11:22:31 UTC

cvs commit: avalon/merlin/activation/api build.xml project.properties

mcconnell    2004/03/22 02:22:31

  Modified:    merlin/activation/impl project.properties
  Added:       merlin/activation/api build.xml project.properties
  Log:
  Add gump resources.
  
  Revision  Changes    Path
  1.3       +6 -1      avalon/merlin/activation/impl/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/activation/impl/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties	10 Feb 2004 16:19:14 -0000	1.2
  +++ project.properties	22 Mar 2004 10:22:31 -0000	1.3
  @@ -5,6 +5,11 @@
   avalon.artifact.factory = org.apache.avalon.activation.impl.DefaultRuntime
   
   maven.junit.fork=false
  -
   maven.junit.sysproperties=java.security.policy
   java.security.policy=${basedir}/src/test/conf/security.policy
  +
  +#
  +# gump
  +project.name = avalon-activation-impl
  +avalon.buildsystem = ${basedir}/../../../buildsystem
  +
  
  
  
  1.1                  avalon/merlin/activation/api/build.xml
  
  Index: build.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  
  <project default="warning" name="Gump Build Support" basedir=".">
  
      <property file="${basedir}/project.properties"/>
      <property file="${basedir}/../project.properties"/>
  
      <target name="need-for-common-build" unless="avalon.buildsystem.available">
  <fail>
  ===================================================================
  BUILD SYSTEM FAILURE!
  ===================================================================
  
  a required file, ${avalon.buildsystem}/maven-common-gump-build.xml,
  cannot be found. Try setting the avalon.buildsystem property in
  project.properties to the correct location.
  </fail>
      </target>
  
  
      <target name="delegate">
          <available file="${avalon.buildsystem}/maven-common-gump-build.xml"
                  property="avalon.buildsystem.available"/>
          <antcall target="need-for-common-build"/>
  
          <ant inheritRefs="true" target="avalon:${target}" 
             antfile="${avalon.buildsystem}/maven-common-gump-build.xml" inheritAll="true"/>
      </target>
  
      <target name="warning">
          <antcall target="delegate">
              <param name="target" value="warning"/>
          </antcall>
      </target>
  
      <target name="jar">
          <antcall target="delegate">
              <param name="target" value="jar"/>
          </antcall>
      </target>
  
      <target name="javadocs">
          <antcall target="delegate">
              <param name="target" value="javadocs"/>
          </antcall>
      </target>
  
      <target name="dist">
          <antcall target="delegate">
              <param name="target" value="dist"/>
          </antcall>
      </target>
  
  </project>
  
  
  
  1.1                  avalon/merlin/activation/api/project.properties
  
  Index: project.properties
  ===================================================================
  
  project.name = avalon-activation-api
  
  avalon.buildsystem = ${basedir}/../../../buildsystem
  
  
  

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