mcconnell    2003/01/27 14:52:03

  Modified:    converter build.xml default.properties
  Log:
  Added framework to dependecies.
  
  Revision  Changes    Path
  1.12      +2 -0      jakarta-avalon-excalibur/converter/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/converter/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml 10 Aug 2002 21:14:34 -0000      1.11
  +++ build.xml 27 Jan 2003 22:52:03 -0000      1.12
  @@ -13,6 +13,7 @@
       <path id="project.class.path">
           <pathelement location="${build.classes}"/>
           <pathelement location="${checkstyle.jar}"/>
  +        <pathelement location="${avalon-framework.jar}"/>
           <pathelement location="${excalibur-i18n.jar}"/>
           <pathelement path="${java.class.path}"/>
       </path>
  @@ -33,6 +34,7 @@
       <target name="rebuild" depends="clean,main" description="Rebuild the project"/>
   
       <target name="dependencies" description="Check dependencies" 
unless="skip.dependencies">
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkFramework"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkCommon"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkI18N"/>
       </target>
  
  
  
  1.5       +5 -0      jakarta-avalon-excalibur/converter/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/converter/default.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- default.properties        1 Aug 2002 22:25:33 -0000       1.4
  +++ default.properties        27 Jan 2003 22:52:03 -0000      1.5
  @@ -16,6 +16,11 @@
   #                REQUIRED LIBRARIES
   # --------------------------------------------------
   
  +# ----- Avalon Framework, version 4.1 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 i18n, version 1.0 or later -----
   excalibur-i18n.home=${basedir}/../i18n/dist
   excalibur-i18n.lib=${excalibur-i18n.home}
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to