User: oleg Date: 00/10/05 08:51:15 Modified: src/etc run.mf Log: In distribution xml.jar is moved from lib/ext to lib, in accordance with jBoss change Revision Changes Path 1.2 +1 -1 ejx/src/etc/run.mf Index: run.mf =================================================================== RCS file: /products/cvs/ejboss/ejx/src/etc/run.mf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- run.mf 2000/07/27 13:52:51 1.1 +++ run.mf 2000/10/05 15:51:15 1.2 @@ -1,5 +1,5 @@ Main-Class: com.dreambean.ejx.editor.Main -Class-Path: ../conf/ +Class-Path: ../conf/ ../lib/xml.jar Name: com/dreambean/ejx/editor/ Specification-Title: Enterprise Java XML Editor
