You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2007/04/28 19:26:58 UTC

svn commit: r533400 - /harmony/enhanced/drlvm/trunk/build/make/harmonyvm.properties

Author: tellison
Date: Sat Apr 28 10:26:57 2007
New Revision: 533400

URL: http://svn.apache.org/viewvc?view=rev&rev=533400
Log:
Add helpers for Eclipse plugin to find kernel classes.

Modified:
    harmony/enhanced/drlvm/trunk/build/make/harmonyvm.properties

Modified: harmony/enhanced/drlvm/trunk/build/make/harmonyvm.properties
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/harmonyvm.properties?view=diff&rev=533400&r1=533399&r2=533400
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/harmonyvm.properties (original)
+++ harmony/enhanced/drlvm/trunk/build/make/harmonyvm.properties Sat Apr 28 10:26:57 2007
@@ -3,6 +3,17 @@
 # Define directory containing DRLVM resources 
 -Dorg.apache.harmony.vm.vmdir=%LAUNCHER_HOME%/%VM_DIR%/
 
+# These are to help the Eclipse plug-in find the kernel classes info
+bootclasspath.kernel.1=%LAUNCHER_HOME%/%VM_DIR%/kernel.jar
+bootclasspath.kernel.source.1=%LAUNCHER_HOME%/%VM_DIR%/kernel-src.jar
+bootclasspath.kernel.source.packageroot.1=/
 
-# end of file
+bootclasspath.kernel.2=%LAUNCHER_HOME%/%VM_DIR%/gc_cc.jar
+bootclasspath.kernel.source.2=%LAUNCHER_HOME%/%VM_DIR%/gc_cc-src.jar
+bootclasspath.kernel.source.packageroot.2=/
+
+bootclasspath.kernel.3=%LAUNCHER_HOME%/%VM_DIR%/hythr.jar
+bootclasspath.kernel.source.3=%LAUNCHER_HOME%/%VM_DIR%/hythr-src.jar
+bootclasspath.kernel.source.packageroot.3=/
 
+# end of file