You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by sa...@apache.org on 2002/01/29 03:11:34 UTC

cvs commit: jakarta-alexandria/proposal/vindico vindico.build.properties build.xml alexandria.build.properties

sanders     02/01/28 18:11:33

  Modified:    proposal/vindico build.xml
  Added:       proposal/vindico vindico.build.properties
  Removed:     proposal/vindico alexandria.build.properties
  Log:
  Minor changes.
  
  Revision  Changes    Path
  1.2       +4 -4      jakarta-alexandria/proposal/vindico/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/vindico/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	28 Jan 2002 12:45:33 -0000	1.1
  +++ build.xml	29 Jan 2002 02:11:33 -0000	1.2
  @@ -2,13 +2,13 @@
   
   <!--
     Jakarta Vindico (Alexandria)
  -  $Id: build.xml,v 1.1 2002/01/28 12:45:33 sanders Exp $
  +  $Id: build.xml,v 1.2 2002/01/29 02:11:33 sanders Exp $
   -->
   
     <!-- User's overrides to existing properties -->
  -  <property file="${user.home}/.alexandria.build.properties"/>
  +  <property file="${user.home}/vindico.build.properties"/>
     <!-- local properties -->
  -  <property file="alexandria.build.properties"/>
  +  <property file="vindico.build.properties"/>
   
   
   
  @@ -167,7 +167,7 @@
   
     <target name="test.alexandria" depends="compile.tests">
       <echo message="junit.jar=${junit.jar}"/>
  -    <echo message="Running Alexandria tests ..."/>
  +    <echo message="Running Vindico tests ..."/>
       <java classname="${test.runner}" fork="yes"
           failonerror="${test.failonerror}">
         <arg value="org.apache.alexandria.AlexandriaTestCase"/>
  
  
  
  1.1                  jakarta-alexandria/proposal/vindico/vindico.build.properties
  
  Index: vindico.build.properties
  ===================================================================
  vindico.profile=${basedir}\\src\\xml\\vindico.xml
  
  
  commons.home=/dev/jakarta-commons
  commons-beanutils.jar=${commons.home}/beanutils/dist/commons-beanutils.jar
  commons-collections.jar=${commons.home}/collections/dist/commons-collections.jar
  commons-digester.jar=${commons.home}/digester/dist/commons-digester.jar
  commons-io.jar=${commons.home}/../jakarta-commons-sandbox/io/dist/commons-io.jar
  commons-logging.jar=${commons.home}/logging/dist/commons-logging.jar
  
  cvsclient.jar=lib/cvslib.jar
  
  jaxp.jar=/lib/java_xml_pack-winter-01-dev/jaxp-1.2-ea1/xerces.jar
  
  junit.home=/lib/junit3.7
  junit.jar=${junit.home}/junit.jar
  
  log4j.jar=/lib/jakarta-log4j-1.1.3/dist/lib/log4j.jar
  
  component.name=vindico
  component.version=2.0-dev
  component.package=org.apache.alexandria
  component.title=Vindico
  
  build.home=target
  conf.home=src/conf
  source.home=src/java
  dist.home=dist
  test.home=src/test
  
  compile.debug=true
  compile.deprecation=true
  compile.optimize=true
  
  test.failonerror=true
  test.runner=junit.textui.TestRunner
  
  
  

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