Changeset 2636

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

big move of example=>projects

Location:
trunk/pfixcore
Files:
5 modified
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/pfixcore/ChangeLog

    r2634 r2636  
     12006-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 
    172006-03-24  Sebastian Marsching  <sebastian.marsching@1und1.de> 
    28 
  • trunk/pfixcore/build.xml

    r2618 r2636  
    77<project name="pfixcore" default="all" basedir="."> 
    88  <!-- override properties --> 
    9   <property name="dir.projects"           location="example"/> 
     9  <property name="dir.projects"           location="projects"/> 
    1010  <property name="dir.jni"                location="jni"/> 
    1111  <property name="exclude.examples"       value="de/skelexamples/**/*.*"/> 
  • 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") 
  • trunk/pfixcore/skel/build-skel.xml

    r2634 r2636  
    444444    <apply executable="chmod" os="Linux"> 
    445445      <arg line="a+x"/> 
    446       <!-- // TODO_AH 2004-12-08 take out if other fileset works okay 
    447       <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       --> 
    449446      <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/*"/> 
    450447      <fileset dir="${dir.projects}" includes="**/*.sh"/> 
  • trunk/pfixcore/startTomcat.sh

    r1317 r2636  
    1717echo "---------------------------" 
    1818 
    19 cd ./example/servletconf/tomcat/ 
     19cd ./projects/servletconf/tomcat/ 
    2020LANG=C ./bin/catalina.sh $cmd 
    2121