~ubuntu-branches/debian/stretch/ant-contrib/stretch

« back to all changes in this revision

Viewing changes to .pc/0001-Debianize-build.xml.patch/ivysettings.xml

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-09-25 00:26:51 UTC
  • Revision ID: package-import@ubuntu.com-20110925002651-bm0y1llo330yegxj
Tags: 1.0~b3+svn177-4
* Team upload.
* Really switch to default-jdk. (Closes: #642748)
* Install pom file with maven-repo-helper.
* Refresh patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<settings>
 
2
  <properties file="${ivy.settings.dir}/build.properties" />
 
3
  
 
4
  <settings defaultResolver="default-resolver" />
 
5
  
 
6
  <resolvers>
 
7
      <filesystem name="local">
 
8
          <ivy pattern="${ivy.conf.dir}/lib/[module]/ivy-[revision].xml" />
 
9
          <artifact pattern="${ivy.conf.dir}/lib/[module]/[ext]s/[artifact]-[revision].[ext]" />
 
10
      </filesystem>
 
11
          
 
12
 
 
13
      <ibiblio m2compatible="true" name="maven2" />
 
14
 
 
15
      <chain name="default-resolver">
 
16
          <resolver ref="local" />
 
17
      </chain>
 
18
  </resolvers>
 
19
  
 
20
</settings>