File: path_refs.xml

package info (click to toggle)
axis 1.4-29
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 52,100 kB
  • sloc: java: 129,124; xml: 10,602; jsp: 983; sh: 84; cs: 36; makefile: 18
file content (36 lines) | stat: -rw-r--r-- 1,281 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
  <path id="classpath">
    <pathelement location="${xercesImpl.jar}"/>
    <pathelement location="${xmlParserAPIs.jar}"/>
    <pathelement location="${xalan.jar}"/>
    <pathelement location="${xml-apis.jar}"/>
    <pathelement location="${xerces.jar}"/>
    <pathelement location="${regexp.jar}"/>
    <pathelement location="${xmlunit.jar}"/>
    <pathelement location="${jsse.jar}"/>
    <pathelement location="${jimi.jar}"/>
    <pathelement location="${activation.jar}"/>
    <pathelement location="${mailapi.jar}"/>
    <pathelement location="${tools.jar}"/>
    <pathelement location="${j2ee.jar}"/>
    <pathelement location="${junit.jar}"/>
    <pathelement location="${servlet.jar}"/>
    <fileset dir="${lib.dir}">
        <include name="**/*.jar"/>
    </fileset>
    <pathelement path="${java.class.path}"/>
    <pathelement location="${build.dest}" />
    <pathelement location="${build.dir}/tools" />
    <pathelement location="${build.lib}/axis-ant.jar" />
    <pathelement location="${build.lib}/axis-schema.jar" />
<!--
    <pathelement location="${build.dir}/work" />
-->
  </path>

  <path id="boot.classpath">
    <fileset dir="${lib.dir}/endorsed">
        <include name="**/*.jar"/>
    </fileset>
    <pathelement path="${sun.boot.class.path}"/>
  </path>