Project

General

Profile

« Previous | Next » 

Revision ae8eab5f

Added by jenkins almost 9 years ago

Updated version in pom / project files to taxeditor version : 3.8.0-SNAPSHOT and cdmlib version : 3.8.0-SNAPSHOT

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.7.0
5
Bundle-Version: 3.8.0.qualifier
6 6
Bundle-Activator: eu.etaxonomy.taxeditor.TaxonomicEditorPlugin
7 7
Bundle-Vendor: EDIT
8 8
Bundle-Localization: OSGI-INF/l10n/plugin
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.7.0
5
Bundle-Version: 3.8.0.qualifier
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.cdmlib/.classpath
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<classpath>
3
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-commons-3.7.0.jar"/>
4
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-ext-3.7.0.jar"/>
5
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-io-3.7.0.jar"/>
6
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-model-3.7.0.jar"/>
7
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-persistence-3.7.0.jar"/>
8
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-print-3.7.0.jar"/>
9
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-remote-3.7.0.jar"/>
10
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-services-3.7.0.jar"/>
3
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-commons-3.8.0-SNAPSHOT.jar"/>
4
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-ext-3.8.0-SNAPSHOT.jar"/>
5
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-io-3.8.0-SNAPSHOT.jar"/>
6
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-model-3.8.0-SNAPSHOT.jar"/>
7
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-persistence-3.8.0-SNAPSHOT.jar"/>
8
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-print-3.8.0-SNAPSHOT.jar"/>
9
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-remote-3.8.0-SNAPSHOT.jar"/>
10
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-services-3.8.0-SNAPSHOT.jar"/>
11 11
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
12 12
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
13 13
	<classpathentry kind="src" path="src/main/java"/>
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.7.0
5
Bundle-Version: 3.8.0.qualifier
6 6
Eclipse-BundleShape: dir
7 7
Export-Package: com.google.api,
8 8
 com.google.api.detect,
......
612 612
 lib/xmlbeans-2.3.0.jar,
613 613
 lib/poi-ooxml-schemas-3.10-FINAL.jar,
614 614
 lib/swagger-annotations-1.3.5.jar,
615
 lib/cdmlib-commons-3.7.0.jar,
616
 lib/cdmlib-ext-3.7.0.jar,
617
 lib/cdmlib-io-3.7.0.jar,
618
 lib/cdmlib-model-3.7.0.jar,
619
 lib/cdmlib-persistence-3.7.0.jar,
620
 lib/cdmlib-print-3.7.0.jar,
621
 lib/cdmlib-remote-3.7.0.jar,
622
 lib/cdmlib-services-3.7.0.jar
615
 lib/cdmlib-commons-3.8.0-SNAPSHOT.jar,
616
 lib/cdmlib-ext-3.8.0-SNAPSHOT.jar,
617
 lib/cdmlib-io-3.8.0-SNAPSHOT.jar,
618
 lib/cdmlib-model-3.8.0-SNAPSHOT.jar,
619
 lib/cdmlib-persistence-3.8.0-SNAPSHOT.jar,
620
 lib/cdmlib-print-3.8.0-SNAPSHOT.jar,
621
 lib/cdmlib-remote-3.8.0-SNAPSHOT.jar,
622
 lib/cdmlib-services-3.8.0-SNAPSHOT.jar
623 623
Import-Package: eu.etaxonomy.cdm.api.application
eu.etaxonomy.taxeditor.cdmlib/build.properties
194 194
               lib/poi-ooxml-schemas-3.10-FINAL.jar,\
195 195
               lib/xmlbeans-2.3.0.jar,\
196 196
               lib/swagger-annotations-1.3.5.jar,\
197
               lib/cdmlib-commons-3.7.0.jar,\
198
               lib/cdmlib-ext-3.7.0.jar,\
199
               lib/cdmlib-io-3.7.0.jar,\
200
               lib/cdmlib-model-3.7.0.jar,\
201
               lib/cdmlib-persistence-3.7.0.jar,\
