javauis/m2g_qt/build/build.xml
author hgs
Fri, 15 Oct 2010 12:29:39 +0300
changeset 80 d6dafc5d983f
permissions -rw-r--r--
v2.2.19_1

<!--
#
# 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,
				   				 com.nokia.microedition.m2g.M2GRunnableQt"/>

  <target name="system.properties">
    <properties>
        microedition.m2g.svg.baseProfile=tiny
        microedition.m2g.svg.version=1.1
        microedition.m2g.version=1.1
    </properties>
  </target>
  
  <target name="create.public.api.jar">
  <omj.public.apis includes="javax/microedition/m2g/ExternalResourceHandler.class,
                                 javax/microedition/m2g/ScalableGraphics.class,
                                 javax/microedition/m2g/ScalableImage.class,
                                 javax/microedition/m2g/SVGAnimator.class,
                                 javax/microedition/m2g/SVGEventListener.class,
                                 javax/microedition/m2g/SVGImage.class"/>
  </target>


</project>