[Jboss-cvs] JBossAS SVN: r55335 - branches/MC_VDF_WORK/system-jmx/src/etc
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sat Aug 5 10:08:10 EDT 2006
Author: adrian at jboss.org
Date: 2006-08-05 10:08:09 -0400 (Sat, 05 Aug 2006)
New Revision: 55335
Added:
branches/MC_VDF_WORK/system-jmx/src/etc/default.mf
branches/MC_VDF_WORK/system-jmx/src/etc/run.mf
Log:
Fixup system-jmx so that it builds and you can run the tests
Added: branches/MC_VDF_WORK/system-jmx/src/etc/default.mf
===================================================================
--- branches/MC_VDF_WORK/system-jmx/src/etc/default.mf 2006-08-05 14:07:30 UTC (rev 55334)
+++ branches/MC_VDF_WORK/system-jmx/src/etc/default.mf 2006-08-05 14:08:09 UTC (rev 55335)
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Created-By: @java.vm.version@ (@java.vm.vendor@)
+Specification-Title: @specification.title@
+Specification-Version: @specification.version@
+Specification-Vendor: @specification.vendor@
+Implementation-Title: @implementation.title@
+Implementation-URL: @implementation.url@
+Implementation-Version: @implementation.version@
+Implementation-Vendor: @implementation.vendor@
+Implementation-Vendor-Id: @implementation.vendor.id@
Added: branches/MC_VDF_WORK/system-jmx/src/etc/run.mf
===================================================================
--- branches/MC_VDF_WORK/system-jmx/src/etc/run.mf 2006-08-05 14:07:30 UTC (rev 55334)
+++ branches/MC_VDF_WORK/system-jmx/src/etc/run.mf 2006-08-05 14:08:09 UTC (rev 55335)
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Created-By: @java.vm.version@ (@java.vm.vendor@)
+Specification-Title: @specification.title@
+Specification-Version: @specification.version@
+Specification-Vendor: @specification.vendor@
+Implementation-Title: @implementation.title@
+Implementation-URL: @implementation.url@
+Implementation-Version: @implementation.version@
+Implementation-Vendor: @implementation.vendor@
+Implementation-Vendor-Id: @implementation.vendor.id@
+Main-Class: org.jboss.Main
+Class-Path: ../client/getopt.jar
More information about the jboss-cvs-commits
mailing list