Project

General

Profile

« Previous | Next » 

Revision 208b2a3b

Added by Patrick Plitzner almost 9 years ago

  • updating versions due to release

View differences:

eu.etaxonomy.taxeditor.cdmlib/.classpath
2 2
<classpath>
3 3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4 4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry kind="src" path="src/main/java"/>
6
	<classpathentry kind="src" path="src/main/resources"/>
7
	<classpathentry kind="src" path="src/test/resources"/>
5
	<classpathentry kind="src" path="src/main/java/"/>
6
	<classpathentry kind="src" path="src/main/resources/"/>
7
	<classpathentry kind="src" path="src/test/java/"/>
8 8
	<classpathentry exported="true" kind="lib" path="lib/activation-1.1.1.jar"/>
9 9
	<classpathentry exported="true" kind="lib" path="lib/antlr-2.7.7.jar"/>
10 10
	<classpathentry exported="true" kind="lib" path="lib/aopalliance-1.0.jar"/>
......
34 34
	<classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.8.3.jar"/>
35 35
	<classpathentry exported="true" kind="lib" path="lib/commons-codec-20041127.091804.jar"/>
36 36
	<classpathentry exported="true" kind="lib" path="lib/commons-collections-3.2.1.jar"/>
37
	<classpathentry exported="true" kind="lib" path="lib/commons-dbcp-1.4.jar" sourcepath="lib/commons-dbcp-1.4-sources.jar"/>
37
	<classpathentry exported="true" kind="lib" path="lib/commons-dbcp-1.4.jar"/>
38 38
	<classpathentry exported="true" kind="lib" path="lib/commons-io-2.4.jar"/>
39 39
	<classpathentry exported="true" kind="lib" path="lib/commons-lang-2.6.jar"/>
40 40
	<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.1.2.jar"/>
......
127 127
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.context-3.2.2.RELEASE.jar"/>
128 128
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.core-3.2.2.RELEASE.jar"/>
129 129
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.expression-3.2.2.RELEASE.jar"/>
130
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.jdbc-3.2.2.RELEASE.jar" sourcepath="lib/org.springframework.jdbc-3.2.2.RELEASE-sources.jar"/>
131
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.orm-3.2.2.RELEASE.jar" sourcepath="lib/org.springframework.orm-3.2.2.RELEASE-sources.jar"/>
130
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.jdbc-3.2.2.RELEASE.jar"/>
131
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.orm-3.2.2.RELEASE.jar"/>
132 132
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.oxm-3.2.2.RELEASE.jar"/>
133 133
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.test-3.2.2.RELEASE.jar"/>
134
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.transaction-3.2.2.RELEASE.jar" sourcepath="lib/org.springframework.transaction-3.2.2.RELEASE-sources.jar"/>
134
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.transaction-3.2.2.RELEASE.jar"/>
135 135
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.web-3.2.2.RELEASE.jar"/>
136 136
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.web.servlet-3.2.2.RELEASE.jar"/>
137 137
	<classpathentry exported="true" kind="lib" path="lib/osgi-3.6.0.jar"/>
......
193 193
	<classpathentry exported="true" kind="lib" path="lib/spring-security-remoting-3.1.3.RELEASE.jar"/>
194 194
	<classpathentry exported="true" kind="lib" path="lib/jena-core-2.11.2.jar"/>
195 195
	<classpathentry exported="true" kind="lib" path="lib/jena-iri-1.0.2.jar"/>
196
<<<<<<< HEAD
197
=======
198 196
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-commons-3.6.1-SNAPSHOT-sources.jar"/>
199 197
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-commons-3.6.1-SNAPSHOT.jar"/>
200 198
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-ext-3.6.1-SNAPSHOT-sources.jar"/>
201 199
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-ext-3.6.1-SNAPSHOT.jar"/>
202 200
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-io-3.6.1-SNAPSHOT-sources.jar"/>
203
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-io-3.6.1-SNAPSHOT.jar" sourcepath="lib/cdmlib-io-3.6.1-SNAPSHOT-sources.jar"/>
201
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-io-3.6.1-SNAPSHOT.jar"/>
204 202
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-model-3.6.1-SNAPSHOT-sources.jar"/>
205
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-model-3.6.1-SNAPSHOT.jar" sourcepath="lib/cdmlib-model-3.6.1-SNAPSHOT-sources.jar"/>
203
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-model-3.6.1-SNAPSHOT.jar"/>
206 204
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-persistence-3.6.1-SNAPSHOT-sources.jar"/>
207
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-persistence-3.6.1-SNAPSHOT.jar" sourcepath="lib/cdmlib-persistence-3.6.1-SNAPSHOT-sources.jar"/>
205
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-persistence-3.6.1-SNAPSHOT.jar"/>
208 206
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-print-3.6.1-SNAPSHOT-sources.jar"/>
209 207
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-print-3.6.1-SNAPSHOT.jar"/>
210 208
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-remote-3.6.1-SNAPSHOT-sources.jar"/>
211 209
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-remote-3.6.1-SNAPSHOT.jar"/>
212 210
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-services-3.6.1-SNAPSHOT-sources.jar"/>
213
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-services-3.6.1-SNAPSHOT.jar" sourcepath="lib/cdmlib-services-3.6.1-SNAPSHOT-sources.jar"/>
214
>>>>>>> 02176688eaa23a31ff5b71c317cb5ee685483aa4
211
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-services-3.6.1-SNAPSHOT.jar"/>
215 212
	<classpathentry exported="true" kind="lib" path="lib/poi-3.10-FINAL.jar"/>
216 213
	<classpathentry exported="true" kind="lib" path="lib/poi-ooxml-3.10-FINAL.jar"/>
217 214
	<classpathentry exported="true" kind="lib" path="lib/xmlbeans-2.3.0.jar"/>
218 215
	<classpathentry exported="true" kind="lib" path="lib/poi-ooxml-schemas-3.10-FINAL.jar"/>
219 216
	<classpathentry exported="true" kind="lib" path="lib/swagger-annotations-1.3.5.jar"/>
220
	<classpathentry kind="output" path="target/classes"/>
217
	<classpathentry kind="output" path="bin"/>
221 218
</classpath>

Also available in: Unified diff