User: olegnitz
Date: 02/01/16 18:17:36
Modified: jetty build.xml
Log:
Adding yet another javac.jar to make the jetty plugin independent of tomcat plugin
Revision Changes Path
1.23 +3 -3 contrib/jetty/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/contrib/jetty/build.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- build.xml 2002/01/17 01:23:11 1.22
+++ build.xml 2002/01/17 02:17:36 1.23
@@ -134,8 +134,8 @@
<property name="jasper.jar" value="org.apache.jasper.jar"/>
<!-- Java Compiler -->
- <path id="tomcat.javac.classpath">
- <pathelement path="${module.root}/../tomcat/lib/javac.jar"/>
+ <path id="javac.jar.classpath">
+ <pathelement path="${module.root}/lib/javac.jar"/>
</path>
<!-- The combined library classpath -->
@@ -147,7 +147,7 @@
<path refid="sun.jsse.classpath"/>
<path refid="apache.log4j.classpath"/>
<path refid="junit.junit.classpath"/>
- <path refid="tomcat.javac.classpath"/>
+ <path refid="javac.jar.classpath"/>
</path>
<!-- ======= -->
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development