Skip to content

Commit

Permalink
remove resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Jan 23, 2023
1 parent 7b53eb2 commit 9f36942
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions components/bundles/bioformats_package/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,18 @@ Download Apache Ant from http://ant.apache.org/.
Type "ant -p" for a list of targets.
-->

<project name="bioformats_package" default="bundle" basedir="." xmlns:resolver="antlib:org.apache.maven.resolver.ant">
<project name="bioformats_package" default="bundle" basedir=".">
<description>Build file for Bio-Formats bundle</description>
<property name="root.dir" location="../../.."/>
<import file="${root.dir}/ant/java.xml" />
<import file="${root.dir}/ant/java.xml"/>
<property file="build.properties"/>


<target name="docs" depends="javadoc-properties"
description="generate the Javadocs for most components">
<echo>----------=========== Javadocs ===========----------</echo>
<path id="compile.classpath"/>
<path id="runtime.classpath"/>

<resolver:resolve>
<dependencies>
<pom refid="pom"/>
</dependencies>
<path refid="compile.classpath" classpath="compile"/>
<path refid="runtime.classpath" classpath="runtime"/>
</resolver:resolve>

<tstamp>
<format property="YEAR" pattern="yyyy"/>
</tstamp>
Expand Down

0 comments on commit 9f36942

Please sign in to comment.