File: ant.xml

package info (click to toggle)
axis 1.4-28
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 52,076 kB
  • sloc: java: 129,120; xml: 10,602; jsp: 983; sh: 84; cs: 36; makefile: 18
file content (13 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>axis</groupId>
  <artifactId>axis-ant</artifactId>
  <version>1.4</version>

  <distributionManagement>
    <relocation>
      <groupId>org.apache.axis</groupId>
    </relocation>
  </distributionManagement>

</project>