kimptoc     02/04/05 02:02:35

  Modified:    .        project.properties
  Log:
  make the maven build use the correct lib.repo throughout
  
  Revision  Changes    Path
  1.3       +2 -0      jakarta-jetspeed/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties        4 Apr 2002 21:18:19 -0000       1.2
  +++ project.properties        5 Apr 2002 10:02:35 -0000       1.3
  @@ -5,7 +5,9 @@
   #set this in your ${user.home}/build.properties rather than here
   #maven.home = ${user.home}/maven
   
  +#This is needed to make the old build.xml files use the new directories, if called 
via maven
   build.dir = target
  +lib.dir = ${lib.repo}
   
   compile.debug = on
   compile.optimize = off
  
  
  

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

Reply via email to