equal
deleted
inserted
replaced
50 <properties> |
50 <properties> |
51 org.eclipse.ercp.swt.defaultOrientation=system |
51 org.eclipse.ercp.swt.defaultOrientation=system |
52 </properties> |
52 </properties> |
53 </target> |
53 </target> |
54 |
54 |
|
55 <!-- Exclude CDCCompatibilityDelegate class from the build since we are |
|
56 building for CLDC. --> |
55 <target name="compile"> |
57 <target name="compile"> |
56 <omj.javac classpath="${impl.cldc.jar}" excludes="**/CDCCompatibilityDelegate.java"/> |
58 <omj.javac excludes="**/CDCCompatibilityDelegate.java"/> |
57 </target> |
59 </target> |
58 |
60 |
59 <target name="create.public.api.jar"> |
61 <target name="create.public.api.jar"> |
60 <omj.public.apis/> |
62 <omj.public.apis/> |
61 </target> |
63 </target> |