You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by jr...@apache.org on 2003/01/15 17:33:29 UTC

cvs commit: jakarta-cactus/Eclipse-Plugin build.properties.sample

jruaux      2003/01/15 08:33:29

  Modified:    Eclipse-Plugin build.properties.sample
  Log:
  Added separate jar references to the build
  
  Revision  Changes    Path
  1.2       +30 -1     jakarta-cactus/Eclipse-Plugin/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/Eclipse-Plugin/build.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties.sample	30 Dec 2002 21:25:06 -0000	1.1
  +++ build.properties.sample	15 Jan 2003 16:33:29 -0000	1.2
  @@ -14,7 +14,7 @@
   # -----------------------------------------------------------------------------
   
   # Location of Eclipse.
  -eclipse.home = c:/apps/eclipse2.1M4
  +eclipse.home = D:/dev/eclipse-M4
   
   # Locations of Eclipse dependent plugin jars
   
  @@ -33,3 +33,32 @@
   eclipse.ant.core.jar = ${eclipse.home}/plugins/org.eclipse.ant.core_2.1.0/antsupport.jar
   eclipse.ui.workbench.jar = ${eclipse.home}/plugins/org.eclipse.ui.workbench_2.1.0/workbench.jar
   
  +# Location of all jars. Note: This is not a mandatory property. It is only
  +# used here so that it can be reused when defining the location of all the jars
  +# below. You do not have to put all the external jars in a single location.
  +lib.repo = D:/dev/cactus/jakarta-cactus-13-1.4b1/lib
  +
  +# Location of the Servlet API jar (it is needed because we want to copy it
  +# in the Cactus distribution).
  +servlet.jar = ${lib.repo}/servletapi-2.3.jar
  +# Location of the Servlet API jar (it is needed because we want to copy it
  +# in the Cactus distribution).
  +servlet.jar = ${lib.repo}/servletapi-2.3.jar
  +
  +# The location of the Commons Logging jar
  +commons.logging.jar = ${lib.repo}/commons-logging-1.0.jar
  +
  +# The location of the log4j jar
  +log4j.jar = ${lib.repo}/log4j-1.2.5.jar
  +
  +# The location of the Commons Httpclient jar
  +commons.httpclient.jar = ${lib.repo}/commons-httpclient.jar
  +
  +# The location of the Httpunit jar
  +httpunit.jar = ${lib.repo}/httpunit-1.4.1.jar
  +
  +# The location of the AspectJ runtime jar
  +aspectjrt.jar = ${lib.repo}/aspectjrt-1.0.5.jar
  +
  +# The location of the Junit jar
  +junit.jar = D:/dev/cactus/jars/junit-3.7.jar
  
  
  

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