billbarker 2002/10/21 23:57:29 Modified: . build.xml Log: Remove the j2ee target. It hasn't worked at least since 3.3 M2. I strongly doubt that Sun will release a J2EE based on the 3.3 code, and it only seems to be causing confusion at the moment. Revision Changes Path 1.191 +0 -5 jakarta-tomcat/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat/build.xml,v retrieving revision 1.190 retrieving revision 1.191 diff -u -r1.190 -r1.191 --- build.xml 30 Sep 2002 02:25:18 -0000 1.190 +++ build.xml 22 Oct 2002 06:57:29 -0000 1.191 @@ -731,11 +731,6 @@ <target name="tomcat-jars-new" depends="tomcat-jars"> </target> - <!-- ==================== J2EE integration ========== --> - <target name="j2ee"> - <ant antfile="src/j2ee/build.xml" target="tomcat-j2ee.jar"/> - </target> - <!-- ==================== Ant utilities ========== --> <target name="tomcat-ant" depends="detect" if="ant15-present" >
-- To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>