Project

General

Profile

« Previous | Next » 

Revision 0f343e3a

Added by jenkins over 8 years ago

Updated version in pom / project files to taxeditor version : 3.12.2 and cdmlib version : 3.12.2

View differences:

eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF
2 2
Bundle-ManifestVersion: 2
3 3
Bundle-Name: Application
4 4
Bundle-SymbolicName: eu.etaxonomy.taxeditor.application;singleton:=true
5
Bundle-Version: 3.12.0
5
Bundle-Version: 3.12.2
6 6
Bundle-Activator: eu.etaxonomy.taxeditor.TaxonomicEditorPlugin
7 7
Bundle-Vendor: EDIT
8 8
Bundle-Localization: OSGI-INF/l10n/plugin
eu.etaxonomy.taxeditor.application/pom.xml
3 3
  <parent>
4 4
    <groupId>eu.etaxonomy</groupId>
5 5
    <artifactId>taxeditor-parent</artifactId>
6
    <version>3.12.0</version>
6
    <version>3.12.2</version>
7 7
  </parent>
8 8

  
9 9
  <modelVersion>4.0.0</modelVersion>
eu.etaxonomy.taxeditor.bulkeditor/META-INF/MANIFEST.MF
2 2
Bundle-ManifestVersion: 2
3 3
Bundle-Name: Bulkeditor Bundle
4 4
Bundle-SymbolicName: eu.etaxonomy.taxeditor.bulkeditor;singleton:=true
5
Bundle-Version: 3.12.0
5
Bundle-Version: 3.12.2
6 6
Bundle-Activator: eu.etaxonomy.taxeditor.bulkeditor.internal.TaxeditorBulkeditorPlugin
7 7
Bundle-Vendor: EDIT
8 8
Export-Package: eu.etaxonomy.taxeditor.annotatedlineeditor,
eu.etaxonomy.taxeditor.bulkeditor/pom.xml
3 3
	<parent>
4 4
		<groupId>eu.etaxonomy</groupId>
5 5
		<artifactId>taxeditor-parent</artifactId>
6
		<version>3.12.0</version>
6
		<version>3.12.2</version>
7 7
	</parent>
8 8

  
9 9
	<modelVersion>4.0.0</modelVersion>
eu.etaxonomy.taxeditor.cdmlib/.classpath
189 189
	<classpathentry exported="true" kind="lib" path="lib/poi-ooxml-schemas-3.10-FINAL.jar"/>
190 190
	<classpathentry exported="true" kind="lib" path="lib/swagger-annotations-1.3.5.jar"/>
191 191
	<classpathentry exported="true" kind="lib" path="lib/apache-log4j-extras-1.2.17.jar"/>
192
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-commons-3.12.0.jar"/>
193
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-ext-3.12.0.jar"/>
194
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-io-3.12.0.jar"/>
195
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-model-3.12.0.jar"/>
196
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-persistence-3.12.0.jar" sourcepath="/home/cmathew/.m2/repository/eu/etaxonomy/cdmlib-persistence/3.12.0-SNAPSHOT/cdmlib-persistence-3.12.0-sources.jar"/>
197
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-print-3.12.0.jar"/>
198
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-remote-3.12.0.jar"/>
199
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-services-3.12.0.jar"/>
192
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-commons-3.12.2.jar"/>
193
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-ext-3.12.2.jar"/>
194
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-io-3.12.2.jar"/>
195
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-model-3.12.2.jar"/>
196
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-persistence-3.12.2.jar" sourcepath="/home/cmathew/.m2/repository/eu/etaxonomy/cdmlib-persistence/3.12.0-SNAPSHOT/cdmlib-persistence-3.12.2-sources.jar"/>
197
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-print-3.12.2.jar"/>
198
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-remote-3.12.2.jar"/>
199
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-services-3.12.2.jar"/>
200 200
	<classpathentry kind="output" path="target/classes"/>
201 201
</classpath>
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF
2 2
Bundle-ManifestVersion: 2
3 3
Bundle-Name: CDM Library Dependencies Plugin
4 4
Bundle-SymbolicName: eu.etaxonomy.taxeditor.cdmlib;singleton:=true
5
Bundle-Version: 3.12.0
5
Bundle-Version: 3.12.2
6 6
Eclipse-BundleShape: dir
7 7
Export-Package: com.google.api,
8 8
 com.google.api.detect,
