Changeset 2636 for trunk/pfixcore/prj.el

Show
Ignore:
Timestamp:
03/29/06 12:23:53 (6 years ago)
Author:
jenstl
Message:

big move of example=>projects

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pfixcore/prj.el

    r2635 r2636  
    11(jde-project-file-version "1.0") 
    22(jde-set-variables 
    3  '(jde-global-classpath (quote ("./build" "./res" "./lib" "./example/servletconf/tomcat/common/lib/servlet-api.jar" "./target/test-classes"))) 
     3 '(jde-global-classpath (quote ("./build" "./res" "./lib" "./projects/servletconf/tomcat/common/lib/servlet-api.jar" "./target/test-classes"))) 
    44 '(jde-run-working-directory "./") 
    55 '(jde-compile-option-directory "./build")