mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@148 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
12 lines
357 B
XML
12 lines
357 B
XML
<project name="SEXTANTE_LIB" default="copy" basedir=".">
|
|
<description>
|
|
SEXTANTE
|
|
</description>
|
|
<property name="version.number" value="1.0"/>
|
|
<target name="copy"
|
|
description="copy files">
|
|
<copy todir="C:/Users/volaya/.qgis/python/plugins">
|
|
<fileset dir="src" includes="**"/>
|
|
</copy>
|
|
</target>
|
|
</project> |