......
659 659
 lib/poi-ooxml-schemas-3.10-FINAL.jar,
660 660
 lib/swagger-annotations-1.3.5.jar,
661 661
 lib/apache-log4j-extras-1.2.17.jar,
662
 lib/cdmlib-commons-3.12.0.jar,
663
 lib/cdmlib-ext-3.12.0.jar,
664
 lib/cdmlib-io-3.12.0.jar,
665
 lib/cdmlib-model-3.12.0.jar,
666
 lib/cdmlib-persistence-3.12.0.jar,
667
 lib/cdmlib-print-3.12.0.jar,
668
 lib/cdmlib-remote-3.12.0.jar,
669
 lib/cdmlib-services-3.12.0.jar
662
 lib/cdmlib-commons-3.12.2.jar,
663
 lib/cdmlib-ext-3.12.2.jar,
664
 lib/cdmlib-io-3.12.2.jar,
665
 lib/cdmlib-model-3.12.2.jar,
666
 lib/cdmlib-persistence-3.12.2.jar,
667
 lib/cdmlib-print-3.12.2.jar,
668
 lib/cdmlib-remote-3.12.2.jar,
669
 lib/cdmlib-services-3.12.2.jar
670 670
Import-Package: eu.etaxonomy.cdm.api.application
eu.etaxonomy.taxeditor.cdmlib/build.properties
185 185
               lib/poi-ooxml-schemas-3.10-FINAL.jar,\
186 186
               lib/xmlbeans-2.3.0.jar,\
187 187
               lib/swagger-annotations-1.3.5.jar,\
188
               lib/cdmlib-commons-3.12.0.jar,\
189
               lib/cdmlib-ext-3.12.0.jar,\
190
               lib/cdmlib-io-3.12.0.jar,\
191
               lib/cdmlib-model-3.12.0.jar,\
192
               lib/cdmlib-persistence-3.12.0.jar,\
193
               lib/cdmlib-print-3.12.0.jar,\
194
               lib/cdmlib-remote-3.12.0.jar,\
195
               lib/cdmlib-services-3.12.0.jar,\
188
               lib/cdmlib-commons-3.12.2.jar,\
189
               lib/cdmlib-ext-3.12.2.jar,\
190
               lib/cdmlib-io-3.12.2.jar,\
191
               lib/cdmlib-model-3.12.2.jar,\
192
               lib/cdmlib-persistence-3.12.2.jar,\
193
               lib/cdmlib-print-3.12.2.jar,\
194
               lib/cdmlib-remote-3.12.2.jar,\
195
               lib/cdmlib-services-3.12.2.jar,\
196 196
               lib/apache-log4j-extras-1.2.17.jar,\
197 197
               resources/cdm.map.ser
198 198

  
eu.etaxonomy.taxeditor.cdmlib/pom.xml
4 4
  <parent>
5 5
    <groupId>eu.etaxonomy</groupId>
6 6
    <artifactId>taxeditor-parent</artifactId>
7
    <version>3.12.0</version>
7
    <version>3.12.2</version>
8 8
  </parent>
9 9
  <modelVersion>4.0.0</modelVersion>
10 10
  <artifactId>eu.etaxonomy.taxeditor.cdmlib</artifactId>
eu.etaxonomy.taxeditor.editor/META-INF/MANIFEST.MF
2 2
Bundle-ManifestVersion: 2
3 3
Bundle-Name: Editor Bundle
4 4
Bundle-SymbolicName: eu.etaxonomy.taxeditor.editor;singleton:=true
5
Bundle-Version: 3.12.0
5
Bundle-Version: 3.12.2
6 6
Bundle-Activator: eu.etaxonomy.taxeditor.editor.internal.TaxeditorEditorPlugin
7 7
Bundle-Vendor: %Bundle-Vendor.0
8 8
Bundle-Localization: OSGI-INF/l10n/plugin
eu.etaxonomy.taxeditor.editor/pom.xml
4 4
  <parent>
5 5
	<groupId>eu.etaxonomy</groupId>
6 6
	<artifactId>taxeditor-parent</artifactId>
7
    <version>3.12.0</version>
7
    <version>3.12.2</version>
