javauis/m3g_akn/build/build.xml
author Dario Sestito <darios@symbian.org>
Fri, 17 Sep 2010 17:50:17 +0100
branchRCL_3
changeset 73 461e71b327da
parent 19 04becd199f91
permissions -rw-r--r--
Reapply changes for bug 2896 and tweak for generatej9zips.py

<!--
#
# 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="javam3g" 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}/javalcduib/classes/first"/>
  </target>


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

  <property name="javah.classnames" 
            value="javax.microedition.m3g.AnimationController,
                   javax.microedition.m3g.AnimationTrack,
                   javax.microedition.m3g.Appearance,
                   javax.microedition.m3g.Background,
                   javax.microedition.m3g.Camera,
                   javax.microedition.m3g.CompositingMode,
                   javax.microedition.m3g.Fog,
                   javax.microedition.m3g.Graphics3D,
                   javax.microedition.m3g.Group,
                   javax.microedition.m3g.Image2D,
                   javax.microedition.m3g.Interface,
                   javax.microedition.m3g.KeyframeSequence,
                   javax.microedition.m3g.Light,
                   javax.microedition.m3g.Loader,
                   javax.microedition.m3g.Material,
                   javax.microedition.m3g.Mesh,
                   javax.microedition.m3g.MorphingMesh,
                   javax.microedition.m3g.Node,
                   javax.microedition.m3g.Object3D,
                   javax.microedition.m3g.Platform,
                   javax.microedition.m3g.PolygonMode,
                   javax.microedition.m3g.SkinnedMesh,
                   javax.microedition.m3g.Sprite3D,
                   javax.microedition.m3g.Texture2D,
                   javax.microedition.m3g.Transform,
                   javax.microedition.m3g.Transformable,
                   javax.microedition.m3g.TriangleStripArray,
                   javax.microedition.m3g.VertexArray,
                   javax.microedition.m3g.VertexBuffer,
                   javax.microedition.m3g.World"/>

  <target name="system.properties">
    <properties>
        microedition.m3g.version=1.1
    </properties>
  </target>

</project>