# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1272613248 -10800 # Node ID f9bb0fca356aac6fb58ec7f2845f8a947b3f7bea # Parent 04becd199f9139d5ffe1f32017c0703da4bcb229 adding j9 directory to week17 release diff -r 04becd199f91 -r f9bb0fca356a javacommons/jvms/j9/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/javacommons/jvms/j9/bld.inf Fri Apr 30 10:40:48 2010 +0300 @@ -0,0 +1,21 @@ +/* +* 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 "exports.inf" diff -r 04becd199f91 -r f9bb0fca356a javacommons/jvms/j9/exports.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/javacommons/jvms/j9/exports.inf Fri Apr 30 10:40:48 2010 +0300 @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2010 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: +* +*/ + +PRJ_PLATFORMS +default + +#ifndef RD_JAVA_SF_BUILD +#include "s60/exports.inf" +#endif diff -r 04becd199f91 -r f9bb0fca356a javacommons/jvms/j9/j9.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/javacommons/jvms/j9/j9.pro Fri Apr 30 10:40:48 2010 +0300 @@ -0,0 +1,23 @@ +# +# Copyright (c) 2010 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: +# + +TEMPLATE = subdirs + +# Export J9 only when available here (not available here in SF builds) +# (use indirection through ./exports.inf for pregenerated bld.inf variation) +exists($${_PRO_FILE_PWD_}/s60/exports.inf): { + BLD_INF_RULES.prj_extensions += "$${LITERAL_HASH}include \"exports.inf\"" \ +}