Author: ekoneil Date: Tue Dec 28 19:30:31 2004 New Revision: 123590 URL: http://svn.apache.org/viewcvs?view=rev&rev=123590 Log: Missed these two files from my previous checkin.
Added: incubator/beehive/trunk/test/ant/beehive.jonas.properties (contents, props changed) incubator/beehive/trunk/test/ant/beehive.tomcat.properties (contents, props changed) Modified: incubator/beehive/trunk/test/ant/runTomcatCore.xml Added: incubator/beehive/trunk/test/ant/beehive.jonas.properties Url: http://svn.apache.org/viewcvs/incubator/beehive/trunk/test/ant/beehive.jonas.properties?view=auto&rev=123590 ============================================================================== --- (empty file) +++ incubator/beehive/trunk/test/ant/beehive.jonas.properties Tue Dec 28 19:30:31 2004 @@ -0,0 +1,5 @@ +jonas.dir=${os.JONAS_ROOT} +jonas.deploy.dir=${jonas.dir}/webapps + +servlet24.jar=${jonas.dir}/lib/catalina/common/lib/servlet-api.jar +jsp20.jar=${jonas.dir}/lib/catalina/common/lib/jsp-api.jar Added: incubator/beehive/trunk/test/ant/beehive.tomcat.properties Url: http://svn.apache.org/viewcvs/incubator/beehive/trunk/test/ant/beehive.tomcat.properties?view=auto&rev=123590 ============================================================================== --- (empty file) +++ incubator/beehive/trunk/test/ant/beehive.tomcat.properties Tue Dec 28 19:30:31 2004 @@ -0,0 +1,4 @@ +tomcat.dir=${os.CATALINA_HOME} + +servlet24.jar=${tomcat.dir}/common/lib/servlet-api.jar +jsp20.jar=${tomcat.dir}/common/lib/jsp-api.jar Modified: incubator/beehive/trunk/test/ant/runTomcatCore.xml Url: http://svn.apache.org/viewcvs/incubator/beehive/trunk/test/ant/runTomcatCore.xml?view=diff&rev=123590&p1=incubator/beehive/trunk/test/ant/runTomcatCore.xml&r1=123589&p2=incubator/beehive/trunk/test/ant/runTomcatCore.xml&r2=123590 ============================================================================== --- incubator/beehive/trunk/test/ant/runTomcatCore.xml (original) +++ incubator/beehive/trunk/test/ant/runTomcatCore.xml Tue Dec 28 19:30:31 2004 @@ -12,9 +12,9 @@ <property name="catalina-ant.jar" location="${tomcat.home}/server/lib/catalina-ant.jar"/> <path id="appserver.build.classpath"> - <fileset dir="${tomcat.home}/common/lib"> - <include name="*.jar"/> - </fileset> + <fileset dir="${tomcat.home}/common/lib"> + <include name="*.jar"/> + </fileset> </path> <target name="deploy" description="Deploy a webapp to a running Tomcat server">
