javauis/m2g_akn/build/build.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 27 Apr 2010 16:30:29 +0300
branchRCL_3
changeset 14 04becd199f91
child 24 6c158198356e
permissions -rw-r--r--
Revision: v2.1.22 Kit: 201017

<!--
#
# 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="${classpath}:${impl.cldc.jar}"/>
  </target>


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

  <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>