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/01/23 12:52:12 UTC

cvs commit: jakarta-avalon-excalibur/sourceresolve default.properties build.xml

mcconnell    2003/01/23 03:52:12

  Modified:    sourceresolve default.properties build.xml
  Log:
  Removed redundant dependency on excalibur-pool.
  
  Revision  Changes    Path
  1.11      +4 -9      jakarta-avalon-excalibur/sourceresolve/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/sourceresolve/default.properties,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- default.properties	16 Nov 2002 12:08:49 -0000	1.10
  +++ default.properties	23 Jan 2003 11:52:11 -0000	1.11
  @@ -9,22 +9,17 @@
   Name=Excalibur Source Resolve
   dir-name=source
   version=1.0
  -package-version=0.99
  +package-version=1.0
   year=2000-2002
   
   # --------------------------------------------------
   #                REQUIRED LIBRARIES
   # --------------------------------------------------
  -# ----- Avalon Framework, version 4.1 or later -----
  +# ----- Avalon Framework, version 4.1.3 or later -----
   avalon-framework.home=${basedir}/../../jakarta-avalon
   avalon-framework.lib=${avalon-framework.home}/target/lib
   avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar
   
  -# ----- Excalibur Pool, version 1.1 or later -----
  -excalibur-pool.home=${basedir}/../pool/dist
  -excalibur-pool.lib=${excalibur-pool.home}
  -excalibur-pool.jar=${excalibur-pool.lib}/excalibur-pool-1.1.jar
  -
   # --------------------------------------------------
   
   #  Settings used to configure compile environment
  @@ -65,10 +60,10 @@
   dist.javadocs = ${docs.dir}/api
   
   #  name of .zip/.tar.gz/.bz2 files and their top-level directory
  -dist.name = ${name}-${version}
  +dist.name = ${name}-${package-version}
   
   #  name of jar file
  -jar.name = ${name}-${version}.jar
  +jar.name = ${name}-${package-version}.jar
   
   #  property indicating directory where all distribution archives are placed
   dist.base = distributions
  
  
  
  1.25      +0 -2      jakarta-avalon-excalibur/sourceresolve/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/sourceresolve/build.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- build.xml	10 Aug 2002 21:14:35 -0000	1.24
  +++ build.xml	23 Jan 2003 11:52:12 -0000	1.25
  @@ -13,7 +13,6 @@
       <path id="project.class.path">
           <pathelement location="${build.classes}"/>
           <pathelement location="${avalon-framework.jar}"/>
  -        <pathelement location="${excalibur-pool.jar}"/>
           <pathelement location="${checkstyle.jar}"/>
           <pathelement path="${java.class.path}"/>
       </path>
  @@ -38,7 +37,6 @@
       <target name="dependencies" description="Check dependencies" unless="skip.dependencies">
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkCommon"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkFramework"/>
  -        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkPool"/>
       </target>
   
       <target name="dependencies-test" depends="dist-jar, dependencies"
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>