author | Eugene Ostroukhov <eugeneo@symbian.org> |
Fri, 05 Feb 2010 09:22:26 -0800 | |
changeset 101 | 15f3b303bbb1 |
parent 48 | df12256c6ad0 |
permissions | -rw-r--r-- |
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"> |
48
df12256c6ad0
Several bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
47
diff
changeset
|
4 |
<ant antfile="build.xml" dir="../org.symbian.tools.wrttools.jseditors" target="build.jars"/> |
df12256c6ad0
Several bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
47
diff
changeset
|
5 |
<ant antfile="build.xml" dir="../org.symbian.tools.wrttools" target="build.jars"/> |
df12256c6ad0
Several bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
47
diff
changeset
|
6 |
<ant antfile="build.xml" dir="../org.symbian.tools.wrttools.previewer" target="build.jars"/> |
df12256c6ad0
Several bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
47
diff
changeset
|
7 |
<ant antfile="build.xml" dir="../org.symbian.tools.wrttools.debug.core" target="build.jars"/> |
47
206295ed5a0d
WRT feature was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
8 |
</target> |
206295ed5a0d
WRT feature was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff
changeset
|
9 |
</project> |