You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-dev@jakarta.apache.org by hc...@apache.org on 2005/01/29 11:15:23 UTC

cvs commit: jakarta-turbine-jcs/sandbox/yajcache/nbproject project.properties

hchar       2005/01/29 02:15:23

  Modified:    sandbox/yajcache/nbproject project.properties
  Log:
  upgrade beanutils; use library to allow source attach
  
  Revision  Changes    Path
  1.2       +4 -8      jakarta-turbine-jcs/sandbox/yajcache/nbproject/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/sandbox/yajcache/nbproject/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	22 Jan 2005 21:33:28 -0000	1.1
  +++ project.properties	29 Jan 2005 10:15:23 -0000	1.2
  @@ -15,17 +15,10 @@
   dist.dir=dist
   dist.jar=${dist.dir}/yajcache.jar
   dist.javadoc.dir=${dist.dir}/javadoc
  -file.reference.commons-beanutils-1.6.1.jar=lib/commons-beanutils-1.6.1.jar
  -file.reference.commons-collections-3.1.jar=lib/commons-collections-3.1.jar
  -file.reference.commons-lang-2.0.jar=lib/commons-lang-2.0.jar
  -file.reference.commons-logging-1.0.3.jar=lib/commons-logging-1.0.3.jar
   file.reference.log4j-1.2.8.jar=lib/log4j-1.2.8.jar
   jar.compress=true
   javac.classpath=\
  -    ${file.reference.commons-beanutils-1.6.1.jar};\
  -    ${file.reference.commons-collections-3.1.jar};\
  -    ${file.reference.commons-lang-2.0.jar};\
  -    ${file.reference.commons-logging-1.0.3.jar}
  +    ${libs.yajcache.classpath}
   # Space-separated list of extra javac options
   javac.compilerargs=-Xlint:unchecked
   javac.deprecation=true
  @@ -45,6 +38,9 @@
   javadoc.use=true
   javadoc.version=true
   javadoc.windowtitle=
  +# Property libs.yajcache.classpath is set here just to make sharing of project simpler.
  +# The library definition has always preference over this property.
  +libs.yajcache.classpath=lib/commons-beanutils-core-1.7.0.jar;lib/commons-collections-3.1.jar;lib/commons-lang-2.0.jar;lib/commons-logging-1.0.3.jar;lib/junit-3.8.1.jar
   platform.active=Java_HotSpot_TM__Client_VM_1.5.0_01-b08
   run.classpath=\
       ${javac.classpath}:\
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-jcs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-jcs-dev-help@jakarta.apache.org