Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 38d6319a07049a65905c979e916753be458eb332 (plain) (blame)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src/main/java"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
	<classpathentry exported="true" kind="lib" path="jars/maven-embedder-3.0.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/maven-settings-3.0.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/maven-plugin-api-3.0.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/maven-model-builder-3.0.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/plexus-sec-dispatcher-1.3.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/plexus-cipher-1.4.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/maven-core-3.0.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/maven-model-3.0.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/maven-settings-builder-3.0.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/maven-repository-metadata-3.0.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/maven-artifact-3.0.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/maven-aether-provider-3.0.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/aether-impl-1.7.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/plexus-interpolation-1.14.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/maven-compat-3.0.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/commons-cli-1.2.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/wagon-file-1.0-beta-6.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/aether-connector-wagon-1.7.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/wagon-ahc-1.0.0.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/wagon-provider-api-1.0-beta-6.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/plexus-utils-2.0.4.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/plexus-build-api-0.0.7-SNAPSHOT.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/async-http-client-1.3.4.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/netty-3.2.3.Final.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/aether-connector-http-1.7.0.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/aether-api-1.7.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/aether-spi-1.7.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/aether-util-1.7.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/javax.inject-1.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/asm-3.2.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/guice-bean-binders-1.4.2.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/guice-bean-converters-1.4.2.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/guice-bean-inject-1.4.2.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/guice-bean-locators-1.4.2.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/guice-bean-reflect-1.4.2.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/guice-bean-scanners-1.4.2.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/guice-plexus-binders-1.4.2.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/plexus-component-annotations-1.5.5.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/guice-plexus-converters-1.4.2.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/guice-plexus-locators-1.4.2.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/plexus-classworlds-2.3.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/guice-plexus-metadata-1.4.2.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/guice-plexus-scanners-1.4.2.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/guice-plexus-shim-1.4.2.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/sisu-guice-2.1.7-noaop.jar"/>
	<classpathentry kind="output" path="target/classes"/>
</classpath>

Back to the top