--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/javauis/m2g_akn/build/build.xml Wed Sep 01 12:33:18 2010 +0100
@@ -0,0 +1,49 @@
+<!--
+#
+# 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>
+