Changeset 29101 in vbox for trunk/src/libs/xpcom18a4/java
- Timestamp:
- May 5, 2010 5:39:24 PM (15 years ago)
- Location:
- trunk/src/libs/xpcom18a4/java
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/java/Makefile.kmk
r29099 r29101 98 98 tools/genifaces/GenerateJavaInterfaces.cpp \ 99 99 src/nsFileStreams.cpp 100 genjifaces_LIBS = \101 $(PATH_LIB)/VBoxCOM$(VBOX_SUFF_LIB) \100 genjifaces_LIBS = \ 101 $(PATH_LIB)/VBoxCOM$(VBOX_SUFF_LIB) \ 102 102 $(PATH_BIN)/VBoxXPCOM$(VBOX_SUFF_DLL) \ 103 103 $(PATH_BIN)/VBoxRT$(VBOX_SUFF_DLL) -
trunk/src/libs/xpcom18a4/java/tests/Makefile
r29095 r29101 1 # 2 # Copyright (C) 2010 Oracle Corporation 3 # 4 # This file is part of VirtualBox Open Source Edition (OSE), as 5 # available from http://www.virtualbox.org. This file is free software; 6 # you can redistribute it and/or modify it under the terms of the GNU 7 # General Public License (GPL) as published by the Free Software 8 # Foundation, in version 2 as it comes in the "COPYING" file of the 9 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 # 1 12 OS=$(shell uname -s) 2 13 ARCH=$(shell uname -p) -
trunk/src/libs/xpcom18a4/java/tests/TestVBox.java
r29095 r29101 1 /* $Id:$ */ 2 /* 3 * Copyright (C) 2010 Oracle Corporation 4 * 5 * This file is part of VirtualBox Open Source Edition (OSE), as 6 * available from http://www.virtualbox.org. This file is free software; 7 * you can redistribute it and/or modify it under the terms of the GNU 8 * General Public License (GPL) as published by the Free Software 9 * Foundation, in version 2 as it comes in the "COPYING" file of the 10 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 */ 13 1 14 import org.mozilla.interfaces.*; 2 15 import org.virtualbox.*;
Note:
See TracChangeset
for help on using the changeset viewer.