8 8
  </parent>
9 9
  
10 10
  <modelVersion>4.0.0</modelVersion>
eu.etaxonomy.taxeditor.feature.jre.linux64/feature.xml
2 2
<feature
3 3
      id="eu.etaxonomy.taxeditor.feature.jre.linux64"
4 4
      label="Taxonomic Editor JRE Linux64"
5
      version="3.12.0"
5
      version="3.12.2"
6 6
      provider-name="EDIT"
7 7
      plugin="eu.etaxonomy.taxeditor.application"
8 8
      os="linux"
eu.etaxonomy.taxeditor.feature.jre.linux64/pom.xml
3 3
  <parent>
4 4
    <groupId>eu.etaxonomy</groupId>
5 5
    <artifactId>taxeditor-parent</artifactId>
6
    <version>3.12.0</version>
6
    <version>3.12.2</version>
7 7
  </parent>
8 8
  <modelVersion>4.0.0</modelVersion>
9 9
  <artifactId>eu.etaxonomy.taxeditor.feature.jre.linux64</artifactId>
eu.etaxonomy.taxeditor.feature.platform/feature.xml
2 2
<feature
3 3
      id="eu.etaxonomy.taxeditor.feature.platform"
4 4
      label="Taxeditor Dependencies"
5
      version="3.12.0"
5
      version="3.12.2"
6 6
      os="linux,macosx,win32"
7 7
      ws="cocoa,gtk,win32"
8 8
      arch="x86,x86_64">
eu.etaxonomy.taxeditor.feature.platform/pom.xml
3 3
	<parent>
4 4
		<groupId>eu.etaxonomy</groupId>
5 5
		<artifactId>taxeditor-parent</artifactId>
6
		<version>3.12.0</version>
6
		<version>3.12.2</version>
7 7
	</parent>
8 8
	<modelVersion>4.0.0</modelVersion>
9 9
	<artifactId>eu.etaxonomy.taxeditor.feature.platform</artifactId>
eu.etaxonomy.taxeditor.feature/feature.xml
2 2
<feature
3 3
      id="eu.etaxonomy.taxeditor.feature"
4 4
      label="Taxonomic Editor"
5
      version="3.12.0"
5
      version="3.12.2"
6 6
      provider-name="EDIT"
7 7
      plugin="eu.etaxonomy.taxeditor.application"
8 8
      os="linux,macosx,win32"
eu.etaxonomy.taxeditor.feature/pom.xml
3 3
  <parent>
4 4
    <groupId>eu.etaxonomy</groupId>
5 5
    <artifactId>taxeditor-parent</artifactId>
6
    <version>3.12.0</version>
6
    <version>3.12.2</version>
7 7
  </parent>
8 8
  <modelVersion>4.0.0</modelVersion>
9 9
  <artifactId>eu.etaxonomy.taxeditor.feature</artifactId>
eu.etaxonomy.taxeditor.help/META-INF/MANIFEST.MF
2 2
Bundle-ManifestVersion: 2
3 3
Bundle-Name: Help
4 4
Bundle-SymbolicName: eu.etaxonomy.taxeditor.help; singleton:=true
5
Bundle-Version: 3.12.0
5
Bundle-Version: 3.12.2
6 6
Bundle-Activator: eu.etaxonomy.taxeditor.help.Activator
7 7
Bundle-Vendor: EDIT
8 8
Require-Bundle: org.eclipse.ui,
eu.etaxonomy.taxeditor.help/pom.xml
3 3
	<parent>
4 4
		<groupId>eu.etaxonomy</groupId>
5 5
		<artifactId>taxeditor-parent</artifactId>
6
		<version>3.12.0</version>
6
		<version>3.12.2</version>
7 7
	</parent>
8 8

  
9 9
	<modelVersion>4.0.0</modelVersion>
eu.etaxonomy.taxeditor.molecular.lib/META-INF/MANIFEST.MF
2 2
Bundle-ManifestVersion: 2
3 3
Bundle-Name: eu.etaxonomy.taxeditor.molecular.lib
4 4
Bundle-SymbolicName: eu.etaxonomy.taxeditor.molecular.lib;singleton:=true
5
Bundle-Version: 3.12.0
5
Bundle-Version: 3.12.2
6 6
Bundle-ClassPath: .,
7 7
 lib/bioinfweb-commons-bio-2-SNAPSHOT.jar,
