Project

General

Profile

« Previous | Next » 

Revision e3259fb3

Added by Katja Luther about 9 years ago

View differences:

eu.etaxonomy.taxeditor.application/.classpath
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
6
	<classpathentry including="**/*.java" kind="src" path="src/test/java"/>
7
	<classpathentry kind="src" path="src/main/resources/"/>
8
	<classpathentry kind="output" path="target/classes"/>
9
</classpath>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
6
	<classpathentry including="**/*.java" kind="src" path="src/test/java"/>
7
	<classpathentry kind="src" path="src/main/resources"/>
8
	<classpathentry kind="output" path="target/classes"/>
9
</classpath>
eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationWorkbenchAdvisor.java
104 104
		    	//        leading to a recursive infinite loop of :
105 105
		    	//        initial exception thrown -> status handling -> dialog opening + logging of status ->
106 106
		    	//        status handling -> dialog opening + logging of status ... and so on
107
		    	if(t != null && t instanceof RuntimeException) {
107
		    	if(t != null && t instanceof RuntimeException && !t.getMessage().equals("Widget is disposed")){
108 108
		    		MessagingUtils.errorDialog("Unexpected error",
109 109
		    				null,
110 110
		    				MessagingUtils.UNEXPECTED_ERROR_MESSAGE,
eu.etaxonomy.taxeditor.bulkeditor/.classpath
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
6
	<classpathentry including="**/*.java" kind="src" path="src/test/java"/>
7
	<classpathentry kind="output" path="target/classes"/>
8
</classpath>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
6
	<classpathentry including="**/*.java" kind="src" path="src/test/java"/>
7
	<classpathentry kind="output" path="target/classes"/>
8
</classpath>
eu.etaxonomy.taxeditor.cdmlib/.classpath
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry kind="src" path="src/main/java"/>
6
	<classpathentry kind="src" path="src/test/java"/>
7
	<classpathentry kind="src" path="src/main/resources"/>
8
	<classpathentry kind="src" path="src/test/resources"/>
9
	<classpathentry exported="true" kind="lib" path="lib/activation-1.1.1.jar"/>
10
	<classpathentry exported="true" kind="lib" path="lib/antlr-2.7.7.jar"/>
11
	<classpathentry exported="true" kind="lib" path="lib/aopalliance-1.0.jar"/>
12
	<classpathentry exported="true" kind="lib" path="lib/aspectjrt-1.7.1.jar"/>
13
	<classpathentry exported="true" kind="lib" path="lib/aspectjweaver-1.7.1.jar"/>
14
	<classpathentry exported="true" kind="lib" path="lib/avro-1.6.3.jar"/>
15
	<classpathentry exported="true" kind="lib" path="lib/batik-anim-1.7.jar"/>
16
	<classpathentry exported="true" kind="lib" path="lib/batik-awt-util-1.7.jar"/>
17
	<classpathentry exported="true" kind="lib" path="lib/batik-bridge-1.7.jar"/>
18
	<classpathentry exported="true" kind="lib" path="lib/batik-css-1.7.jar"/>
19
	<classpathentry exported="true" kind="lib" path="lib/batik-dom-1.7.jar"/>
20
	<classpathentry exported="true" kind="lib" path="lib/batik-ext-1.7.jar"/>
21
	<classpathentry exported="true" kind="lib" path="lib/batik-extension-1.7.jar"/>
22
	<classpathentry exported="true" kind="lib" path="lib/batik-gvt-1.7.jar"/>
23
	<classpathentry exported="true" kind="lib" path="lib/batik-js-1.7.jar"/>
24
	<classpathentry exported="true" kind="lib" path="lib/batik-parser-1.7.jar"/>
25
	<classpathentry exported="true" kind="lib" path="lib/batik-script-1.7.jar"/>
26
	<classpathentry exported="true" kind="lib" path="lib/batik-svg-dom-1.7.jar"/>
27
	<classpathentry exported="true" kind="lib" path="lib/batik-svggen-1.7.jar"/>
28
	<classpathentry exported="true" kind="lib" path="lib/batik-transcoder-1.7.jar"/>
29
	<classpathentry exported="true" kind="lib" path="lib/batik-util-1.7.jar"/>
30
	<classpathentry exported="true" kind="lib" path="lib/batik-xml-1.7.jar"/>
31
	<classpathentry exported="true" kind="lib" path="lib/c3p0-0.9.2.jar"/>
32
	<classpathentry exported="true" kind="lib" path="lib/cglib-nodep-2.2.2.jar"/>
33
	<classpathentry exported="true" kind="lib" path="lib/com.springsource.org.aopalliance-1.0.0.jar"/>
34
	<classpathentry exported="true" kind="lib" path="lib/com.springsource.org.apache.commons.logging-1.1.1.jar"/>
35
	<classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.8.3.jar"/>
36
	<classpathentry exported="true" kind="lib" path="lib/commons-codec-20041127.091804.jar"/>
37
	<classpathentry exported="true" kind="lib" path="lib/commons-collections-3.2.1.jar"/>
38
	<classpathentry exported="true" kind="lib" path="lib/commons-dbcp-1.4.jar" sourcepath="lib/commons-dbcp-1.4-sources.jar"/>
39
	<classpathentry exported="true" kind="lib" path="lib/commons-io-2.4.jar"/>
40
	<classpathentry exported="true" kind="lib" path="lib/commons-lang-2.6.jar"/>
41
	<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.1.2.jar"/>
42
	<classpathentry exported="true" kind="lib" path="lib/commons-pool-1.5.4.jar"/>
43
	<classpathentry exported="true" kind="lib" path="lib/concurrent-1.3.4.jar"/>
44
	<classpathentry exported="true" kind="lib" path="lib/dbunit-2.4.9.jar"/>
45
	<classpathentry exported="true" kind="lib" path="lib/dom4j-1.6.1.jar"/>
46
	<classpathentry exported="true" kind="lib" path="lib/doxia-core-1.3.jar"/>
47
	<classpathentry exported="true" kind="lib" path="lib/doxia-logging-api-1.3.jar"/>
48
	<classpathentry exported="true" kind="lib" path="lib/doxia-module-apt-1.3.jar"/>
49
	<classpathentry exported="true" kind="lib" path="lib/doxia-module-xhtml-1.3.jar"/>
50
	<classpathentry exported="true" kind="lib" path="lib/doxia-sink-api-1.3.jar"/>
51
	<classpathentry exported="true" kind="lib" path="lib/dozer-5.3.0.jar"/>
52
	<classpathentry exported="true" kind="lib" path="lib/easymock-3.1.jar"/>
53
	<classpathentry exported="true" kind="lib" path="lib/easymockclassextension-2.3.jar"/>
54
	<classpathentry exported="true" kind="lib" path="lib/ehcache-core-2.6.9.jar"/>
55
	<classpathentry exported="true" kind="lib" path="lib/ezmorph-1.0.6.jar"/>
56
	<classpathentry exported="true" kind="lib" path="lib/fop-1.1.jar"/>
57
	<classpathentry exported="true" kind="lib" path="lib/guava-r05.jar"/>
58
	<classpathentry exported="true" kind="lib" path="lib/h2-1.3.170.jar"/>
59
	<classpathentry exported="true" kind="lib" path="lib/hamcrest-core-1.3.jar"/>
60
	<classpathentry exported="true" kind="lib" path="lib/hibernate-c3p0-4.1.10.Final.jar"/>
61
	<classpathentry exported="true" kind="lib" path="lib/hibernate-cglib-repack-2.1_3.jar"/>
62
	<classpathentry exported="true" kind="lib" path="lib/hibernate-commons-annotations-4.0.1.Final.jar"/>
63
	<classpathentry exported="true" kind="lib" path="lib/hibernate-core-4.1.10.Final.jar"/>
64
	<classpathentry exported="true" kind="lib" path="lib/hibernate-ehcache-4.1.10.Final.jar"/>
65
	<classpathentry exported="true" kind="lib" path="lib/hibernate-entitymanager-4.1.10.Final.jar"/>
66
	<classpathentry exported="true" kind="lib" path="lib/hibernate-envers-4.1.10.Final.jar"/>
67
	<classpathentry exported="true" kind="lib" path="lib/hibernate-jpa-2.0-api-1.0.1.Final.jar"/>
68
	<classpathentry exported="true" kind="lib" path="lib/hibernate-search-4.2.0.Final.jar"/>
69
	<classpathentry exported="true" kind="lib" path="lib/hibernate-search-analyzers-4.2.0.Final.jar"/>
70
	<classpathentry exported="true" kind="lib" path="lib/hibernate-search-engine-4.2.0.Final.jar"/>
71
	<classpathentry exported="true" kind="lib" path="lib/hibernate-search-orm-4.2.0.Final.jar"/>
72
	<classpathentry exported="true" kind="lib" path="lib/hibernate-validator-4.3.1.Final.jar"/>
73
	<classpathentry exported="true" kind="lib" path="lib/hsqldb-1.8.0.10.jar"/>
74
	<classpathentry exported="true" kind="lib" path="lib/httpclient-4.2.3.jar"/>
75
	<classpathentry exported="true" kind="lib" path="lib/httpcore-4.2.4.jar"/>
76
	<classpathentry exported="true" kind="lib" path="lib/icu4j-2.6.1.jar"/>
77
	<classpathentry exported="true" kind="lib" path="lib/identificationKeyAPI-1.0-SNAPSHOT-sources.jar"/>
78
	<classpathentry exported="true" kind="lib" path="lib/identificationKeyAPI-1.0-SNAPSHOT.jar"/>
79
	<classpathentry exported="true" kind="lib" path="lib/itextpdf-5.4.0.jar"/>
80
	<classpathentry exported="true" kind="lib" path="lib/jackson-core-asl-1.8.8.jar"/>
81
	<classpathentry exported="true" kind="lib" path="lib/jackson-mapper-asl-1.8.8.jar"/>
82
	<classpathentry exported="true" kind="lib" path="lib/jakarta-regexp-1.4.jar"/>
83
	<classpathentry exported="true" kind="lib" path="lib/javassist-3.17.1-GA.jar"/>
84
	<classpathentry exported="true" kind="lib" path="lib/jaxb-api-2.2.7.jar"/>
85
	<classpathentry exported="true" kind="lib" path="lib/jaxb-impl-2.2-EA.jar"/>
86
	<classpathentry exported="true" kind="lib" path="lib/jaxb-xjc-2.2-EA.jar"/>
87
	<classpathentry exported="true" kind="lib" path="lib/jaxb1-impl-2.2-EA.jar"/>
88
	<classpathentry exported="true" kind="lib" path="lib/jaxen-1.1.4.jar"/>
89
	<classpathentry exported="true" kind="lib" path="lib/jboss-logging-3.1.3.GA.jar"/>
90
	<classpathentry exported="true" kind="lib" path="lib/jboss-transaction-api_1.1_spec-1.0.0.Final.jar"/>
91
	<classpathentry exported="true" kind="lib" path="lib/jdbc4-2.0.jar"/>
92
	<classpathentry exported="true" kind="lib" path="lib/jdom-1.1.3.jar"/>
93
	<classpathentry exported="true" kind="lib" path="lib/joda-time-2.1.jar"/>
94
	<classpathentry exported="true" kind="lib" path="lib/json-lib-2.4-jdk15.jar"/>
95
	<classpathentry exported="true" kind="lib" path="lib/jsr250-api-1.0.jar"/>
96
	<classpathentry exported="true" kind="lib" path="lib/jtds-1.3.0.jar"/>
97
	<classpathentry exported="true" kind="lib" path="lib/junit-4.11.jar"/>
98
	<classpathentry exported="true" kind="lib" path="lib/junit-benchmarks-0.5.0.jar"/>
99
	<classpathentry exported="true" kind="lib" path="lib/log4j-1.2.17.jar"/>
100
	<classpathentry exported="true" kind="lib" path="lib/lsid-client-1.1.2.jar"/>
101
	<classpathentry exported="true" kind="lib" path="lib/lsid-server-1.1.2.jar"/>
102
	<classpathentry exported="true" kind="lib" path="lib/lucene-analyzers-3.6.2.jar"/>
103
	<classpathentry exported="true" kind="lib" path="lib/lucene-core-3.6.2.jar"/>
104
	<classpathentry exported="true" kind="lib" path="lib/lucene-facet-3.6.2.jar"/>
105
	<classpathentry exported="true" kind="lib" path="lib/lucene-grouping-3.6.2.jar"/>
106
	<classpathentry exported="true" kind="lib" path="lib/lucene-highlighter-3.6.2.jar"/>
107
	<classpathentry exported="true" kind="lib" path="lib/lucene-kuromoji-3.6.2.jar"/>
108
	<classpathentry exported="true" kind="lib" path="lib/lucene-memory-3.6.2.jar"/>
109
	<classpathentry exported="true" kind="lib" path="lib/lucene-misc-3.6.2.jar"/>
110
	<classpathentry exported="true" kind="lib" path="lib/lucene-phonetic-3.6.2.jar"/>
111
	<classpathentry exported="true" kind="lib" path="lib/lucene-queries-3.6.2.jar"/>
112
	<classpathentry exported="true" kind="lib" path="lib/lucene-smartcn-3.6.2.jar"/>
113
	<classpathentry exported="true" kind="lib" path="lib/lucene-spatial-3.6.2.jar"/>
114
	<classpathentry exported="true" kind="lib" path="lib/lucene-spellchecker-3.6.2.jar"/>
115
	<classpathentry exported="true" kind="lib" path="lib/lucene-stempel-3.6.2.jar"/>
116
	<classpathentry exported="true" kind="lib" path="lib/mchange-commons-java-0.2.3.3.jar"/>
117
	<classpathentry exported="true" kind="lib" path="lib/mysql-connector-java-5.1.24.jar"/>
118
	<classpathentry exported="true" kind="lib" path="lib/objenesis-1.2.jar"/>
119
	<classpathentry exported="true" kind="lib" path="lib/odfdom-java-0.8.7.jar"/>
120
	<classpathentry exported="true" kind="lib" path="lib/ognl-2.6.9.jar"/>
121
	<classpathentry exported="true" kind="lib" path="lib/opencsv-2.3.jar"/>
122
	<classpathentry exported="true" kind="lib" path="lib/org.eclipse.equinox.common-3.6.0.v20110523.jar"/>
123
	<classpathentry exported="true" kind="lib" path="lib/org.eclipse.osgi-3.7.2.v20120110-1415.jar"/>
124
	<classpathentry exported="true" kind="lib" path="lib/org.osgi.core-1.0.0.jar"/>
125
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.aop-3.2.2.RELEASE.jar"/>
126
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.aspects-3.2.2.RELEASE.jar"/>
127
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.beans-3.2.2.RELEASE.jar"/>
128
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.context-3.2.2.RELEASE.jar"/>
129
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.core-3.2.2.RELEASE.jar"/>
130
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.expression-3.2.2.RELEASE.jar"/>
131
	<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"/>
132
	<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"/>
133
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.oxm-3.2.2.RELEASE.jar"/>
134
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.test-3.2.2.RELEASE.jar"/>
135
	<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"/>
136
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.web-3.2.2.RELEASE.jar"/>
137
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.web.servlet-3.2.2.RELEASE.jar"/>
138
	<classpathentry exported="true" kind="lib" path="lib/osgi-3.6.0.jar"/>
139
	<classpathentry exported="true" kind="lib" path="lib/p6spy-1.3.jar"/>
140
	<classpathentry exported="true" kind="lib" path="lib/paranamer-2.3.jar"/>
141
	<classpathentry exported="true" kind="lib" path="lib/plexus-classworlds-1.2-alpha-9.jar"/>
142
	<classpathentry exported="true" kind="lib" path="lib/plexus-container-default-1.0-alpha-30.jar"/>
143
	<classpathentry exported="true" kind="lib" path="lib/plexus-utils-2.0.5.jar"/>
144
	<classpathentry exported="true" kind="lib" path="lib/postgresql-9.1-901.jdbc4.jar"/>
145
	<classpathentry exported="true" kind="lib" path="lib/sanselan-0.97-incubator.jar"/>
146
	<classpathentry exported="true" kind="lib" path="lib/servlet-api-2.5.jar"/>
147
	<classpathentry exported="true" kind="lib" path="lib/slf4j-api-1.7.2.jar"/>
148
	<classpathentry exported="true" kind="lib" path="lib/slf4j-log4j12-1.7.2.jar"/>
149
	<classpathentry exported="true" kind="lib" path="lib/snappy-java-1.0.4.1.jar"/>
150
	<classpathentry exported="true" kind="lib" path="lib/solr-analysis-extras-3.6.2.jar"/>
151
	<classpathentry exported="true" kind="lib" path="lib/solr-core-3.6.2.jar"/>
152
	<classpathentry exported="true" kind="lib" path="lib/solr-solrj-3.6.2.jar"/>
153
	<classpathentry exported="true" kind="lib" path="lib/spring-aop-3.2.2.RELEASE.jar"/>
154
	<classpathentry exported="true" kind="lib" path="lib/spring-beans-3.2.2.RELEASE.jar"/>
155
	<classpathentry exported="true" kind="lib" path="lib/spring-context-3.2.2.RELEASE.jar"/>
156
	<classpathentry exported="true" kind="lib" path="lib/spring-context-support-3.2.2.RELEASE.jar"/>
157
	<classpathentry exported="true" kind="lib" path="lib/spring-core-3.2.2.RELEASE.jar"/>
158
	<classpathentry exported="true" kind="lib" path="lib/spring-expression-3.2.2.RELEASE.jar"/>
159
	<classpathentry exported="true" kind="lib" path="lib/spring-modules-cache-0.7.jar"/>
160
	<classpathentry exported="true" kind="lib" path="lib/spring-security-config-3.1.3.RELEASE.jar"/>
161
	<classpathentry exported="true" kind="lib" path="lib/spring-security-core-3.1.3.RELEASE.jar"/>
162
	<classpathentry exported="true" kind="lib" path="lib/stax-1.2.0.jar"/>
163
	<classpathentry exported="true" kind="lib" path="lib/stax-api-1.0.1.jar"/>
164
	<classpathentry exported="true" kind="lib" path="lib/unitils-core-3.3.jar"/>
165
	<classpathentry exported="true" kind="lib" path="lib/unitils-database-3.3.jar"/>
166
	<classpathentry exported="true" kind="lib" path="lib/unitils-dbmaintainer-3.3.jar"/>
167
	<classpathentry exported="true" kind="lib" path="lib/unitils-dbunit-3.3.jar"/>
168
	<classpathentry exported="true" kind="lib" path="lib/unitils-easymock-3.3.jar"/>
169
	<classpathentry exported="true" kind="lib" path="lib/unitils-inject-3.3.jar"/>
170
	<classpathentry exported="true" kind="lib" path="lib/unitils-mock-3.3.jar"/>
171
	<classpathentry exported="true" kind="lib" path="lib/unitils-orm-3.3.jar"/>
172
	<classpathentry exported="true" kind="lib" path="lib/unitils-spring-3.3.jar"/>
173
	<classpathentry exported="true" kind="lib" path="lib/usertype.jodatime-2.0.1.jar"/>
174
	<classpathentry exported="true" kind="lib" path="lib/usertype.spi-2.0.1.jar"/>
175
	<classpathentry exported="true" kind="lib" path="lib/validation-api-1.0.0.GA.jar"/>
176
	<classpathentry exported="true" kind="lib" path="lib/wsdl4j-1.6.2.jar"/>
177
	<classpathentry exported="true" kind="lib" path="lib/xalan-2.6.0.jar"/>
178
	<classpathentry exported="true" kind="lib" path="lib/xercesImpl-2.11.0.jar"/>
179
	<classpathentry exported="true" kind="lib" path="lib/xml-apis-1.0.b2.jar"/>
180
	<classpathentry exported="true" kind="lib" path="lib/xml-apis-ext-1.3.04.jar"/>
181
	<classpathentry exported="true" kind="lib" path="lib/xml-resolver-1.2.jar"/>
182
	<classpathentry exported="true" kind="lib" path="lib/xmlgraphics-commons-1.5.jar"/>
183
	<classpathentry exported="true" kind="lib" path="lib/xmlParserAPIs-2.6.2.jar"/>
184
	<classpathentry exported="true" kind="lib" path="lib/xmlpull-1.1.3.1.jar"/>
185
	<classpathentry exported="true" kind="lib" path="lib/xmlunit-1.4.jar"/>
186
	<classpathentry exported="true" kind="lib" path="lib/xom-1.0.jar"/>
187
	<classpathentry exported="true" kind="lib" path="lib/xpp3_min-1.1.4c.jar"/>
188
	<classpathentry exported="true" kind="lib" path="lib/xpp3-1.1.4c.jar"/>
189
	<classpathentry exported="true" kind="lib" path="lib/xstream-1.4.4.jar"/>
190
	<classpathentry exported="true" kind="lib" path="lib/yjp-controller-api-redist-9.0.8.jar"/>
191
	<classpathentry exported="true" kind="lib" path="lib/google-api-translate-java-0.92.jar"/>
192
	<classpathentry exported="true" kind="lib" path="lib/odfdom-0.8.jar"/>
193
	<classpathentry exported="true" kind="lib" path="lib/h2mig_pagestore_addon.jar"/>
194
	<classpathentry exported="true" kind="lib" path="lib/spring-security-remoting-3.1.3.RELEASE.jar"/>
195
	<classpathentry exported="true" kind="lib" path="lib/jena-core-2.11.2.jar"/>
196
	<classpathentry exported="true" kind="lib" path="lib/jena-iri-1.0.2.jar"/>
197
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-commons-3.5.1-SNAPSHOT-sources.jar"/>
198
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-commons-3.5.1-SNAPSHOT.jar"/>
199
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-ext-3.5.1-SNAPSHOT-sources.jar"/>
200
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-ext-3.5.1-SNAPSHOT.jar"/>
201
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-io-3.5.1-SNAPSHOT-sources.jar"/>
202
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-io-3.5.1-SNAPSHOT.jar"/>
203
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-model-3.5.1-SNAPSHOT-sources.jar"/>
204
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-model-3.5.1-SNAPSHOT.jar"/>
205
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-persistence-3.5.1-SNAPSHOT-sources.jar"/>
206
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-persistence-3.5.1-SNAPSHOT.jar"/>
207
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-print-3.5.1-SNAPSHOT-sources.jar"/>
208
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-print-3.5.1-SNAPSHOT.jar"/>
209
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-remote-3.5.1-SNAPSHOT-sources.jar"/>
210
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-remote-3.5.1-SNAPSHOT.jar"/>
211
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-services-3.5.1-SNAPSHOT-sources.jar"/>
212
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-services-3.5.1-SNAPSHOT.jar"/>
213
	<classpathentry exported="true" kind="lib" path="lib/poi-3.10-FINAL.jar"/>
214
	<classpathentry exported="true" kind="lib" path="lib/poi-ooxml-3.10-FINAL.jar"/>
215
	<classpathentry exported="true" kind="lib" path="lib/xmlbeans-2.3.0.jar"/>
216
	<classpathentry exported="true" kind="lib" path="lib/poi-ooxml-schemas-3.10-FINAL.jar"/>
217
	<classpathentry exported="true" kind="lib" path="lib/swagger-annotations-1.3.5.jar"/>
218
	<classpathentry kind="output" path="target/classes"/>
219
</classpath>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry kind="src" path="src/main/java"/>
6
	<classpathentry kind="src" path="src/test/java"/>
7
	<classpathentry kind="src" path="src/main/resources"/>
8
	<classpathentry kind="src" path="src/test/resources"/>
9
	<classpathentry exported="true" kind="lib" path="lib/activation-1.1.1.jar"/>
10
	<classpathentry exported="true" kind="lib" path="lib/antlr-2.7.7.jar"/>
11
	<classpathentry exported="true" kind="lib" path="lib/aopalliance-1.0.jar"/>
12
	<classpathentry exported="true" kind="lib" path="lib/aspectjrt-1.7.1.jar"/>
13
	<classpathentry exported="true" kind="lib" path="lib/aspectjweaver-1.7.1.jar"/>
14
	<classpathentry exported="true" kind="lib" path="lib/avro-1.6.3.jar"/>
15
	<classpathentry exported="true" kind="lib" path="lib/batik-anim-1.7.jar"/>
16
	<classpathentry exported="true" kind="lib" path="lib/batik-awt-util-1.7.jar"/>
17
	<classpathentry exported="true" kind="lib" path="lib/batik-bridge-1.7.jar"/>
18
	<classpathentry exported="true" kind="lib" path="lib/batik-css-1.7.jar"/>
19
	<classpathentry exported="true" kind="lib" path="lib/batik-dom-1.7.jar"/>
20
	<classpathentry exported="true" kind="lib" path="lib/batik-ext-1.7.jar"/>
21
	<classpathentry exported="true" kind="lib" path="lib/batik-extension-1.7.jar"/>
22
	<classpathentry exported="true" kind="lib" path="lib/batik-gvt-1.7.jar"/>
23
	<classpathentry exported="true" kind="lib" path="lib/batik-js-1.7.jar"/>
24
	<classpathentry exported="true" kind="lib" path="lib/batik-parser-1.7.jar"/>
25
	<classpathentry exported="true" kind="lib" path="lib/batik-script-1.7.jar"/>
26
	<classpathentry exported="true" kind="lib" path="lib/batik-svg-dom-1.7.jar"/>
27
	<classpathentry exported="true" kind="lib" path="lib/batik-svggen-1.7.jar"/>
28
	<classpathentry exported="true" kind="lib" path="lib/batik-transcoder-1.7.jar"/>
29
	<classpathentry exported="true" kind="lib" path="lib/batik-util-1.7.jar"/>
30
	<classpathentry exported="true" kind="lib" path="lib/batik-xml-1.7.jar"/>
31
	<classpathentry exported="true" kind="lib" path="lib/c3p0-0.9.2.jar"/>
32
	<classpathentry exported="true" kind="lib" path="lib/cglib-nodep-2.2.2.jar"/>
33
	<classpathentry exported="true" kind="lib" path="lib/com.springsource.org.aopalliance-1.0.0.jar"/>
34
	<classpathentry exported="true" kind="lib" path="lib/com.springsource.org.apache.commons.logging-1.1.1.jar"/>
35
	<classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.8.3.jar"/>
36
	<classpathentry exported="true" kind="lib" path="lib/commons-codec-20041127.091804.jar"/>
37
	<classpathentry exported="true" kind="lib" path="lib/commons-collections-3.2.1.jar"/>
38
	<classpathentry exported="true" kind="lib" path="lib/commons-dbcp-1.4.jar" sourcepath="lib/commons-dbcp-1.4-sources.jar"/>
39
	<classpathentry exported="true" kind="lib" path="lib/commons-io-2.4.jar"/>
40
	<classpathentry exported="true" kind="lib" path="lib/commons-lang-2.6.jar"/>
41
	<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.1.2.jar"/>
42
	<classpathentry exported="true" kind="lib" path="lib/commons-pool-1.5.4.jar"/>
43
	<classpathentry exported="true" kind="lib" path="lib/concurrent-1.3.4.jar"/>
44
	<classpathentry exported="true" kind="lib" path="lib/dbunit-2.4.9.jar"/>
45
	<classpathentry exported="true" kind="lib" path="lib/dom4j-1.6.1.jar"/>
46
	<classpathentry exported="true" kind="lib" path="lib/doxia-core-1.3.jar"/>
47
	<classpathentry exported="true" kind="lib" path="lib/doxia-logging-api-1.3.jar"/>
48
	<classpathentry exported="true" kind="lib" path="lib/doxia-module-apt-1.3.jar"/>
49
	<classpathentry exported="true" kind="lib" path="lib/doxia-module-xhtml-1.3.jar"/>
50
	<classpathentry exported="true" kind="lib" path="lib/doxia-sink-api-1.3.jar"/>
51
	<classpathentry exported="true" kind="lib" path="lib/dozer-5.3.0.jar"/>
52
	<classpathentry exported="true" kind="lib" path="lib/easymock-3.1.jar"/>
53
	<classpathentry exported="true" kind="lib" path="lib/easymockclassextension-2.3.jar"/>
54
	<classpathentry exported="true" kind="lib" path="lib/ehcache-core-2.6.9.jar"/>
55
	<classpathentry exported="true" kind="lib" path="lib/ezmorph-1.0.6.jar"/>
56
	<classpathentry exported="true" kind="lib" path="lib/fop-1.1.jar"/>
57
	<classpathentry exported="true" kind="lib" path="lib/guava-r05.jar"/>
58
	<classpathentry exported="true" kind="lib" path="lib/h2-1.3.170.jar"/>
59
	<classpathentry exported="true" kind="lib" path="lib/hamcrest-core-1.3.jar"/>
60
	<classpathentry exported="true" kind="lib" path="lib/hibernate-c3p0-4.1.10.Final.jar"/>
61
	<classpathentry exported="true" kind="lib" path="lib/hibernate-cglib-repack-2.1_3.jar"/>
62
	<classpathentry exported="true" kind="lib" path="lib/hibernate-commons-annotations-4.0.1.Final.jar"/>
63
	<classpathentry exported="true" kind="lib" path="lib/hibernate-core-4.1.10.Final.jar"/>
64
	<classpathentry exported="true" kind="lib" path="lib/hibernate-ehcache-4.1.10.Final.jar"/>
65
	<classpathentry exported="true" kind="lib" path="lib/hibernate-entitymanager-4.1.10.Final.jar"/>
66
	<classpathentry exported="true" kind="lib" path="lib/hibernate-envers-4.1.10.Final.jar"/>
67
	<classpathentry exported="true" kind="lib" path="lib/hibernate-jpa-2.0-api-1.0.1.Final.jar"/>
68
	<classpathentry exported="true" kind="lib" path="lib/hibernate-search-4.2.0.Final.jar"/>
69
	<classpathentry exported="true" kind="lib" path="lib/hibernate-search-analyzers-4.2.0.Final.jar"/>
70
	<classpathentry exported="true" kind="lib" path="lib/hibernate-search-engine-4.2.0.Final.jar"/>
71
	<classpathentry exported="true" kind="lib" path="lib/hibernate-search-orm-4.2.0.Final.jar"/>
72
	<classpathentry exported="true" kind="lib" path="lib/hibernate-validator-4.3.1.Final.jar"/>
73
	<classpathentry exported="true" kind="lib" path="lib/hsqldb-1.8.0.10.jar"/>
74
	<classpathentry exported="true" kind="lib" path="lib/httpclient-4.2.3.jar"/>
75
	<classpathentry exported="true" kind="lib" path="lib/httpcore-4.2.4.jar"/>
76
	<classpathentry exported="true" kind="lib" path="lib/icu4j-2.6.1.jar"/>
77
	<classpathentry exported="true" kind="lib" path="lib/identificationKeyAPI-1.0-SNAPSHOT-sources.jar"/>
78
	<classpathentry exported="true" kind="lib" path="lib/identificationKeyAPI-1.0-SNAPSHOT.jar"/>
79
	<classpathentry exported="true" kind="lib" path="lib/itextpdf-5.4.0.jar"/>
80
	<classpathentry exported="true" kind="lib" path="lib/jackson-core-asl-1.8.8.jar"/>
81
	<classpathentry exported="true" kind="lib" path="lib/jackson-mapper-asl-1.8.8.jar"/>
82
	<classpathentry exported="true" kind="lib" path="lib/jakarta-regexp-1.4.jar"/>
83
	<classpathentry exported="true" kind="lib" path="lib/javassist-3.17.1-GA.jar"/>
84
	<classpathentry exported="true" kind="lib" path="lib/jaxb-api-2.2.7.jar"/>
85
	<classpathentry exported="true" kind="lib" path="lib/jaxb-impl-2.2-EA.jar"/>
86
	<classpathentry exported="true" kind="lib" path="lib/jaxb-xjc-2.2-EA.jar"/>
87
	<classpathentry exported="true" kind="lib" path="lib/jaxb1-impl-2.2-EA.jar"/>
88
	<classpathentry exported="true" kind="lib" path="lib/jaxen-1.1.4.jar"/>
89
	<classpathentry exported="true" kind="lib" path="lib/jboss-logging-3.1.3.GA.jar"/>
90
	<classpathentry exported="true" kind="lib" path="lib/jboss-transaction-api_1.1_spec-1.0.0.Final.jar"/>
91
	<classpathentry exported="true" kind="lib" path="lib/jdbc4-2.0.jar"/>
92
	<classpathentry exported="true" kind="lib" path="lib/jdom-1.1.3.jar"/>
93
	<classpathentry exported="true" kind="lib" path="lib/joda-time-2.1.jar"/>
94
	<classpathentry exported="true" kind="lib" path="lib/json-lib-2.4-jdk15.jar"/>
95
	<classpathentry exported="true" kind="lib" path="lib/jsr250-api-1.0.jar"/>
96
	<classpathentry exported="true" kind="lib" path="lib/jtds-1.3.0.jar"/>
97
	<classpathentry exported="true" kind="lib" path="lib/junit-4.11.jar"/>
98
	<classpathentry exported="true" kind="lib" path="lib/junit-benchmarks-0.5.0.jar"/>
99
	<classpathentry exported="true" kind="lib" path="lib/log4j-1.2.17.jar"/>
100
	<classpathentry exported="true" kind="lib" path="lib/lsid-client-1.1.2.jar"/>
101
	<classpathentry exported="true" kind="lib" path="lib/lsid-server-1.1.2.jar"/>
102
	<classpathentry exported="true" kind="lib" path="lib/lucene-analyzers-3.6.2.jar"/>
103
	<classpathentry exported="true" kind="lib" path="lib/lucene-core-3.6.2.jar"/>
104
	<classpathentry exported="true" kind="lib" path="lib/lucene-facet-3.6.2.jar"/>
105
	<classpathentry exported="true" kind="lib" path="lib/lucene-grouping-3.6.2.jar"/>
106
	<classpathentry exported="true" kind="lib" path="lib/lucene-highlighter-3.6.2.jar"/>
107
	<classpathentry exported="true" kind="lib" path="lib/lucene-kuromoji-3.6.2.jar"/>
108
	<classpathentry exported="true" kind="lib" path="lib/lucene-memory-3.6.2.jar"/>
109
	<classpathentry exported="true" kind="lib" path="lib/lucene-misc-3.6.2.jar"/>
110
	<classpathentry exported="true" kind="lib" path="lib/lucene-phonetic-3.6.2.jar"/>
111
	<classpathentry exported="true" kind="lib" path="lib/lucene-queries-3.6.2.jar"/>
112
	<classpathentry exported="true" kind="lib" path="lib/lucene-smartcn-3.6.2.jar"/>
113
	<classpathentry exported="true" kind="lib" path="lib/lucene-spatial-3.6.2.jar"/>
114
	<classpathentry exported="true" kind="lib" path="lib/lucene-spellchecker-3.6.2.jar"/>
115
	<classpathentry exported="true" kind="lib" path="lib/lucene-stempel-3.6.2.jar"/>
116
	<classpathentry exported="true" kind="lib" path="lib/mchange-commons-java-0.2.3.3.jar"/>
117
	<classpathentry exported="true" kind="lib" path="lib/mysql-connector-java-5.1.24.jar"/>
118
	<classpathentry exported="true" kind="lib" path="lib/objenesis-1.2.jar"/>
119
	<classpathentry exported="true" kind="lib" path="lib/odfdom-java-0.8.7.jar"/>
120
	<classpathentry exported="true" kind="lib" path="lib/ognl-2.6.9.jar"/>
121
	<classpathentry exported="true" kind="lib" path="lib/opencsv-2.3.jar"/>
122
	<classpathentry exported="true" kind="lib" path="lib/org.eclipse.equinox.common-3.6.0.v20110523.jar"/>
123
	<classpathentry exported="true" kind="lib" path="lib/org.eclipse.osgi-3.7.2.v20120110-1415.jar"/>
124
	<classpathentry exported="true" kind="lib" path="lib/org.osgi.core-1.0.0.jar"/>
125
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.aop-3.2.2.RELEASE.jar"/>
126
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.aspects-3.2.2.RELEASE.jar"/>
127
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.beans-3.2.2.RELEASE.jar"/>
128
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.context-3.2.2.RELEASE.jar"/>
129
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.core-3.2.2.RELEASE.jar"/>
130
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.expression-3.2.2.RELEASE.jar"/>
131
	<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"/>
132
	<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"/>
133
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.oxm-3.2.2.RELEASE.jar"/>
134
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.test-3.2.2.RELEASE.jar"/>
135
	<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"/>
136
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.web-3.2.2.RELEASE.jar"/>
137
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.web.servlet-3.2.2.RELEASE.jar"/>
138
	<classpathentry exported="true" kind="lib" path="lib/osgi-3.6.0.jar"/>
139
	<classpathentry exported="true" kind="lib" path="lib/p6spy-1.3.jar"/>
140
	<classpathentry exported="true" kind="lib" path="lib/paranamer-2.3.jar"/>
141
	<classpathentry exported="true" kind="lib" path="lib/plexus-classworlds-1.2-alpha-9.jar"/>
142
	<classpathentry exported="true" kind="lib" path="lib/plexus-container-default-1.0-alpha-30.jar"/>
143
	<classpathentry exported="true" kind="lib" path="lib/plexus-utils-2.0.5.jar"/>
144
	<classpathentry exported="true" kind="lib" path="lib/postgresql-9.1-901.jdbc4.jar"/>
145
	<classpathentry exported="true" kind="lib" path="lib/sanselan-0.97-incubator.jar"/>
146
	<classpathentry exported="true" kind="lib" path="lib/servlet-api-2.5.jar"/>
147
	<classpathentry exported="true" kind="lib" path="lib/slf4j-api-1.7.2.jar"/>
148
	<classpathentry exported="true" kind="lib" path="lib/slf4j-log4j12-1.7.2.jar"/>
149
	<classpathentry exported="true" kind="lib" path="lib/snappy-java-1.0.4.1.jar"/>
150
	<classpathentry exported="true" kind="lib" path="lib/solr-analysis-extras-3.6.2.jar"/>
151
	<classpathentry exported="true" kind="lib" path="lib/solr-core-3.6.2.jar"/>
152
	<classpathentry exported="true" kind="lib" path="lib/solr-solrj-3.6.2.jar"/>
153
	<classpathentry exported="true" kind="lib" path="lib/spring-aop-3.2.2.RELEASE.jar"/>
154
	<classpathentry exported="true" kind="lib" path="lib/spring-beans-3.2.2.RELEASE.jar"/>
155
	<classpathentry exported="true" kind="lib" path="lib/spring-context-3.2.2.RELEASE.jar"/>
156
	<classpathentry exported="true" kind="lib" path="lib/spring-context-support-3.2.2.RELEASE.jar"/>
157
	<classpathentry exported="true" kind="lib" path="lib/spring-core-3.2.2.RELEASE.jar"/>
158
	<classpathentry exported="true" kind="lib" path="lib/spring-expression-3.2.2.RELEASE.jar"/>
159
	<classpathentry exported="true" kind="lib" path="lib/spring-modules-cache-0.7.jar"/>
160
	<classpathentry exported="true" kind="lib" path="lib/spring-security-config-3.1.3.RELEASE.jar"/>
161
	<classpathentry exported="true" kind="lib" path="lib/spring-security-core-3.1.3.RELEASE.jar"/>
162
	<classpathentry exported="true" kind="lib" path="lib/stax-1.2.0.jar"/>
163
	<classpathentry exported="true" kind="lib" path="lib/stax-api-1.0.1.jar"/>
164
	<classpathentry exported="true" kind="lib" path="lib/unitils-core-3.3.jar"/>
165
	<classpathentry exported="true" kind="lib" path="lib/unitils-database-3.3.jar"/>
166
	<classpathentry exported="true" kind="lib" path="lib/unitils-dbmaintainer-3.3.jar"/>
167
	<classpathentry exported="true" kind="lib" path="lib/unitils-dbunit-3.3.jar"/>
168
	<classpathentry exported="true" kind="lib" path="lib/unitils-easymock-3.3.jar"/>
169
	<classpathentry exported="true" kind="lib" path="lib/unitils-inject-3.3.jar"/>
170
	<classpathentry exported="true" kind="lib" path="lib/unitils-mock-3.3.jar"/>
171
	<classpathentry exported="true" kind="lib" path="lib/unitils-orm-3.3.jar"/>
172
	<classpathentry exported="true" kind="lib" path="lib/unitils-spring-3.3.jar"/>
173
	<classpathentry exported="true" kind="lib" path="lib/usertype.jodatime-2.0.1.jar"/>
174
	<classpathentry exported="true" kind="lib" path="lib/usertype.spi-2.0.1.jar"/>
175
	<classpathentry exported="true" kind="lib" path="lib/validation-api-1.0.0.GA.jar"/>
176
	<classpathentry exported="true" kind="lib" path="lib/wsdl4j-1.6.2.jar"/>
177
	<classpathentry exported="true" kind="lib" path="lib/xalan-2.6.0.jar"/>
178
	<classpathentry exported="true" kind="lib" path="lib/xercesImpl-2.11.0.jar"/>
179
	<classpathentry exported="true" kind="lib" path="lib/xml-apis-1.0.b2.jar"/>
180
	<classpathentry exported="true" kind="lib" path="lib/xml-apis-ext-1.3.04.jar"/>
181
	<classpathentry exported="true" kind="lib" path="lib/xml-resolver-1.2.jar"/>
182
	<classpathentry exported="true" kind="lib" path="lib/xmlgraphics-commons-1.5.jar"/>
183
	<classpathentry exported="true" kind="lib" path="lib/xmlParserAPIs-2.6.2.jar"/>
184
	<classpathentry exported="true" kind="lib" path="lib/xmlpull-1.1.3.1.jar"/>
185
	<classpathentry exported="true" kind="lib" path="lib/xmlunit-1.4.jar"/>
186
	<classpathentry exported="true" kind="lib" path="lib/xom-1.0.jar"/>
187
	<classpathentry exported="true" kind="lib" path="lib/xpp3_min-1.1.4c.jar"/>
188
	<classpathentry exported="true" kind="lib" path="lib/xpp3-1.1.4c.jar"/>
189
	<classpathentry exported="true" kind="lib" path="lib/xstream-1.4.4.jar"/>
190
	<classpathentry exported="true" kind="lib" path="lib/yjp-controller-api-redist-9.0.8.jar"/>
191
	<classpathentry exported="true" kind="lib" path="lib/google-api-translate-java-0.92.jar"/>
192
	<classpathentry exported="true" kind="lib" path="lib/odfdom-0.8.jar"/>
193
	<classpathentry exported="true" kind="lib" path="lib/h2mig_pagestore_addon.jar"/>
194
	<classpathentry exported="true" kind="lib" path="lib/spring-security-remoting-3.1.3.RELEASE.jar"/>
195
	<classpathentry exported="true" kind="lib" path="lib/jena-core-2.11.2.jar"/>
196
	<classpathentry exported="true" kind="lib" path="lib/jena-iri-1.0.2.jar"/>
197
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-commons-3.5.1-SNAPSHOT-sources.jar"/>
198
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-commons-3.5.1-SNAPSHOT.jar"/>
199
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-ext-3.5.1-SNAPSHOT-sources.jar"/>
200
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-ext-3.5.1-SNAPSHOT.jar"/>
201
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-io-3.5.1-SNAPSHOT-sources.jar"/>
202
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-io-3.5.1-SNAPSHOT.jar" sourcepath="lib/cdmlib-io-3.5.1-SNAPSHOT-sources.jar"/>
203
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-model-3.5.1-SNAPSHOT-sources.jar"/>
204
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-model-3.5.1-SNAPSHOT.jar" sourcepath="lib/cdmlib-model-3.5.1-SNAPSHOT-sources.jar"/>
205
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-persistence-3.5.1-SNAPSHOT-sources.jar"/>
206
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-persistence-3.5.1-SNAPSHOT.jar" sourcepath="lib/cdmlib-persistence-3.5.1-SNAPSHOT-sources.jar"/>
207
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-print-3.5.1-SNAPSHOT-sources.jar"/>
208
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-print-3.5.1-SNAPSHOT.jar"/>
209
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-remote-3.5.1-SNAPSHOT-sources.jar"/>
210
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-remote-3.5.1-SNAPSHOT.jar"/>
211
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-services-3.5.1-SNAPSHOT-sources.jar"/>
212
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-services-3.5.1-SNAPSHOT.jar" sourcepath="lib/cdmlib-services-3.5.1-SNAPSHOT-sources.jar"/>
213
	<classpathentry exported="true" kind="lib" path="lib/poi-3.10-FINAL.jar"/>
214
	<classpathentry exported="true" kind="lib" path="lib/poi-ooxml-3.10-FINAL.jar"/>
215
	<classpathentry exported="true" kind="lib" path="lib/xmlbeans-2.3.0.jar"/>
216
	<classpathentry exported="true" kind="lib" path="lib/poi-ooxml-schemas-3.10-FINAL.jar"/>
217
	<classpathentry exported="true" kind="lib" path="lib/swagger-annotations-1.3.5.jar"/>
218
	<classpathentry kind="output" path="target/classes"/>
219
</classpath>
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF
57 57
 eu.etaxonomy.cdm.io.common.events,
58 58
 eu.etaxonomy.cdm.io.common.mapping,
59 59
 eu.etaxonomy.cdm.io.common.mapping.out,
60
 eu.etaxonomy.cdm.io.csv.caryophyllales.out,
60 61
 eu.etaxonomy.cdm.io.csv.redlist.demo,
61 62
 eu.etaxonomy.cdm.io.csv.redlist.out,
62 63
 eu.etaxonomy.cdm.io.dwca,
eu.etaxonomy.taxeditor.editor/.classpath
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
6
	<classpathentry including="**/*.java" kind="src" path="src/test/java"/>
7
	<classpathentry excluding="**/*.java" kind="src" path="src/main/resources"/>
8
	<classpathentry kind="output" path="target/classes"/>
9
</classpath>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
6
	<classpathentry including="**/*.java" kind="src" path="src/test/java"/>
7
	<classpathentry excluding="**/*.java" kind="src" path="src/main/resources"/>
8
	<classpathentry kind="output" path="target/classes"/>
9
</classpath>
eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin.properties
37 37
command.label.15 = Delete
38 38
command.label.16 = Delete All Empty Names
39 39
command.label.17 = Swap Synonym With Accepted
40

  
40 41
command.label.18 = Show Details
41 42
command.label.19 = Save
42 43
command.label.20 = New Node
......
78 79
command.name.4 = Change To Accepted Taxon
79 80
command.name.5 = Change To Misapplication
80 81
command.name.6 = Swap Synonym With Accepted
82

  
81 83
command.name.7 = Set Basionym / Original Combination
82 84
command.name.8 = Remove Basionym / Original Combination
83 85
command.name.9 = Delete All Empty Names
......
151 153
command.name.42 = Open Taxon Editor
152 154
command.name.43 = Create Field Unit
153 155
command.name.44 = Deep Delete
154
command.name.45 = Fix Classification Hierarchy
156
command.name.45 = Fix Classification Hierarchy
157

  
158
command.name.46 = Move Synonym (Homotypical Group)  To Another Accepted Taxon
159
command.label.56 = Move Synonym (Homotypical Group)  To Another Accepted Taxon
eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_de.properties
78 78
command.name.4 = \u00c4ndere zu akzeptiertem Taxon
79 79
command.name.5 = \u00c4ndere zu Misapplication
80 80
command.name.6 = Tausche Synonym mit Akzeptiertem Namen
81

  
81 82
command.name.7 = Setze Basionym / Originalkombination
82 83
command.name.8 = Entferne Basionym / Originalkombination
83 84
command.name.9 = L\u00f6sche alle leeren Namen
......
150 151
command.name.42 = \u00d6ffne Taxon Editor
151 152
command.name.43 = Neue Field Unit
152 153
command.name.44 = L\u00f6schen (mit Kindern)
153
command.name.45 = Erzeuge Taxon-Hierarchie
154
command.name.45 = Erzeuge Taxon-Hierarchie
155

  
156
command.name.46 = Verschiebe Synonym(Homotypische Gruppe) zu neuem Akzeptierten Taxon
157
command.label.56 = Verschiebe Synonym(Homotypische Gruppe) zu neuem Akzeptierten Taxon
eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_en.properties
37 37
command.label.15 = Delete
38 38
command.label.16 = Delete All Empty Names
39 39
command.label.17 = Swap Synonym With Accepted
40

  
40 41
command.label.18 = Show Details
41 42
command.label.19 = Save
42 43
command.label.20 = New Node
......
78 79
command.name.4 = Change To Accepted Taxon
79 80
command.name.5 = Change To Misapplication
80 81
command.name.6 = Swap Synonym With Accepted
82

  
81 83
command.name.7 = Set Basionym / Original Combination
82 84
command.name.8 = Remove Basionym / Original Combination
83 85
command.name.9 = Delete All Empty Names
eu.etaxonomy.taxeditor.editor/plugin.xml
523 523
               </reference>
524 524
            </visibleWhen>
525 525
         </command>
526
         <command
527
                  commandId="eu.etaxonomy.taxeditor.editor.name.moveSynonymToAnotherAcceptedTaxon"
528
                  label="%command.label.56"
529
                  style="push">
530
               <visibleWhen>
531
                   <reference
532
                         definitionId="isSynonym">
533
                   </reference>
534
                </visibleWhen>
535
          </command>
526 536
         <separator
527 537
               name="taxeditor-editor.separator3"
528 538
               visible="true">
......
1178 1188
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.SwapSynonymAndAcceptedHandler"
1179 1189
            id="eu.etaxonomy.taxeditor.editor.name.swapSynonymAndAccepted"
1180 1190
            name="%command.name.6">
1191
      </command>
1192
       <command
1193
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1194
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.MoveSynonymToAnotherAcceptedTaxonHandler"
1195
            id="eu.etaxonomy.taxeditor.editor.name.moveSynonymToAnotherAcceptedTaxon"
1196
            name="%command.name.46">
1181 1197
      </command>
1182 1198
      <command
1183 1199
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/MultiPageTaxonEditor.java
421 421
    /** {@inheritDoc} */
422 422
    @Override
423 423
    public boolean postOperation(CdmBase objectAffectedByOperation) {
424
        setDirty(true);
425

  
424
    	if (objectAffectedByOperation != null){
425
    		setDirty(true);
426
    	}
426 427
        for (IEditorPart editor : this.getPages()) {
427 428
            if (editor instanceof IPostOperationEnabled) {
428 429
                ((IPostOperationEnabled) editor).postOperation(objectAffectedByOperation);
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/dnd/NameEditorDragSourceEffect.java
3 3
 */
4 4
package eu.etaxonomy.taxeditor.editor.name.dnd;
5 5

  
6
import org.eclipse.swt.SWTException;
6 7
import org.eclipse.swt.dnd.DragSourceEffect;
7 8
import org.eclipse.swt.dnd.DragSourceEvent;
8 9
import org.eclipse.swt.widgets.Control;
......
34 35
	/** {@inheritDoc} */
35 36
	@Override
36 37
	public void dragFinished(DragSourceEvent event) {
37
		// TODO Auto-generated method stub
38 38
		super.dragFinished(event);
39
		
39 40
	}
40 41
	
42
	
41 43
}
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/dnd/NameEditorDropTargetListener.java
9 9
import org.eclipse.swt.dnd.DropTargetAdapter;
10 10
import org.eclipse.swt.dnd.DropTargetEvent;
11 11

  
12
import eu.etaxonomy.cdm.hibernate.HibernateProxyHelper;
12 13
import eu.etaxonomy.cdm.model.common.ICdmBase;
13 14
import eu.etaxonomy.cdm.model.name.HomotypicalGroup;
14 15
import eu.etaxonomy.cdm.model.reference.Reference;
......
68 69
	
69 70
	/** {@inheritDoc} */
70 71
	public void drop(DropTargetEvent dropTargetEvent) {
71
		
72
		if (!EditorUtil.forceUserSave(target.getEditor(), dropTargetEvent.display.getActiveShell())){
73
			return ;
74
		}
72 75
		TaxonBase taxonBase = getDroppedTaxonBase(dropTargetEvent);
73 76
		
74 77
		Assert.isNotNull(taxonBase);
......
102 105
	
103 106
	private AbstractPostOperation createOperation(TaxonBase taxonBase) {
104 107
		
108
		
105 109
		if(taxonBase instanceof Synonym){
106 110
			Synonym synonym = (Synonym) taxonBase;
107 111
			
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/handler/NameEditorMenuPropertyTester.java
55 55
			
56 56
			Object selectedElement = selection.getFirstElement();
57 57
			
58
			System.out.println(selectedElement);
59
			System.out.println(property);
58 60
			if(ACCEPTED.equals(property)){
59 61
				return isAccepted(selectedElement);
60 62
			}
61 63
			else if(SYNONYM.equals(property)){
64
				System.out.println(isSynonym(selectedElement));
62 65
				return isSynonym(selectedElement);
63 66
			}
64 67
			else if(MISAPPLICATION.equals(property)){
......
118 121
	}
119 122

  
120 123
	private boolean isSynonym(Object selectedElement) {
124
		System.out.println("isSynonym...." + selectedElement);
121 125
		return (selectedElement instanceof Synonym) ? true : false;
122 126
	}
123 127

  
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/operation/MoveSynonymToAnotherAcceptedTaxonOperation.java
21 21
import eu.etaxonomy.cdm.model.taxon.Taxon;
22 22
import eu.etaxonomy.taxeditor.editor.EditorUtil;
23 23
import eu.etaxonomy.taxeditor.editor.name.TaxonNameEditor;
24
import eu.etaxonomy.taxeditor.model.MessagingUtils;
24 25
import eu.etaxonomy.taxeditor.operation.AbstractPostTaxonOperation;
25 26
import eu.etaxonomy.taxeditor.operation.IPostOperationEnabled;
26 27
import eu.etaxonomy.taxeditor.store.CdmStore;
......
50 51
			UUID oldTaxonUUID, UUID synonymUUID, Taxon taxon, IPostOperationEnabled postOperationEnabled) {
51 52
		
52 53
		super(label, undoContext, taxon, postOperationEnabled);
54
	
53 55
		List<String> propertyPaths =  new ArrayList<String>();
54 56
		propertyPaths.add("synonymRelations");
55
		this.element = (Taxon) CdmStore.getService(ITaxonService.class).load(taxon.getUuid(),propertyPaths);
57
		this.element = (Taxon) CdmStore.getService(ITaxonService.class).load(taxon.getUuid(), propertyPaths);
56 58
		this.oldTaxon = (Taxon) CdmStore.getService(ITaxonService.class).load(oldTaxonUUID);
57
		this.synonym = (Synonym) CdmStore.getService(ITaxonService.class).load(synonymUUID);
59
		this.synonym = (Synonym) CdmStore.getService(ITaxonService.class).load(synonymUUID, propertyPaths);
58 60
		if(synonym == null){
59 61
			throw new IllegalArgumentException(
60 62
					"A null synonym was provided.");
......
85 87
		try {
86 88
			synRel = CdmStore.getService(ITaxonService.class).moveSynonymToAnotherTaxon(synRel, this.element, true, synRel.getType(), null, null, true);
87 89
		} catch (HomotypicalGroupChangeException e) {
88
			// TODO Auto-generated catch block
89
			e.printStackTrace();
90
			MessagingUtils.warningDialog("Operation cancelled", getClass(), e.getMessage());
91
			return postExecute(null);
90 92
		}
91 93
		((TaxonNameEditor)EditorUtil.getActiveMultiPageTaxonEditor().getActiveEditor()).getConversationHolder().commit();
92 94
		
eu.etaxonomy.taxeditor.help/.classpath
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry kind="src" path="src"/>
6
	<classpathentry kind="output" path="target"/>
7
</classpath>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry kind="src" path="src"/>
6
	<classpathentry kind="output" path="target"/>
7
</classpath>
eu.etaxonomy.taxeditor.navigation/.classpath
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
6
	<classpathentry including="**/*.java" kind="src" path="src/test/java"/>
7
	<classpathentry including="**/*.java" kind="src" path="src/test/resources"/>
8
	<classpathentry kind="output" path="target/classes"/>
9
</classpath>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
6
	<classpathentry including="**/*.java" kind="src" path="src/test/java"/>
7
	<classpathentry including="**/*.java" kind="src" path="src/test/resources"/>
8
	<classpathentry kind="output" path="target/classes"/>
9
</classpath>
eu.etaxonomy.taxeditor.printpublisher/.classpath
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="src/test/java"/>
6
	<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
7
	<classpathentry kind="output" path="target/classes"/>
8
</classpath>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="src/test/java"/>
6
	<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
7
	<classpathentry kind="output" path="target/classes"/>
8
</classpath>
eu.etaxonomy.taxeditor.store/.classpath
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
6
	<classpathentry including="**/*.java" kind="src" path="src/test/java"/>
7
	<classpathentry kind="src" path="src/main/resources"/>
8
	<classpathentry including="**/*.java" kind="src" path="src/test/resources"/>
9
	<classpathentry kind="output" path="target/classes"/>
10
</classpath>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
6
	<classpathentry including="**/*.java" kind="src" path="src/test/java"/>
7
	<classpathentry kind="src" path="src/main/resources"/>
8
	<classpathentry including="**/*.java" kind="src" path="src/test/resources"/>
9
	<classpathentry kind="output" path="target/classes"/>
10
</classpath>
eu.etaxonomy.taxeditor.store/plugin.xml
777 777
            id="eu.etaxonomy.taxeditor.io.export.csv"
778 778
            name="CSV">
779 779
      </wizard>
780
      <wizard
781
            category="eu.etaxonomy.taxeditor.export.category.cdm"
782
            class="eu.etaxonomy.taxeditor.io.wizard.CsvNameExportWizard"
783
            id="eu.etaxonomy.taxeditor.io.export.csv"
784
            name="CSV-Names">
785
      </wizard>
780 786
   </extension>
781 787
   <extension
782 788
         point="org.eclipse.ui.newWizards">
eu.etaxonomy.taxeditor.test/.classpath
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry kind="src" path="src/test/java"/>
6
	<classpathentry kind="src" path="src/main/resources"/>
7
	<classpathentry kind="output" path="target/classes"/>
8
</classpath>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry kind="src" path="src/test/java"/>
6
	<classpathentry kind="src" path="src/main/resources"/>
7
	<classpathentry kind="output" path="target/classes"/>
8
</classpath>
eu.etaxonomy.taxeditor/.classpath
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="src" path="/eu.etaxonomy.taxeditor.application"/>
4
	<classpathentry kind="src" path="/eu.etaxonomy.taxeditor.bulkeditor"/>
5
	<classpathentry kind="src" path="/eu.etaxonomy.taxeditor.cdmlib"/>
6
	<classpathentry kind="src" path="/eu.etaxonomy.taxeditor.editor"/>
7
	<classpathentry kind="src" path="/eu.etaxonomy.taxeditor.navigation"/>
8
	<classpathentry kind="src" path="/eu.etaxonomy.taxeditor.printpublisher"/>
9
	<classpathentry kind="src" path="/eu.etaxonomy.taxeditor.store"/>
10
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
11
	<classpathentry kind="output" path="target/classes"/>
12
</classpath>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="src" path="/eu.etaxonomy.taxeditor.application"/>
4
	<classpathentry kind="src" path="/eu.etaxonomy.taxeditor.bulkeditor"/>
5
	<classpathentry kind="src" path="/eu.etaxonomy.taxeditor.cdmlib"/>
6
	<classpathentry kind="src" path="/eu.etaxonomy.taxeditor.editor"/>
7
	<classpathentry kind="src" path="/eu.etaxonomy.taxeditor.navigation"/>
8
	<classpathentry kind="src" path="/eu.etaxonomy.taxeditor.printpublisher"/>
9
	<classpathentry kind="src" path="/eu.etaxonomy.taxeditor.store"/>
10
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
11
	<classpathentry kind="output" path="target/classes"/>
12
</classpath>

Also available in: Unified diff