Changeset 2636
- Timestamp:
- 03/29/06 12:23:53 (6 years ago)
- Location:
- trunk/pfixcore
- Files:
-
- 5 modified
- 1 moved
-
ChangeLog (modified) (1 diff)
-
build.xml (modified) (1 diff)
-
prj.el (modified) (1 diff)
-
projects (moved) (moved from trunk/pfixcore/example)
-
skel/build-skel.xml (modified) (1 diff)
-
startTomcat.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pfixcore/ChangeLog
r2634 r2636 1 2006-03-29 Jens Lautenbacher <jtl@schlund.de> 2 3 * moved example => projects to finally come in line with what 4 everything else uses.... 5 * startTomcat.sh, skel/build-skel.xml, prj.el, build.xml: changed accordingly 6 1 7 2006-03-24 Sebastian Marsching <sebastian.marsching@1und1.de> 2 8 -
trunk/pfixcore/build.xml
r2618 r2636 7 7 <project name="pfixcore" default="all" basedir="."> 8 8 <!-- override properties --> 9 <property name="dir.projects" location=" example"/>9 <property name="dir.projects" location="projects"/> 10 10 <property name="dir.jni" location="jni"/> 11 11 <property name="exclude.examples" value="de/skelexamples/**/*.*"/> -
trunk/pfixcore/prj.el
r2635 r2636 1 1 (jde-project-file-version "1.0") 2 2 (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"))) 4 4 '(jde-run-working-directory "./") 5 5 '(jde-compile-option-directory "./build") -
trunk/pfixcore/skel/build-skel.xml
r2634 r2636 444 444 <apply executable="chmod" os="Linux"> 445 445 <arg line="a+x"/> 446 <!-- // TODO_AH 2004-12-08 take out if other fileset works okay447 <fileset dir="${basedir}" includes="apploader.sh newproject.sh startTomcat.sh bin/setClassPath.sh bin/setvars.sh projects/servletconf/tomcat/bin/catalina.sh projects/servletconf/tomcat/bin/setclasspath.sh example/checkfiles.sh example/servletconf/tomcat/bin/catalina.sh example/servletconf/tomcat/bin/setclasspath.sh"/>448 -->449 446 <fileset dir="${basedir}" includes="apploader.sh newproject.sh startTomcat.sh skel/apploader.sh skel/newproject.sh skel/startTomcat.sh bin/setClassPath.sh bin/setvars.sh stuff/**/*.sh stuff/**/bin/*"/> 450 447 <fileset dir="${dir.projects}" includes="**/*.sh"/> -
trunk/pfixcore/startTomcat.sh
r1317 r2636 17 17 echo "---------------------------" 18 18 19 cd ./ example/servletconf/tomcat/19 cd ./projects/servletconf/tomcat/ 20 20 LANG=C ./bin/catalina.sh $cmd 21 21
