- Timestamp:
- Jul 22, 2010 7:26:07 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63942
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r31011 r31022 436 436 /opt/sun-jdk-1.5*/bin/java \ 437 437 /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java)) 438 if ndef VBOX_JAVA15438 ifeq ($(strip $(VBOX_JAVA15)),) 439 439 $(error Failed to autodetect VBOX_JAVA15, please set it manually) 440 440 endif … … 447 447 /usr/bin/wsimport \ 448 448 /opt/sun-jdk-1.6*/bin/wsimport)) 449 if ndef VBOX_WSIMPORT16449 ifeq ($(strip $(VBOX_WSIMPORT16)),) 450 450 $(error Failed to autodetect VBOX_WSIMPORT16, please set it manually) 451 451 endif
Note:
See TracChangeset
for help on using the changeset viewer.