Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0afc35287ca7fa14f48bdf2930fb81dccede200f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<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/jchardet-1.0.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/dom4j-1.6.1.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/jdom-1.0.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/commons-io-1.3.2.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/plexus-velocity-1.1.3.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/commons-collections-3.2.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/archetype-common-2.0-alpha-4.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/commons-lang-2.1.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/oro-2.0.8.jar"/>
	<classpathentry exported="true" kind="lib" path="jars/velocity-1.5.jar"/>
	<classpathentry kind="output" path="target/classes"/>
</classpath>

Back to the top