|
From: David J. <d_j...@us...> - 2002-09-14 19:38:54
|
User: d_jencks
Date: 02/09/14 12:38:53
Modified: . build.xml
Log:
revert to previous version, changes were incomplete
Revision Changes Path
1.176 +1 -8 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- build.xml 13 Sep 2002 19:17:35 -0000 1.175
+++ build.xml 14 Sep 2002 19:38:53 -0000 1.176
@@ -1,11 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE project [
<!ENTITY buildmagic SYSTEM "resource://org/jboss/tools/buildmagic/common.xml">
- <!ENTITY xdoclet SYSTEM "../tools/etc/buildfragments/xdoclet.ent">
- <!ENTITY libraries-jmx SYSTEM "../tools/etc/buildfragments/libraries-jmx.ent">
- <!ENTITY libraries SYSTEM "../tools/etc/buildfragments/libraries.ent">
- <!ENTITY modules SYSTEM "../tools/etc/buildfragments/modules.ent">
- <!ENTITY documentation SYSTEM "../tools/etc/buildfragments/documentation.ent">
<!ENTITY mqstress SYSTEM "mqstress.xml">
]>
@@ -18,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.175 2002/09/13 19:17:35 d_jencks Exp $ -->
+<!-- $Id: build.xml,v 1.176 2002/09/14 19:38:53 d_jencks Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -78,8 +73,6 @@
<!-- ========= -->
<!-- Libraries -->
<!-- ========= -->
- &libraries-jmx;
- &libraries;
<!-- Java Cryptography Extension (JCE) -->
<property name="sun.jce.root" value="${project.thirdparty}/sun/jce"/>
@@ -189,7 +182,7 @@
<path refid="sun.jsse.classpath"/>
<path refid="sun.javamail.classpath"/>
<path refid="sun.servlet.classpath"/>
- <path refid="apache.xalan.classpath"/>
+ <path refid="apache.crimson.classpath"/>
<path refid="apache.log4j.classpath"/>
<path refid="oswego.concurrent.classpath"/>
<path refid="jacorb.jacorb.classpath"/>
|