202
               lib/cdmlib-print-3.7.0.jar,\
203
               lib/cdmlib-remote-3.7.0.jar,\
204
               lib/cdmlib-services-3.7.0.jar
197
               lib/cdmlib-commons-3.8.0-SNAPSHOT.jar,\
198
               lib/cdmlib-ext-3.8.0-SNAPSHOT.jar,\
199
               lib/cdmlib-io-3.8.0-SNAPSHOT.jar,\
200
               lib/cdmlib-model-3.8.0-SNAPSHOT.jar,\
201
               lib/cdmlib-persistence-3.8.0-SNAPSHOT.jar,\
202
               lib/cdmlib-print-3.8.0-SNAPSHOT.jar,\
203
               lib/cdmlib-remote-3.8.0-SNAPSHOT.jar,\
204
               lib/cdmlib-services-3.8.0-SNAPSHOT.jar
205 205

  
206 206
jars.compile.order = .
207 207
output.. = bin/
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.7.0
5
Bundle-Version: 3.8.0.qualifier
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.feature.platform/feature.xml
2 2
<feature
3 3
      id="eu.etaxonomy.taxeditor.feature.platform"
4 4
      label="Taxeditor Dependencies"
5
      version="3.7.0"
5
      version="3.8.0.qualifier"
6 6
      os="linux,macosx,win32"
7 7
      ws="cocoa,gtk,win32"
8 8
      arch="x86,x86_64">
eu.etaxonomy.taxeditor.feature/feature.xml
2 2
<feature
3 3
      id="eu.etaxonomy.taxeditor.feature"
4 4
      label="Taxonomic Editor"
5
      version="3.7.0"
5
      version="3.8.0.qualifier"
6 6
      provider-name="EDIT"
7 7
      plugin="eu.etaxonomy.taxeditor.application"
8 8
      os="linux,macosx,win32"
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.7.0
5
Bundle-Version: 3.8.0.qualifier
6 6
Bundle-Activator: eu.etaxonomy.taxeditor.help.Activator
7 7
Bundle-Vendor: EDIT
8 8
Require-Bundle: org.eclipse.ui,
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.7.0
5
Bundle-Version: 3.8.0.qualifier
6 6
Bundle-Vendor: EDIT
7 7
Export-Package: eu.etaxonomy.cdm,
8 8
 eu.etaxonomy.taxeditor.navigation,
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.7.0
5
Bundle-Version: 3.8.0.qualifier
6 6
Require-Bundle: org.eclipse.osgi,
7 7
 org.eclipse.ui,
8 8
 eu.etaxonomy.taxeditor.cdmlib,
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.7.0
5
Bundle-Version: 3.8.0.qualifier
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/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.7.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.8.0.qualifier">
3 3
  <aboutInfo>
4 4
    <image path="/eu.etaxonomy.taxeditor.application/icons/256color_48x48.gif"/>
5 5
    <text>
pom.xml
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.7.0</cdmlib.version>
21
    <cdmlib.version>3.8.0-SNAPSHOT</cdmlib.version>
22 22
    <!-- TODO can we use project.version ????? -->
23 23
    <tycho.version>0.22.0</tycho.version>
24
    <taxeditor.version>3.7.0</taxeditor.version>
24
    <taxeditor.version>3.8.0-SNAPSHOT</taxeditor.version>
25 25
    <update.dir>snapshot</update.dir>
26 26
  </properties>
27 27
  <modules>
......
82 82
        <role>Java Developer</role>
83 83
        <role>Architect</role>
84 84
      </roles>
85
      <url />
85
      <url/>
86 86
    </developer>
87 87
    <developer>
88 88
      <!-- your SVN account id please! -->
......
100 100
        <role>Java Developer</role>
101 101
        <role>Architect</role>
102 102
      </roles>
103
      <url />
103
      <url/>
104 104
    </developer>
105 105
  </developers>
106 106
  <issueManagement>

Also available in: Unified diff