Author: geirm
Date: Thu Sep 14 14:35:57 2006
New Revision: 443482
URL: http://svn.apache.org/viewvc?view=rev&rev=443482
Log:
Here for now - I couldn' tthink of a better place
Added:
incubator/harmony/enhanced/drlvm/trunk/build/harmonyvm.properties (with props)
Added: incubator/harmony/enhanced/drlvm/trunk/build/harmonyvm.properties
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/harmonyvm.properties?view=auto&rev=443482
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/build/harmonyvm.properties (added)
+++ incubator/harmony/enhanced/drlvm/trunk/build/harmonyvm.properties Thu Sep 14 14:35:57
2006
@@ -0,0 +1,15 @@
+
+# Define directory containing DRLVM resources
+-Dorg.apache.harmony.vm.vmdir=%LAUNCHER_HOME%/default/
+
+# Define path containing the bootstrap native libraries
+-Dorg.apache.harmony.vm.bootstrap.library.path=%LAUNCHER_HOME%:%LAUNCHER_HOME%/default
+
+# Add the VM-specific classes (kernel) to the bootclasspath
+#-Xbootclasspath/p:%LAUNCHER_HOME%/default/luni-kernel.jar:%LAUNCHER_HOME%/default/security-kernel.jar
+
+# This class is used to interpret run-spec in a JAR manifest (i.e. -jar)
+#jarMainClass=com.ibm.oti.vm.JarRunner
+
+# end of file
+
Propchange: incubator/harmony/enhanced/drlvm/trunk/build/harmonyvm.properties
------------------------------------------------------------------------------
svn:eol-style = native
|