Project

General

Profile

« Previous | Next » 

Revision 6b35e189

Added by Ben Stöver almost 8 years ago

Exports of plugin molecular.lib updated.
Minor changes.

View differences:

eu.etaxonomy.taxeditor.molecular.lib/.classpath
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<classpath>
3
	<classpathentry exported="true" kind="lib" path="lib/jphyloio-core-0-SNAPSHOT.jar"/>
4
	<classpathentry exported="true" kind="lib" path="lib/owlapi-xmlutils-4.1.4.jar"/>
3 5
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
4 6
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5 7
	<classpathentry exported="true" kind="lib" path="lib/bioinfweb-commons-bio-2-SNAPSHOT.jar"/>
eu.etaxonomy.taxeditor.molecular.lib/META-INF/MANIFEST.MF
14 14
 lib/libralign-swt-0-SNAPSHOT.jar,
15 15
 lib/sequencing-1.9.2-SNAPSHOT.jar,
16 16
 lib/tic-core-2-SNAPSHOT.jar,
17
 lib/tic-swt-2-SNAPSHOT.jar
17
 lib/tic-swt-2-SNAPSHOT.jar,
18
 lib/jphyloio-core-0-SNAPSHOT.jar,
19
 lib/owlapi-xmlutils-4.1.4.jar
18 20
Export-Package: info.bioinfweb.commons,
19 21
 info.bioinfweb.commons.appversion,
20 22
 info.bioinfweb.commons.beans,
......
30 32
 info.bioinfweb.commons.swing.scrollpaneselector,
31 33
 info.bioinfweb.commons.swt,
32 34
 info.bioinfweb.commons.text,
35
 info.bioinfweb.jphyloio,
36
 info.bioinfweb.jphyloio.dataadapters,
37
 info.bioinfweb.jphyloio.dataadapters.implementations,
38
 info.bioinfweb.jphyloio.dataadapters.implementations.readtowriteadapter,
39
 info.bioinfweb.jphyloio.dataadapters.implementations.receivers,
40
 info.bioinfweb.jphyloio.events,
41
 info.bioinfweb.jphyloio.events.meta,
42
 info.bioinfweb.jphyloio.events.type,
43
 info.bioinfweb.jphyloio.exception,
44
 info.bioinfweb.jphyloio.factory,
45
 info.bioinfweb.jphyloio.formats,
46
 info.bioinfweb.jphyloio.formats.fasta,
47
 info.bioinfweb.jphyloio.formats.mega,
48
 info.bioinfweb.jphyloio.formats.newick,
49
 info.bioinfweb.jphyloio.formats.nexml,
50
 info.bioinfweb.jphyloio.formats.nexml.nexmlreceivers,
51
 info.bioinfweb.jphyloio.formats.nexus,
52
 info.bioinfweb.jphyloio.formats.nexus.blockhandlers,
53
 info.bioinfweb.jphyloio.formats.nexus.commandreaders,
54
 info.bioinfweb.jphyloio.formats.nexus.commandreaders.all,
55
 info.bioinfweb.jphyloio.formats.nexus.commandreaders.characters,
56
 info.bioinfweb.jphyloio.formats.nexus.commandreaders.sets,
57
 info.bioinfweb.jphyloio.formats.nexus.commandreaders.taxa,
58
 info.bioinfweb.jphyloio.formats.nexus.commandreaders.trees,
59
 info.bioinfweb.jphyloio.formats.pde,
60
 info.bioinfweb.jphyloio.formats.phylip,
61
 info.bioinfweb.jphyloio.formats.phyloxml,
62
 info.bioinfweb.jphyloio.formats.text,
63
 info.bioinfweb.jphyloio.formats.xml,
64
 info.bioinfweb.jphyloio.formats.xtg,
65
 info.bioinfweb.jphyloio.tools,
33 66
 info.bioinfweb.libralign,
34 67
 info.bioinfweb.libralign.actions,
35 68
 info.bioinfweb.libralign.alignmentarea,
......
160 193
 org.biojavax.ga.util,
161 194
 org.biojavax.ontology,
162 195
 org.biojavax.utils,
163
 org.jdesktop.swingx.scrollpaneselector
196
 org.jdesktop.swingx.scrollpaneselector,
197
 org.semanticweb.owlapi.io
164 198
Bundle-ActivationPolicy: lazy
165 199
Import-Package: javax.swing
166 200
Require-Bundle: org.eclipse.swt
eu.etaxonomy.taxeditor.molecular.lib/build.properties
9 9
               lib/libralign-swt-0-SNAPSHOT.jar,\
10 10
               lib/sequencing-1.9.2-SNAPSHOT.jar,\
11 11
               lib/tic-core-2-SNAPSHOT.jar,\
12
               lib/tic-swt-2-SNAPSHOT.jar
12
               lib/tic-swt-2-SNAPSHOT.jar,\
13
               lib/jphyloio-core-0-SNAPSHOT.jar,\
14
               lib/owlapi-xmlutils-4.1.4.jar
eu.etaxonomy.taxeditor.molecular.lib/pom.xml
139 139
      <groupId>org.apache.commons</groupId>
140 140
      <artifactId>commons-collections4</artifactId>
141 141
      <version>4.1</version>
142
    </dependency>   
142
    </dependency>
143 143
    <!-- LibrAlign -->
144 144
    <dependency>
145 145
      <groupId>info.bioinfweb.libralign</groupId>

Also available in: Unified diff