diff make/windows/makefiles/projectcreator.make @ 22054:0e095e2c24e2

Rename com.oracle.jvmci to jdk.internal.jvmci
author twisti
date Mon, 22 Jun 2015 12:12:53 -0700
parents 395ac43a8578
children
line wrap: on
line diff
--- a/make/windows/makefiles/projectcreator.make	Mon Jun 22 11:08:17 2015 -0700
+++ b/make/windows/makefiles/projectcreator.make	Mon Jun 22 12:12:53 2015 -0700
@@ -56,7 +56,7 @@
         -relativeInclude src\os\windows\vm \
         -relativeInclude src\os_cpu\windows_$(Platform_arch)\vm \
         -relativeInclude src\cpu\$(Platform_arch)\vm \
-        -relativeInclude jvmci\com.oracle.jvmci.hotspot\src_gen\hotspot \
+        -relativeInclude jvmci\jdk.internal.jvmci.hotspot\src_gen\hotspot \
         -absoluteInclude $(HOTSPOTBUILDSPACE)/%f/generated \
         -relativeSrcInclude src \
         -absoluteSrcInclude $(HOTSPOTBUILDSPACE) \
@@ -152,7 +152,7 @@
 
 ProjectCreatorIDEOptionsIgnoreJVMCI=\
  -ignorePath_TARGET src/share/vm/jvmci \
- -ignorePath_TARGET jvmci\com.oracle.jvmci.hotspot\src_gen\hotspot \
+ -ignorePath_TARGET jvmci\jdk.internal.jvmci.hotspot\src_gen\hotspot \
  -ignorePath_TARGET vm/jvmci
 
 ProjectCreatorIDEOptionsIgnoreCompiler2=\