org.symbian.tools.wrttools.feature/compile.org.symbian.tools.wrttools.xml
author Eugene Ostroukhov <eugeneo@symbian.org>
Tue, 26 Jan 2010 13:27:13 -0800
changeset 47 206295ed5a0d
child 48 df12256c6ad0
permissions -rw-r--r--
WRT feature was introduced
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
47
206295ed5a0d WRT feature was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
206295ed5a0d WRT feature was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     2
<project name="Compile org.symbian.tools.wrttools" default="main">
206295ed5a0d WRT feature was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     3
	<target name="main">
206295ed5a0d WRT feature was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     4
		<ant antfile="build.xml" dir="../../../../dev/wrt-integration/org.symbian.tools.wrttools.jseditors" target="build.jars"/>
206295ed5a0d WRT feature was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     5
		<ant antfile="build.xml" dir="../../../../dev/wrt-integration/org.symbian.tools.wrttools" target="build.jars"/>
206295ed5a0d WRT feature was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     6
		<ant antfile="build.xml" dir="../../../../dev/wrt-integration/org.symbian.tools.wrttools.previewer" target="build.jars"/>
206295ed5a0d WRT feature was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     7
		<ant antfile="build.xml" dir="../../../../dev/wrt-integration/org.symbian.tools.wrttools.debug.core" target="build.jars"/>
206295ed5a0d WRT feature was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     8
		<ant antfile="build.xml" dir="../../../../dev/wrt-integration/org.symbian.tools.wrttools.product" target="build.jars"/>
206295ed5a0d WRT feature was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     9
	</target>
206295ed5a0d WRT feature was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    10
</project>