User: juha    
  Date: 01/02/03 13:12:54

  Modified:    src/etc  verifier.mf
  Log:
  Added two new targets:
  'build metadata' will build a metadata.jar in /dist/external/ directory.
  This should prove useful for tools needing to deal with the ejb jar-files.
  'build util' will build a jboss-util.jar in /dist/external/ directory.
  The jar will contain the ServiceMBeanSupport and related classes.
  Useful for those building 3rd party MBeans for JBoss.
  Both jars will be built with 'build dist'
  Standalone verifier uses metadata.jar from /external dir.
  Fixed the verifier.mf to use jaxp libraries.
  
  Revision  Changes    Path
  1.2       +1 -1      jboss/src/etc/verifier.mf
  
  Index: verifier.mf
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/etc/verifier.mf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- verifier.mf       2000/11/29 14:01:06     1.1
  +++ verifier.mf       2001/02/03 21:12:54     1.2
  @@ -1,2 +1,2 @@
   Main-Class: org.jboss.verifier.Main
  -Class-Path:  ../lib/ext/jpl-util-0_5b.jar ../client/ejb.jar 
../client/jta-spec1_0_1.jar ../lib/xml.jar 
  +Class-Path:  ../lib/ext/jpl-util-0_5b.jar ../client/ejb.jar 
../client/jta-spec1_0_1.jar ../lib/jaxp.jar ../lib/parser.jar ../external/metadata.jar
  
  
  

Reply via email to