javauis/eswt_qt/org.eclipse.swt/Eclipse SWT Animation/qt/library/build.xml
changeset 50 023eef975703
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/javauis/eswt_qt/org.eclipse.swt/Eclipse SWT Animation/qt/library/build.xml	Fri Jul 09 16:35:45 2010 +0300
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="project" default="generate.jni.header" basedir="../../..">
+    <property file="Eclipse_SWT_PI/qt/library/build.properties"/>
+    <target name="generate.jni.header" >
+    	<javah outputfile="Eclipse SWT Animation/qt/library/os.h" classpath="bin" verbose="yes">
+    		<class name="org.eclipse.swt.animation.internal.qt.OS"/>
+    	</javah>
+    </target>
+</project>