0001-Drop-from-build.xml-config-as-the-directory-doesn-t-.patch
| libraries/libTopology/build.xml | ||
|---|---|---|
| 45 | 45 |
<gvSIG-javac |
| 46 | 46 |
classpath="${eclipseClasspath}"
|
| 47 | 47 |
/> |
| 48 |
<copy todir="${topology.home}/i18n/resources/translations">
|
|
| 49 |
<fileset dir="config" includes="*" /> |
|
| 50 |
</copy> |
|
| 51 | 48 |
</target> |
| 52 | 49 | |
| 53 | 50 |
<target name="create-jar" description="Crea el jar de la aplicacion"> |
| 54 |
- |
|