You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2007/10/12 12:34:18 UTC

svn commit: r584119 - in /harmony/enhanced/drlvm/trunk: build/custom/msvc_2003/jitrino/ build/make/components/vm/ vm/jitrino/src/vm/ vm/jitrino/src/vm/drl/

Author: varlax
Date: Fri Oct 12 03:34:17 2007
New Revision: 584119

URL: http://svn.apache.org/viewvc?rev=584119&view=rev
Log:
Re-arranged legacy layout of Jitrino vm interfaces to get rid of "drl" stuff in names.
No functional changes, only renaming.

Added:
    harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/EMInterface.cpp
      - copied unchanged from r584116, harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/drl/DrlEMInterface.cpp
    harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/JITInterface.cpp
      - copied unchanged from r584116, harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/drl/DrlJITInterface.cpp
    harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/VMInterface.cpp
      - copied unchanged from r584116, harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/drl/DrlVMInterface.cpp
Removed:
    harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/drl/
Modified:
    harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/jitrino/jitrino.vcproj
    harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml

Modified: harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/jitrino/jitrino.vcproj
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/jitrino/jitrino.vcproj?rev=584119&r1=584118&r2=584119&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/jitrino/jitrino.vcproj (original)
+++ harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/jitrino/jitrino.vcproj Fri Oct 12 03:34:17 2007
@@ -555,24 +555,20 @@
 			Name="vm"
 			Filter="">
 			<File
+				RelativePath="..\..\..\..\vm\jitrino\src\vm\EMInterface.cpp">
+			</File>
+			<File
 				RelativePath="..\..\..\..\vm\jitrino\src\vm\EMInterface.h">
 			</File>
 			<File
+				RelativePath="..\..\..\..\vm\jitrino\src\vm\JITInterface.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\jitrino\src\vm\VMInterface.cpp">
+			</File>
+			<File
 				RelativePath="..\..\..\..\vm\jitrino\src\vm\VMInterface.h">
 			</File>
-			<Filter
-				Name="drlvm"
-				Filter="">
-				<File
-					RelativePath="..\..\..\..\vm\jitrino\src\vm\drl\DrlEMInterface.cpp">
-				</File>
-				<File
-					RelativePath="..\..\..\..\vm\jitrino\src\vm\drl\DrlJITInterface.cpp">
-				</File>
-				<File
-					RelativePath="..\..\..\..\vm\jitrino\src\vm\drl\DrlVMInterface.cpp">
-				</File>
-			</Filter>
 		</Filter>
 		<Filter
 			Name="codegen"

Modified: harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml?rev=584119&r1=584118&r2=584119&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml (original)
+++ harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml Fri Oct 12 03:34:17 2007
@@ -56,7 +56,6 @@
                 <include name="translator/*.cpp" />
                 <include name="translator/java/*.cpp" />
                 <include name="vm/*.cpp" />
-                <include name="vm/drl/*.cpp" />
                 <include name="codegenerator/*.cpp" />
 
                 <select arch="ipf">
@@ -83,7 +82,6 @@
                     <include name="translator" />
                     <include name="translator/java" />
                     <include name="vm" />
-                    <include name="vm/drl" />
                     <include name="codegenerator" />
 
                     <select arch="ia32,em64t">