Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / libraries / libUIComponent / maven-eclipse.xml @ 28439

History | View | Annotate | Download (290 Bytes)

1
<project default="copy-resources">
2
  <target name="init"/>
3
  <target name="copy-resources" depends="init">
4
    <copy todir="target/classes/org/gvsig/gui/beans/resources/translations" filtering="false">
5
      <fileset dir="config" includes="*.properties"/>
6
    </copy>
7
  </target>
8
</project>