Project

General

Profile

« Previous | Next » 

Revision 93b0eb6b

Added by Cherian Mathew almost 9 years ago

eu.etaxonomy.taxeditor.cdmlib/.classpath, eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF, eu.etaxonomy.taxeditor.test/META-INF/MANIFEST.MF : moved test jars to test project
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF : added packages required by test project to exported package list
ContextManager.java : adding check to make sure the workbench is created before initialisation
eu.etaxonomy.taxeditor.test/.classpath : moved resource from src/main/resources to src/test/resourcesto be maven comliant
eu.etaxonomy.taxeditor.test/pom.xml : added tycho-surefire-plugin config to run tests
TaxonNameEditorTest : removed logger setting
BaseRemotingTest : removed unused call to disk cache
CdmPersistentRemoteSourceTest, AbstractLazyInitializerTest, RemoteLazyLoadingTest : changed assert calls to be compatible with junit 4.8.2
OperationTestBase, BaseRemotingTest : changed to abstract to not be included in test run
eu.etaxonomy.taxeditor/pom.xml : made the building of products as optional (separate profile)
pom.xml : added unitils version property
eu.etaxonomy.taxeditor.test/lib : added test dependency jars

View differences:

eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF
7 7
Export-Package: com.google.api,
8 8
 com.google.api.detect,
9 9
 com.google.api.translate,
10
 eu.etaxonomy.cdm,
10 11
 eu.etaxonomy.cdm.api.application,
11 12
 eu.etaxonomy.cdm.api.cache,
12 13
 eu.etaxonomy.cdm.api.conversation,
......
191 192
 eu.etaxonomy.taxeditor.remoting.cache,
192 193
 eu.etaxonomy.taxeditor.remoting.server,
193 194
 eu.etaxonomy.taxeditor.remoting.source,
195
 eu.etaxonomy.taxeditor.service,
194 196
 eu.etaxonomy.taxeditor.session,
195 197
 eu.etaxonomy.taxeditor.session.mock,
196 198
 javassist.util.proxy,
......
201 203
 net.sf.ehcache.statistics,
202 204
 net.sf.ehcache.store,
203 205
 net.sf.json;uses:="net.sf.json.processors,net.sf.json.util,org.apache.commons.lang.exception",
206
 org.aopalliance.aop,
204 207
 org.apache.commons.collections;uses:="org.apache.commons.collections.keyvalue,new org.apache.commons.collections",
208
 org.apache.commons.dbcp,
205 209
 org.apache.commons.io;uses:="org.apache.commons.io.filefilter",
206 210
 org.apache.commons.lang;uses:="org.apache.commons.lang.exception",
211
 org.apache.commons.lang.text,
212
 org.apache.commons.logging,
207 213
 org.apache.fop.apps,
208 214
 org.apache.http,
209 215
 org.apache.http.client,
......
335 341
 org.odftoolkit.odfdom.dom.element,
336 342
 org.odftoolkit.odfdom.dom.element.style,
337 343
 org.odftoolkit.odfdom.dom.style,
344
 org.slf4j,
345
 org.springframework.aop,
346
 org.springframework.aop.framework,
338 347
 org.springframework.beans,
339 348
 org.springframework.beans.factory,
340 349
 org.springframework.beans.factory.annotation;
......
356 365
   org.springframework.core.io.support,
357 366
   org.springframework.beans.factory.config,
358 367
   org.springframework.beans.factory",
368
 org.springframework.context.config,
359 369
 org.springframework.context.event;
360 370
  uses:="org.springframework.core,
361 371
   org.aopalliance.intercept,
......
367 377
 org.springframework.core.io;uses:="org.jboss.virtual",
368 378
 org.springframework.core.io.support,
369 379
 org.springframework.core.type.classreading,
380
 org.springframework.jdbc.datasource,
370 381
 org.springframework.orm.hibernate3;
371 382
  uses:="org.apache.commons.logging,
372 383
   org.aopalliance.intercept,
......
398 409
 org.springframework.remoting.support,
399 410
 org.springframework.security.access,
400 411
 org.springframework.security.authentication,
412
 org.springframework.security.authentication.dao,
413
 org.springframework.security.authentication.encoding,
401 414
 org.springframework.security.authentication.event,
415
 org.springframework.security.config,
402 416
 org.springframework.security.core,
403 417
 org.springframework.security.core.context,
404 418
 org.springframework.security.core.userdetails,
......
448 462
   org.springframework.context.event,
449 463
   javax.servlet,
450 464
   org.springframework.ui,
451
   javax.servlet.http",
452
 org.unitils,
453
 org.unitils.database,
454
 org.unitils.database.annotations,
455
 org.unitils.database.util,
456
 org.unitils.dbunit.annotation,
457
 org.unitils.spring.annotation
465
   javax.servlet.http"
458 466
Bundle-Vendor: EDIT
459 467
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
460 468
Require-Bundle: org.eclipse.osgi,
......
661 669
 lib/xmlbeans-2.3.0.jar,
662 670
 lib/poi-ooxml-schemas-3.10-FINAL.jar,
663 671
 lib/swagger-annotations-1.3.5.jar,
664
 lib/unitils-core-3.4.2.jar,
665
 lib/unitils-database-3.4.2.jar,
666
 lib/unitils-dbmaintainer-3.4.2.jar,
667
 lib/unitils-dbunit-3.4.2.jar,
668
 lib/unitils-spring-3.4.2.jar,
669 672
 lib/cdm-server-3.5.2-SNAPSHOT.jar
670 673
Import-Package: org.apache.commons.httpclient.methods

Also available in: Unified diff