Project

General

Profile

« Previous | Next » 

Revision 7fbd9a6b

Added by Patrick Plitzner almost 9 years ago

Updated version due to trunk merge

View differences:

eu.etaxonomy.taxeditor.molecular.aggregator/pom.xml
7 7
  <parent>
8 8
    <groupId>eu.etaxonomy</groupId>
9 9
    <artifactId>taxeditor-parent</artifactId>
10
    <version>3.6.1-SNAPSHOT</version>
10
    <version>3.8.0-SNAPSHOT</version>
11 11
  </parent>
12 12

  
13 13
    <modules>
eu.etaxonomy.taxeditor.molecular/.classpath
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
6
	<classpathentry exported="true" kind="lib" path="lib/tic-swt-2-SNAPSHOT.jar"/>
7
	<classpathentry exported="true" kind="lib" path="lib/core-1.9.2-SNAPSHOT.jar"/>
8
	<classpathentry exported="true" kind="lib" path="lib/sequencing-1.9.2-SNAPSHOT.jar"/>
9
	<classpathentry exported="true" kind="lib" path="lib/tic-core-2-SNAPSHOT.jar"/>
10
	<classpathentry exported="true" kind="lib" path="lib/libralign-biojava1-0-SNAPSHOT.jar"/>
11 3
	<classpathentry exported="true" kind="lib" path="lib/bioinfweb-commons-bio-2-SNAPSHOT.jar"/>
12 4
	<classpathentry exported="true" kind="lib" path="lib/bioinfweb-commons-core-2-SNAPSHOT.jar"/>
13 5
	<classpathentry exported="true" kind="lib" path="lib/bioinfweb-commons-swing-2-SNAPSHOT.jar"/>
14 6
	<classpathentry exported="true" kind="lib" path="lib/bioinfweb-commons-swt-2-SNAPSHOT.jar"/>
7
	<classpathentry exported="true" kind="lib" path="lib/core-1.9.2-SNAPSHOT.jar"/>
8
	<classpathentry exported="true" kind="lib" path="lib/libralign-biojava1-0-SNAPSHOT.jar"/>
15 9
	<classpathentry exported="true" kind="lib" path="lib/libralign-core-0-SNAPSHOT.jar"/>
16 10
	<classpathentry exported="true" kind="lib" path="lib/libralign-swt-0-SNAPSHOT.jar"/>
11
	<classpathentry exported="true" kind="lib" path="lib/sequencing-1.9.2-SNAPSHOT.jar"/>
12
	<classpathentry exported="true" kind="lib" path="lib/tic-core-2-SNAPSHOT.jar"/>
13
	<classpathentry exported="true" kind="lib" path="lib/tic-swt-2-SNAPSHOT.jar"/>
14
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
15
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
16
	<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
17 17
	<classpathentry kind="output" path="target/classes"/>
18 18
</classpath>
eu.etaxonomy.taxeditor.molecular/META-INF/MANIFEST.MF
2 2
Bundle-ManifestVersion: 2
3 3
Bundle-Name: Molecular Bundle
4 4
Bundle-SymbolicName: eu.etaxonomy.taxeditor.molecular;singleton:=true
5
Bundle-Version: 3.6.1.qualifier
5
Bundle-Version: 3.8.0.qualifier
6 6
Bundle-Activator: eu.etaxonomy.taxeditor.molecular.TaxeditorMolecularPlugin
7 7
Require-Bundle: org.eclipse.ui,
8 8
 org.eclipse.core.runtime,
......
20 20
 lib/bioinfweb-commons-core-2-SNAPSHOT.jar,
21 21
 lib/bioinfweb-commons-swing-2-SNAPSHOT.jar,
22 22
 lib/bioinfweb-commons-swt-2-SNAPSHOT.jar,
23
 lib/core-1.9.2-SNAPSHOT.jar,
24
 lib/libralign-biojava1-0-SNAPSHOT.jar,
23 25
 lib/libralign-core-0-SNAPSHOT.jar,
24 26
 lib/libralign-swt-0-SNAPSHOT.jar,
25
 lib/libralign-biojava1-0-SNAPSHOT.jar,
26
 lib/core-1.9.2-SNAPSHOT.jar,
27 27
 lib/sequencing-1.9.2-SNAPSHOT.jar,
28 28
 lib/tic-core-2-SNAPSHOT.jar,
29 29
 lib/tic-swt-2-SNAPSHOT.jar
eu.etaxonomy.taxeditor.molecular/build.properties
8 8
               lib/bioinfweb-commons-core-2-SNAPSHOT.jar,\
9 9
               lib/bioinfweb-commons-swing-2-SNAPSHOT.jar,\
10 10
               lib/bioinfweb-commons-swt-2-SNAPSHOT.jar,\
11
               lib/core-1.9.2-SNAPSHOT.jar,\
12
               lib/libralign-biojava1-0-SNAPSHOT.jar,\
11 13
               lib/libralign-core-0-SNAPSHOT.jar,\
12 14
               lib/libralign-swt-0-SNAPSHOT.jar,\
13
               lib/libralign-biojava1-0-SNAPSHOT.jar,\
14
               lib/core-1.9.2-SNAPSHOT.jar,\
15 15
               lib/sequencing-1.9.2-SNAPSHOT.jar,\
16 16
               lib/tic-core-2-SNAPSHOT.jar,\
17 17
               lib/tic-swt-2-SNAPSHOT.jar
eu.etaxonomy.taxeditor.molecular/pom.xml
4 4
  <parent>
5 5
    <groupId>eu.etaxonomy</groupId>
6 6
    <artifactId>taxeditor-parent</artifactId>
7
    <version>3.6.1-SNAPSHOT</version>
7
    <version>3.8.0-SNAPSHOT</version>
8 8
  </parent>
9 9

  
10 10
  <modelVersion>4.0.0</modelVersion>

Also available in: Unified diff