components/visual-panels/core/Makefile
branchs11-update
changeset 4563 5d3e1ffc1ae1
parent 4102 02730b605ff4
--- a/components/visual-panels/core/Makefile	Mon Jun 29 11:36:22 2015 -0700
+++ b/components/visual-panels/core/Makefile	Mon Jun 29 18:33:05 2015 -0700
@@ -30,6 +30,13 @@
 COMPONENT_SRC =			src
 COMPONENT_BUGDB=		utility/vpanels
 
+# not all VP functionality works with java-8
+ifeq ($(BUILD_TYPE), evaluation)
+PUBLISH_STAMP=
+BUILD_32=
+INSTALL_32=
+endif
+
 include $(WS_MAKE_RULES)/justmake.mk
 include $(WS_MAKE_RULES)/ips.mk