root/branches/stable-2008-03-12/pfixcore/prj.el

Revision 2636, 463 bytes (checked in by jenstl, 3 years ago)

big move of example=>projects

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 (jde-project-file-version "1.0")
2 (jde-set-variables
3  '(jde-global-classpath (quote ("./build" "./res" "./lib" "./projects/servletconf/tomcat/common/lib/servlet-api.jar" "./target/test-classes")))
4  '(jde-run-working-directory "./")
5  '(jde-compile-option-directory "./build")
6  '(jde-sourcepath (quote ("./src" "./gensrc" "./tests/junit" "${JAVA_HOME}/src.zip")))
7  '(jde-ant-working-directory (jde-normalize-path "./"))
8  '(jde-built-class-path (quote ("./build"))))
Note: See TracBrowser for help on using the browser.