changeset 1 | 96906a986c3b |
0:f1112f777ce9 | 1:96906a986c3b |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <project name="com.nokia.testfw.codegen.ui" default="copy" basedir="."> |
|
3 |
|
4 <property name="codegen.path" value="..\com.nokia.testfw.codegen" /> |
|
5 |
|
6 <target name="copy"> |
|
7 <ant antfile="build.xml" dir="${codegen.path}" /> |
|
8 <copy todir="lib"> |
|
9 <fileset dir="${codegen.path}/jar"> |
|
10 <exclude name="**/.svn" /> |
|
11 </fileset> |
|
12 </copy> |
|
13 </target> |
|
14 </project> |