Remove unused file
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 29 Jun 2008 13:16:51 +0000 (13:16 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 29 Jun 2008 13:16:51 +0000 (13:16 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1325 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.slc/build.xml [deleted file]

diff --git a/org.argeo.slc/build.xml b/org.argeo.slc/build.xml
deleted file mode 100644 (file)
index 86555d2..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<project xmlns:artifact="urn:maven-artifact-ant" default="deploy">\r
-\r
-       <path id="maven-ant-tasks.classpath"\r
-             path="D:\dev\tools\maven-2.0.7\lib\maven-ant-tasks-2.0.7.jar" />\r
-       <typedef resource="org/apache/maven/artifact/ant/antlib.xml"\r
-                uri="urn:maven-artifact-ant"\r
-                classpathref="maven-ant-tasks.classpath" />\r
-\r
-       <property name="local" location="D:/dev/mavenLocal/" />\r
-       <property name="local.argeo" location="${local}/org/argeo/slc/" />\r
-       <property name="repo.argeo"\r
-                 value="file:///D:/dev/test/mavenArgeoLocalRep/" />\r
-\r
-       <target name="deploy">\r
-               <deploy artifact="argeo-slc" version="0.6.0" />\r
-       </target>\r
-\r
-       <!-- Macrodefs -->\r
-       <macrodef name="deploy">\r
-               <attribute name="artifact" />\r
-               <attribute name="version" />\r
-               <sequential>\r
-                       <artifact:install-provider artifactId="wagon-file"\r
-                                                  version="1.0-beta-2" />\r
-                       <artifact:deploy file="pom.xml">\r
-                               <artifact:pom file="pom.xml" />\r
-                               <remoterepository url="${repo.argeo}" />\r
-                               <attach classifier="base" type="zip"\r
-                                       file="${local.argeo}/@{artifact}/@{version}/@{artifact}-@{version}-base.zip" />\r
-                       </artifact:deploy>\r
-               </sequential>\r
-       </macrodef>\r
-</project>
\ No newline at end of file