|
1 <!-- |
|
2 # |
|
3 # Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
4 # All rights reserved. |
|
5 # This component and the accompanying materials are made available |
|
6 # under the terms of "Eclipse Public License v1.0" |
|
7 # which accompanies this distribution, and is available |
|
8 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9 # |
|
10 # Initial Contributors: |
|
11 # Nokia Corporation - initial contribution. |
|
12 # |
|
13 # Contributors: |
|
14 # |
|
15 # Description: |
|
16 # |
|
17 --> |
|
18 |
|
19 <project name="javam3g" default="deploy" basedir="."> |
|
20 |
|
21 <import file="../../../build/utilities.xml"/> |
|
22 |
|
23 <!-- Needed by the utilities.xml. See the description form the utilities.xml |
|
24 file --> |
|
25 <target name="compile"> |
|
26 <omj.javac classpath="${compile.result.root}/javalegacyutils/classes/collection:${compile.result.root}/javalcduib/classes/first"/> |
|
27 </target> |
|
28 |
|
29 |
|
30 <!-- Needed by the utilities.xml. See the description form the utilities.xml |
|
31 file --> |
|
32 |
|
33 <property name="javah.classnames" |
|
34 value="javax.microedition.m3g.AnimationController, |
|
35 javax.microedition.m3g.AnimationTrack, |
|
36 javax.microedition.m3g.Appearance, |
|
37 javax.microedition.m3g.Background, |
|
38 javax.microedition.m3g.Camera, |
|
39 javax.microedition.m3g.CompositingMode, |
|
40 javax.microedition.m3g.Fog, |
|
41 javax.microedition.m3g.Graphics3D, |
|
42 javax.microedition.m3g.Group, |
|
43 javax.microedition.m3g.Image2D, |
|
44 javax.microedition.m3g.Interface, |
|
45 javax.microedition.m3g.KeyframeSequence, |
|
46 javax.microedition.m3g.Light, |
|
47 javax.microedition.m3g.Loader, |
|
48 javax.microedition.m3g.Material, |
|
49 javax.microedition.m3g.Mesh, |
|
50 javax.microedition.m3g.MorphingMesh, |
|
51 javax.microedition.m3g.Node, |
|
52 javax.microedition.m3g.Object3D, |
|
53 javax.microedition.m3g.Platform, |
|
54 javax.microedition.m3g.PolygonMode, |
|
55 javax.microedition.m3g.SkinnedMesh, |
|
56 javax.microedition.m3g.Sprite3D, |
|
57 javax.microedition.m3g.Texture2D, |
|
58 javax.microedition.m3g.Transform, |
|
59 javax.microedition.m3g.Transformable, |
|
60 javax.microedition.m3g.TriangleStripArray, |
|
61 javax.microedition.m3g.VertexArray, |
|
62 javax.microedition.m3g.VertexBuffer, |
|
63 javax.microedition.m3g.World"/> |
|
64 |
|
65 <target name="system.properties"> |
|
66 <properties> |
|
67 microedition.m3g.version=1.1 |
|
68 </properties> |
|
69 </target> |
|
70 |
|
71 </project> |