removed antlib requirement for build.xml -

This commit is contained in:
sleak 2011-12-27 07:15:21 -08:00
parent a201a010cc
commit ec17d7129d
1 changed files with 1 additions and 9 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<project default="main" xmlns:artifact="antlib:org.apache.maven.artifact.ant">
<project default="main">
<property environment="env"/>
@ -56,12 +56,4 @@
</bottom>
</javadoc>
</target>
<target name ="main_maven" depends="main" description="Main target + maven install">
<artifact:install file="Vault.jar" pomRefId="maven_pom"/>
</target>
<artifact:pom id="maven_pom" file="pom.xml"/>
<path id="maven-ant-tasks.classpath" path="lib/maven-ant-tasks-2.1.3.jar" />
<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="antlib:org.apache.maven.artifact.ant" classpathref="maven-ant-tasks.classpath" />
</project>