# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1268983665 -7200 # Node ID 21d7bcfe70dc69874831f0f0b1d57a9da97edce3 # Parent 255dd6e7afb678efcbc949247a64cdba5fe8f614 Revision: v2.1.13 Kit: 201011 diff -r 255dd6e7afb6 -r 21d7bcfe70dc Makefile --- a/Makefile Tue Feb 02 00:05:58 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -# -# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -# All rights reserved. -# This component and the accompanying materials are made available -# under the terms of "Eclipse Public License v1.0" -# which accompanies this distribution, and is available -# at the URL "http://www.eclipse.org/legal/epl-v10.html". -# -# Initial Contributors: -# Nokia Corporation - initial contribution. -# -# Contributors: -# -# Description: Main makefile of Java, run when building app layer -# - -override JAVA_SRC_ROOT = $(CURDIR) -export JAVA_SRC_ROOT - -include $(JAVA_SRC_ROOT)/build/makefile diff -r 255dd6e7afb6 -r 21d7bcfe70dc bld.inf --- a/bld.inf Tue Feb 02 00:05:58 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -/* -* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: Generated bld.inf -file -* -*/ - -PRJ_PLATFORMS -default - -#include "javacommons/bld.inf" -#include "javaruntimes/bld.inf" -#include "javauis/bld.inf" -#include "javamanager/bld.inf" -#include "javatools/bld.inf" -#include "javaextensions/bld.inf" -#include "jrt_plat/group/bld.inf" -#include "build/bld.inf" -#include "build/stubsis/bld.inf" diff -r 255dd6e7afb6 -r 21d7bcfe70dc group/bld.inf --- a/group/bld.inf Tue Feb 02 00:05:58 2010 +0200 +++ b/group/bld.inf Fri Mar 19 09:27:45 2010 +0200 @@ -22,6 +22,5 @@ #include "../java_stubs/group/bld.inf" #include "../jrt_plat/group/bld.inf" #else -#include "../build/bldjava.inf" #include "../bld.inf" #endif // __JAVA_STUBS diff -r 255dd6e7afb6 -r 21d7bcfe70dc jrt.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/jrt.pro Fri Mar 19 09:27:45 2010 +0200 @@ -0,0 +1,26 @@ +# +# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +# All rights reserved. +# This component and the accompanying materials are made available +# under the terms of "Eclipse Public License v1.0" +# which accompanies this distribution, and is available +# at the URL "http://www.eclipse.org/legal/epl-v10.html". +# +# Initial Contributors: +# Nokia Corporation - initial contribution. +# +# Contributors: +# +# Description: Generated file - do not edit manually +# +TEMPLATE = subdirs +SUBDIRS += build/nativejava/nativejava.pro +SUBDIRS += javacommons +SUBDIRS += javaruntimes +SUBDIRS += javauis +SUBDIRS += javamanager +SUBDIRS += javatools +SUBDIRS += javaextensions +BLD_INF_RULES.prj_extensions += "$${LITERAL_HASH}include \"jrt_plat/group/bld.inf\"" +BLD_INF_RULES.prj_extensions += "$${LITERAL_HASH}include \"build/stubsis/bld.inf\"" +BLD_INF_RULES.prj_extensions += "prj_extensions" diff -r 255dd6e7afb6 -r 21d7bcfe70dc jrt_plat/java_debug_api/java_debug_api.metaxml --- a/jrt_plat/java_debug_api/java_debug_api.metaxml Tue Feb 02 00:05:58 2010 +0200 +++ b/jrt_plat/java_debug_api/java_debug_api.metaxml Fri Mar 19 09:27:45 2010 +0200 @@ -1,7 +1,7 @@ - + Java Debug API - Java Debug API allows it's users to install, remove, start and stop Java applications. Java application can be launched with Universal Emulator Interface (UEI) arguments that can be used to start JVM in debug mode. + Java Debug API allows its users to install, remove, start and stop Java applications. Java application can be launched with Universal Emulator Interface (UEI) arguments that can be used to start JVM in debug mode. c++ javamanager diff -r 255dd6e7afb6 -r 21d7bcfe70dc jrt_plat/java_env_info_api/java_env_info_api.metaxml --- a/jrt_plat/java_env_info_api/java_env_info_api.metaxml Tue Feb 02 00:05:58 2010 +0200 +++ b/jrt_plat/java_env_info_api/java_env_info_api.metaxml Fri Mar 19 09:27:45 2010 +0200 @@ -1,17 +1,14 @@ - + Java Environment Info API This API provides information about the Java environment and events occurring within it c++ - java_dom + javacommons - + - - - no no diff -r 255dd6e7afb6 -r 21d7bcfe70dc jrt_plat/java_registry_api/java_registry_api.metaxml --- a/jrt_plat/java_registry_api/java_registry_api.metaxml Tue Feb 02 00:05:58 2010 +0200 +++ b/jrt_plat/java_registry_api/java_registry_api.metaxml Fri Mar 19 09:27:45 2010 +0200 @@ -9,9 +9,6 @@ - - - no no diff -r 255dd6e7afb6 -r 21d7bcfe70dc layers.sysdef.xml --- a/layers.sysdef.xml Tue Feb 02 00:05:58 2010 +0200 +++ b/layers.sysdef.xml Fri Mar 19 09:27:45 2010 +0200 @@ -1,23 +1,27 @@ - ]> - + - + - + - + + diff -r 255dd6e7afb6 -r 21d7bcfe70dc subsystem.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/subsystem.mk Fri Mar 19 09:27:45 2010 +0200 @@ -0,0 +1,20 @@ +# +# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +# All rights reserved. +# This component and the accompanying materials are made available +# under the terms of "Eclipse Public License v1.0" +# which accompanies this distribution, and is available +# at the URL "http://www.eclipse.org/legal/epl-v10.html". +# +# Initial Contributors: +# Nokia Corporation - initial contribution. +# +# Contributors: +# +# Description: Main makefile of Java, run when building app layer +# + +override JAVA_SRC_ROOT = $(CURDIR) +export JAVA_SRC_ROOT + +include $(JAVA_SRC_ROOT)/build/makefile diff -r 255dd6e7afb6 -r 21d7bcfe70dc sysdef_1_5_1.dtd --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sysdef_1_5_1.dtd Fri Mar 19 09:27:45 2010 +0200 @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +