Line 26... |
Line 26... |
26 |
</java>
|
26 |
</java>
|
27 |
</target>
|
27 |
</target>
|
Line 28... |
Line 28... |
28 |
|
28 |
|
29 |
|
29 |
|
30 |
<path id="gwt">
|
30 |
<path id="gwt">
|
31 |
<fileset includes="*.jar" dir="${user.home}/gwt/build/lib"/>
|
31 |
<fileset includes="*.jar" dir="${gwt-path}/gwt/build/lib"/>
|
- |
|
32 |
<fileset includes="*.jar" dir="${gwt-path}/gwt-google-apis/maps/build/lib"/>
|
- |
|
33 |
<fileset includes="gwtext.jar" dir="${gwt-path}/gwt-ext/build/lib"/>
|
- |
|
34 |
<!-- alternativement, en cas de passage (très hypothétique) a gwt 3:
|
32 |
<fileset includes="*.jar" dir="${user.home}/gwt-google-apis/maps/build/lib"/>
|
35 |
<fileset includes="gxt-legacy-3.0.1.jar" dir="${gwt-path}/gxt"/>
|
33 |
<fileset includes="*.jar" dir="${user.home}/gwt-ext/build/lib"/>
|
36 |
<fileset includes="gxt-3.0.1.jar" dir="${gwt-path}/gxt"/> -->
|
34 |
<fileset includes="*.jar" dir="${user.home}/gwt-ext-ux/build/lib"/>
|
37 |
<fileset includes="*.jar" dir="${gwt-path}/gwt-ext-ux/build/lib"/>
|
Line 35... |
Line 38... |
35 |
<pathelement location="src" />
|
38 |
<pathelement location="src" />
|
36 |
</path>
|
39 |
</path>
|
37 |
|
40 |
|
38 |
<!-- todo: must be inside cel2.gwt.xml in some way -->
|
41 |
<!-- todo: must be inside cel2.gwt.xml in some way -->
|
39 |
<target name="link-resources">
|
42 |
<target name="link-resources">
|
40 |
<mkdir dir="${extjsdestdir}"/>
|
43 |
<mkdir dir="${extjsdestdir}"/>
|
41 |
<mkdir dir="${extjsdestdir}/adapter/ext"/>
|
44 |
<mkdir dir="${extjsdestdir}/adapter/ext"/> <!-- normalement optionnel en extjs 4.2.1 -->
|
42 |
<symlink overwrite="true" link="${extjsdestdir}/adapter/ext/" resource="${extjsdir}/adapter/ext/ext-base.js"/>
|
45 |
<symlink overwrite="true" link="${extjsdestdir}/adapter/ext/" resource="${extjsdir}/adapter/ext/ext-base.js"/>
|