javauis/m2g_akn/build/build.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 09:48:13 +0300
branchRCL_3
changeset 24 6c158198356e
parent 14 04becd199f91
permissions -rw-r--r--
Revision: v2.2.9 Kit: 201033

<!--
#
# Copyright (c) 2008-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: 
#
-->

<project name="javam2g" default="deploy" basedir=".">

  <import file="../../../build/utilities.xml"/>

  <!-- Needed by the utilities.xml. See the description form the utilities.xml
       file -->

  <target name="compile">
    <omj.javac classpath="${compile.result.root}/javalegacyutils/classes/collection:${compile.result.root}/javalcdui/classes/first"/>
  </target>

  <property name="javah.classnames" 
            value="com.nokia.microedition.m2g.M2GDocument,
                   com.nokia.microedition.m2g.M2GSVGPath,
                   com.nokia.microedition.m2g.M2GSVGSVGElement,
                   com.nokia.microedition.m2g.M2GManager,
                   com.nokia.microedition.m2g.M2GScalableGraphics,
                   com.nokia.microedition.m2g.M2GSVGAnimationElement,
                   com.nokia.microedition.m2g.M2GSVGElement,
                   com.nokia.microedition.m2g.M2GSVGImage"/>

  <target name="system.properties">
    <properties>
        microedition.m2g.svg.baseProfile=tiny
        microedition.m2g.svg.version=1.1
        microedition.m2g.version=1.1
    </properties>
  </target>

</project>