8 8
 lib/bioinfweb-commons-core-2-SNAPSHOT.jar,
eu.etaxonomy.taxeditor.molecular.lib/pom.xml
7 7
  <parent>
8 8
    <groupId>eu.etaxonomy</groupId>
9 9
    <artifactId>taxeditor-parent</artifactId>
10
    <version>3.12.0</version>
10
    <version>3.12.2</version>
11 11
  </parent>
12 12

  
13 13
  <build>
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.12.0
5
Bundle-Version: 3.12.2
6 6
Bundle-Activator: eu.etaxonomy.taxeditor.molecular.TaxeditorMolecularPlugin
7 7
Require-Bundle: org.eclipse.ui,
8 8
 org.eclipse.core.runtime,
eu.etaxonomy.taxeditor.molecular/pom.xml
3 3
  <parent>
4 4
    <groupId>eu.etaxonomy</groupId>
5 5
    <artifactId>taxeditor-parent</artifactId>
6
    <version>3.12.0</version>
6
    <version>3.12.2</version>
7 7
  </parent>
8 8

  
9 9
  <modelVersion>4.0.0</modelVersion>
eu.etaxonomy.taxeditor.navigation/META-INF/MANIFEST.MF
2 2
Bundle-ManifestVersion: 2
3 3
Bundle-Name: Navigation Bundle
4 4
Bundle-SymbolicName: eu.etaxonomy.taxeditor.navigation;singleton:=true
5
Bundle-Version: 3.12.0
5
Bundle-Version: 3.12.2
6 6
Bundle-Vendor: EDIT
7 7
Export-Package: eu.etaxonomy.cdm,
8 8
 eu.etaxonomy.taxeditor.navigation,
eu.etaxonomy.taxeditor.navigation/pom.xml
3 3
	<parent>
4 4
		<groupId>eu.etaxonomy</groupId>
5 5
		<artifactId>taxeditor-parent</artifactId>
6
		<version>3.12.0</version>
6
		<version>3.12.2</version>
7 7
	</parent>
8 8

  
9 9
	<modelVersion>4.0.0</modelVersion>
eu.etaxonomy.taxeditor.printpublisher/META-INF/MANIFEST.MF
2 2
Bundle-ManifestVersion: 2
3 3
Bundle-Name: Printpublisher Bundle
4 4
Bundle-SymbolicName: eu.etaxonomy.taxeditor.printpublisher;singleton:=true
5
Bundle-Version: 3.12.0
5
Bundle-Version: 3.12.2
6 6
Require-Bundle: org.eclipse.osgi,
7 7
 org.eclipse.ui,
8 8
 eu.etaxonomy.taxeditor.cdmlib,
eu.etaxonomy.taxeditor.printpublisher/pom.xml
3 3
	<parent>
4 4
		<artifactId>taxeditor-parent</artifactId>
5 5
		<groupId>eu.etaxonomy</groupId>
6
		<version>3.12.0</version>
6
		<version>3.12.2</version>
7 7
	</parent>
8 8

  
9 9
	<modelVersion>4.0.0</modelVersion>
eu.etaxonomy.taxeditor.store/META-INF/MANIFEST.MF
2 2
Bundle-ManifestVersion: 2
3 3
Bundle-Name: DataStore Bundle
4 4
Bundle-SymbolicName: eu.etaxonomy.taxeditor.store;singleton:=true
5
Bundle-Version: 3.12.0
5
Bundle-Version: 3.12.2
6 6
Bundle-Activator: eu.etaxonomy.taxeditor.store.internal.TaxeditorStorePlugin
7 7
Bundle-Vendor: EDIT
8 8
Export-Package: eu.etaxonomy.cdm,
eu.etaxonomy.taxeditor.store/pom.xml
3 3
  <parent>
4 4
	<groupId>eu.etaxonomy</groupId>
5 5
	<artifactId>taxeditor-parent</artifactId>
6
	<version>3.12.0</version>
6
	<version>3.12.2</version>
7 7
  </parent>
8 8

  
9 9
  <modelVersion>4.0.0</modelVersion>
