javauis/m2g_qt/build/build.xml
changeset 57 59b3b4473dc8
parent 56 abc41079b313
child 64 0ea12c182930
--- a/javauis/m2g_qt/build/build.xml	Fri Jul 23 12:27:20 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,64 +0,0 @@
-<!--
-#
-# 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>
-