root/trunk/org.bridgedb.webservice.picr/.classpath

Revision 576, 1.8 KB (checked in by martijn, 3 months ago)

Updated .classpath, use PDE to determine deps

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3        <classpathentry kind="src" path="src"/>
4        <classpathentry kind="src" path="test"/>
5        <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6        <classpathentry exported="true" kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
7        <classpathentry exported="true" kind="lib" path="lib/activation-1.1.jar"/>
8        <classpathentry exported="true" kind="lib" path="lib/commons-collections-3.2.jar"/>
9        <classpathentry exported="true" kind="lib" path="lib/jaxb-api-2.1.jar"/>
10        <classpathentry exported="true" kind="lib" path="lib/jaxb-impl-2.1.2.jar"/>
11        <classpathentry exported="true" kind="lib" path="lib/jaxb-xjc-2.1.2.jar"/>
12        <classpathentry exported="true" kind="lib" path="lib/jaxws-api-2.1.jar"/>
13        <classpathentry exported="true" kind="lib" path="lib/jaxws-rt-2.1.jar"/>
14        <classpathentry exported="true" kind="lib" path="lib/jaxws-tools-2.1.jar"/>
15        <classpathentry exported="true" kind="lib" path="lib/jsr173_api-1.0.jar"/>
16        <classpathentry exported="true" kind="lib" path="lib/jsr181-api-1.0-MR1.jar"/>
17        <classpathentry exported="true" kind="lib" path="lib/jsr250-api-1.0.jar"/>
18        <classpathentry exported="true" kind="lib" path="lib/resolver.jar"/>
19        <classpathentry exported="true" kind="lib" path="lib/saaj-api-1.3.jar"/>
20        <classpathentry exported="true" kind="lib" path="lib/sjsxp-SNAPSHOT.jar"/>
21        <classpathentry exported="true" kind="lib" path="lib/stax-api-1.0.jar"/>
22        <classpathentry exported="true" kind="lib" path="lib/stax-ex-1.0.jar"/>
23        <classpathentry exported="true" kind="lib" path="lib/streambuffer-0.4.jar"/>
24        <classpathentry exported="true" kind="lib" path="lib/xfire-jsr181-api-1.0-M1.jar"/>
25        <classpathentry kind="lib" path="lib/saaj-impl-1.3.2.jar"/>
26        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
27        <classpathentry kind="output" path="bin"/>
28</classpath>
Note: See TracBrowser for help on using the browser.