<!-- ======================================== --> <!-- Bootclasspath for all compile targets --> <!-- ======================================== --> <path id="boot.classpath"> <pathelement location="${jdk.home}/jre/lib/rt.jar"/> </path> <!-- =================================== --> <!-- Allows to compile the full system --> <!-- =================================== --> <path id="compile.classpath"> <pathelement location="${xml-apis.jar}"/> <pathelement location="${log4j.jar}"/> <pathelement location="${logkit.jar}"/> <pathelement location="${avalon-framework.jar}"/> <pathelement location="${rtf2fo.jar}"/> <pathelement location="${fop.jar}"/> <pathelement location="${util.jar}"/> <pathelement location="${ftp.jar}"/> <pathelement location="${jakarta-regexp.jar}"/> <pathelement location="${xmlparserv2.jar}"/> <pathelement location="${xsu12.jar}"/> <pathelement location="${weblogic.jar}"/> <pathelement location="c:/JavaSun/Jcrontab-1.3/Jcrontab-1.3.jar"/> </path> <!-- ==================================================== --> <!-- Minimum classpath to generate extra weblogic classes --> <!-- needed inside each ejb-jar. --> <!-- ==================================================== --> <path id="weblogic.classpath"> <pathelement location="${weblogic.jar}"/> <pathelement location="${weblogic_sp.jar}"/> </path> <!-- ==================================== --> <!-- Classpath to make system deployment --> <!-- ==================================== --> <path id="deployment.classpath"> <pathelement location="${javatools.jar}"/> <path refid="weblogic.classpath"/> </path> <!-- ==================================== --> <!-- Patternset defining static web files --> <!-- ==================================== --> <patternset id="static.web.files"> <include name='**/*.jsp'/> <include name='**/*.html'/> <include name='**/*.htm'/> <include name='**/*.css'/> <include name='**/*.gif'/> <include name='**/*.jpg'/> <include name='**/*.jpeg'/> <include name='**/*.js'/> </patternset>