eu.etaxonomy.taxeditor.webapp/META-INF/MANIFEST.MF
2 2
Bundle-ManifestVersion: 2
3 3
Bundle-Name: Webapp
4 4
Bundle-SymbolicName: eu.etaxonomy.taxeditor.webapp;singleton:=true
5
Bundle-Version: 3.12.0
5
Bundle-Version: 3.12.2
6 6
Require-Bundle: org.eclipse.core.runtime
7 7
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
8 8
Bundle-ActivationPolicy: lazy
eu.etaxonomy.taxeditor.webapp/pom.xml
4 4
  <parent>
5 5
    <groupId>eu.etaxonomy</groupId>
6 6
    <artifactId>taxeditor-parent</artifactId>
7
    <version>3.12.0</version>
7
    <version>3.12.2</version>
8 8
  </parent>
9 9
  <modelVersion>4.0.0</modelVersion>
10 10
  <artifactId>eu.etaxonomy.taxeditor.webapp</artifactId>
eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product
1 1
<?xml version="1.0" encoding="UTF-8"?>
2
<?pde version="3.5"?><product application="eu.etaxonomy.taxeditor.application.application" id="eu.etaxonomy.taxeditor.application.eu_etaxonomy_taxeditor_product" includeLaunchers="true" name="EDIT Taxonomic Editor" uid="eu.etaxonomy.taxeditor.product" useFeatures="true" version="3.12.0">
2
<?pde version="3.5"?><product application="eu.etaxonomy.taxeditor.application.application" id="eu.etaxonomy.taxeditor.application.eu_etaxonomy_taxeditor_product" includeLaunchers="true" name="EDIT Taxonomic Editor" uid="eu.etaxonomy.taxeditor.product" useFeatures="true" version="3.12.2">
3 3
  <aboutInfo>
4 4
    <image path="/eu.etaxonomy.taxeditor.application/icons/256color_48x48.gif"/>
5 5
    <text>
eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product.with.jre
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<?pde version="3.5"?>
3 3

  
4
<product name="EDIT Taxonomic Editor" uid="eu.etaxonomy.taxeditor.product.jre" id="eu.etaxonomy.taxeditor.application.eu_etaxonomy_taxeditor_product" application="eu.etaxonomy.taxeditor.application.application" version="3.12.0" useFeatures="true" includeLaunchers="true">
4
<product name="EDIT Taxonomic Editor" uid="eu.etaxonomy.taxeditor.product.jre" id="eu.etaxonomy.taxeditor.application.eu_etaxonomy_taxeditor_product" application="eu.etaxonomy.taxeditor.application.application" version="3.12.2" useFeatures="true" includeLaunchers="true">
5 5

  
6 6
   <aboutInfo>
7 7
      <image path="/eu.etaxonomy.taxeditor.application/icons/256color_48x48.gif"/>
eu.etaxonomy.taxeditor/pom.xml
2 2
  <parent>
3 3
    <groupId>eu.etaxonomy</groupId>
4 4
    <artifactId>taxeditor-parent</artifactId>
5
    <version>3.12.0</version>
5
    <version>3.12.2</version>
6 6
  </parent>
7 7

  
8 8
  <modelVersion>4.0.0</modelVersion>
pom.xml
6 6
  </prerequisites>
7 7
  <groupId>eu.etaxonomy</groupId>
8 8
  <artifactId>taxeditor-parent</artifactId>
9
  <version>3.12.0</version>
9
  <version>3.12.2</version>
10 10
  <name>EDIT Taxonomic Editor</name>
11 11
  <description>The Taxonomic Editor for EDIT's platform for
12 12
    cybertaxonomy
......
18 18
  <properties>
19 19
    <java.codelevel>1.6</java.codelevel>
20 20
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21
    <cdmlib.version>3.12.0</cdmlib.version>
21
    <cdmlib.version>3.12.2</cdmlib.version>
22 22
    <!-- TODO can we use project.version ????? -->
23 23
    <tycho.version>0.22.0</tycho.version>
24
    <taxeditor.version>3.12.0</taxeditor.version>
24
    <taxeditor.version>3.12.2</taxeditor.version>
25 25
    <update.dir>snapshot</update.dir>
26 26
    <unitils.version>3.4.2</unitils.version>
27 27
  </properties>

Also available in: Unified diff