Project

General

Profile

« Previous | Next » 

Revision 4210ae04

Added by Niels Hoffmann about 12 years ago

Bumped trunk to version 3.0.10-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.0.9.201202071125
5
Bundle-Version: 3.0.10.qualifier
6 6
Bundle-Activator: eu.etaxonomy.taxeditor.TaxonomicEditorPlugin
7 7
Bundle-Vendor: EDIT
8 8
Bundle-Localization: plugin
eu.etaxonomy.taxeditor.application/pom.xml
4 4
	<parent>
5 5
		<groupId>eu.etaxonomy</groupId>
6 6
		<artifactId>taxeditor-parent</artifactId>
7
		<version>3.0.9.201202071125</version>
7
		<version>3.0.10-SNAPSHOT</version>
8 8
	</parent>
9 9

  
10 10
	<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.0.9.201202071125
5
Bundle-Version: 3.0.10.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.annotatedlineeditor.handler,eu.etaxonomy.taxeditor.bulkeditor,eu.etaxonomy.taxeditor.bulkeditor.command,eu.etaxonomy.taxeditor.bulkeditor.handler,eu.etaxonomy.taxeditor.bulkeditor.input,eu.etaxonomy.taxeditor.bulkeditor.internal,eu.etaxonomy.taxeditor.bulkeditor.referencingobjects
eu.etaxonomy.taxeditor.bulkeditor/pom.xml
4 4
	<parent>
5 5
		<groupId>eu.etaxonomy</groupId>
6 6
		<artifactId>taxeditor-parent</artifactId>
7
		<version>3.0.9.201202071125</version>
7
		<version>3.0.10-SNAPSHOT</version>
8 8
	</parent>
9 9

  
10 10
	<modelVersion>4.0.0</modelVersion>
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.0.9.jar"/>
4
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-ext-3.0.9.jar"/>
5
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-persistence-3.0.9.jar"/>
6
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-print-3.0.9.jar"/>
7
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-remote-3.0.9.jar"/>
8
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-services-3.0.9.jar"/>
9
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-io-3.0.9.jar"/>
10
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-model-3.0.9.jar"/>
3
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-commons-3.0.10-SNAPSHOT.jar"/>
4
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-ext-3.0.10-SNAPSHOT.jar"/>
5
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-io-3.0.10-SNAPSHOT.jar"/>
6
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-model-3.0.10-SNAPSHOT.jar"/>
7
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-persistence-3.0.10-SNAPSHOT.jar"/>
8
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-print-3.0.10-SNAPSHOT.jar"/>
9
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-remote-3.0.10-SNAPSHOT.jar"/>
10
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-services-3.0.10-SNAPSHOT.jar"/>
11 11
	<classpathentry exported="true" kind="lib" path="lib/hibernate-envers-3.4.0-SNAPSHOT.jar"/>
12 12
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
13 13
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
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.0.9.201202071125
5
Bundle-Version: 3.0.10.qualifier
6 6
Eclipse-BundleShape: dir
7 7
Export-Package: com.google.api,
8 8
 com.google.api.detect,
......
877 877
 lib/xsltc.jar,
878 878
 lib/xstream-1.3.1.jar,
879 879
 lib/hibernate-envers-3.4.0-SNAPSHOT.jar,
880
 lib/cdmlib-io-3.0.9.jar,
881
 lib/cdmlib-model-3.0.9.jar,
882
 lib/cdmlib-commons-3.0.9.jar,
883
 lib/cdmlib-ext-3.0.9.jar,
884
 lib/cdmlib-persistence-3.0.9.jar,
885
 lib/cdmlib-print-3.0.9.jar,
886
 lib/cdmlib-remote-3.0.9.jar,
887
 lib/cdmlib-services-3.0.9.jar
880
 lib/cdmlib-commons-3.0.10-SNAPSHOT.jar,
881
 lib/cdmlib-ext-3.0.10-SNAPSHOT.jar,
882
 lib/cdmlib-io-3.0.10-SNAPSHOT.jar,
883
 lib/cdmlib-model-3.0.10-SNAPSHOT.jar,
884
 lib/cdmlib-persistence-3.0.10-SNAPSHOT.jar,
885
 lib/cdmlib-print-3.0.10-SNAPSHOT.jar,
886
 lib/cdmlib-remote-3.0.10-SNAPSHOT.jar,
887
 lib/cdmlib-services-3.0.10-SNAPSHOT.jar
eu.etaxonomy.taxeditor.cdmlib/build.properties
122 122
               lib/xstream-1.3.1.jar,\
123 123
               lib/poi-3.6.jar,\
124 124
               lib/hibernate-envers-3.4.0-SNAPSHOT.jar,\
125
               lib/cdmlib-io-3.0.9.jar,\
126
               lib/cdmlib-model-3.0.9.jar,\
127
               lib/cdmlib-commons-3.0.9.jar,\
128
               lib/cdmlib-ext-3.0.9.jar,\
129
               lib/cdmlib-persistence-3.0.9.jar,\
130
               lib/cdmlib-print-3.0.9.jar,\
131
               lib/cdmlib-remote-3.0.9.jar,\
132
               lib/cdmlib-services-3.0.9.jar
125
               lib/cdmlib-commons-3.0.10-SNAPSHOT.jar,\
126
               lib/cdmlib-ext-3.0.10-SNAPSHOT.jar,\
127
               lib/cdmlib-io-3.0.10-SNAPSHOT.jar,\
128
               lib/cdmlib-model-3.0.10-SNAPSHOT.jar,\
129
               lib/cdmlib-persistence-3.0.10-SNAPSHOT.jar,\
130
               lib/cdmlib-print-3.0.10-SNAPSHOT.jar,\
131
               lib/cdmlib-remote-3.0.10-SNAPSHOT.jar,\
132
               lib/cdmlib-services-3.0.10-SNAPSHOT.jar
133 133
jars.compile.order = cdmLibrary.jar
134 134
src.includes = lib/
135 135
jre.compilation.profile = J2SE-1.6
eu.etaxonomy.taxeditor.cdmlib/pom.xml
3 3
	<parent>
4 4
		<groupId>eu.etaxonomy</groupId>
5 5
		<artifactId>taxeditor-parent</artifactId>
6
		<version>3.0.9.201202071125</version>
6
		<version>3.0.10-SNAPSHOT</version>
7 7
	</parent>
8 8
	<modelVersion>4.0.0</modelVersion>
9 9
	<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.0.9.201202071125
5
Bundle-Version: 3.0.10.qualifier
6 6
Bundle-Activator: eu.etaxonomy.taxeditor.editor.internal.TaxeditorEditorPlugin
7 7
Bundle-Vendor: %Bundle-Vendor.0
8 8
Bundle-Localization: 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.0.9.201202071125</version>
7
    <version>3.0.10-SNAPSHOT</version>
8 8
  </parent>
9 9
  
10 10
  <modelVersion>4.0.0</modelVersion>
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.0.9.201202071125"
5
      version="3.0.10.qualifier"
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.0.9.201202071125</version>
6
		<version>3.0.10-SNAPSHOT</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.0.9.201202071125"
5
      version="3.0.10.qualifier"
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.0.9.201202071125</version>
6
		<version>3.0.10-SNAPSHOT</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.0.9.201202071125
5
Bundle-Version: 3.0.10.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.help/pom.xml
4 4
	<parent>
5 5
		<groupId>eu.etaxonomy</groupId>
6 6
		<artifactId>taxeditor-parent</artifactId>
7
		<version>3.0.9.201202071125</version>
7
		<version>3.0.10-SNAPSHOT</version>
8 8
	</parent>
9 9

  
10 10
	<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.0.9.201202071125
5
Bundle-Version: 3.0.10.qualifier
6 6
Bundle-Vendor: EDIT
7 7
Export-Package: eu.etaxonomy.cdm,
8 8
 eu.etaxonomy.taxeditor.navigation,
eu.etaxonomy.taxeditor.navigation/pom.xml
4 4
	<parent>
5 5
		<groupId>eu.etaxonomy</groupId>
6 6
		<artifactId>taxeditor-parent</artifactId>
7
		<version>3.0.9.201202071125</version>
7
		<version>3.0.10-SNAPSHOT</version>
8 8
	</parent>
9 9

  
10 10
	<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.0.9.201202071125
5
Bundle-Version: 3.0.10.qualifier
6 6
Require-Bundle: org.eclipse.osgi,
7 7
 org.eclipse.ui,
8 8
 eu.etaxonomy.taxeditor.cdmlib,
eu.etaxonomy.taxeditor.printpublisher/pom.xml
4 4
	<parent>
5 5
		<artifactId>taxeditor-parent</artifactId>
6 6
		<groupId>eu.etaxonomy</groupId>
7
		<version>3.0.9.201202071125</version>
7
		<version>3.0.10-SNAPSHOT</version>
8 8
	</parent>
9 9

  
10 10
	<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.0.9.201202071125
5
Bundle-Version: 3.0.10.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.store/pom.xml
4 4
  <parent>
5 5
	<groupId>eu.etaxonomy</groupId>
6 6
	<artifactId>taxeditor-parent</artifactId>
7
	<version>3.0.9.201202071125</version>
7
	<version>3.0.10-SNAPSHOT</version>
8 8
  </parent>
9 9

  
10 10
  <modelVersion>4.0.0</modelVersion>
eu.etaxonomy.taxeditor.test/META-INF/MANIFEST.MF
2 2
Bundle-ManifestVersion: 2
3 3
Bundle-Name: eu.etaxonomy.taxeditor.test
4 4
Bundle-SymbolicName: eu.etaxonomy.taxeditor.test;singleton:=true
5
Bundle-Version: 3.0.9.201202071125
5
Bundle-Version: 3.0.10.qualifier
6 6
Bundle-ActivationPolicy: lazy
7 7
Bundle-Vendor: EDIT
8 8
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
eu.etaxonomy.taxeditor.test/pom.xml
4 4
	<parent>
5 5
		<groupId>eu.etaxonomy</groupId>
6 6
		<artifactId>taxeditor-parent</artifactId>
7
		<version>3.0.9</version>
7
		<version>3.0.10-SNAPSHOT</version>
8 8
	</parent>
9 9
	<modelVersion>4.0.0</modelVersion>
10 10
	<artifactId>eu.etaxonomy.taxeditor.test</artifactId>
eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product
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" id="eu.etaxonomy.taxeditor.application.eu_etaxonomy_taxeditor_product" application="eu.etaxonomy.taxeditor.application.application" version="3.0.9.201202071125" useFeatures="true" includeLaunchers="true">
4
<product name="EDIT Taxonomic Editor" uid="eu.etaxonomy.taxeditor.product" id="eu.etaxonomy.taxeditor.application.eu_etaxonomy_taxeditor_product" application="eu.etaxonomy.taxeditor.application.application" version="3.0.10.qualifier" useFeatures="true" includeLaunchers="true">
5 5

  
6 6
   <aboutInfo>
7 7
      <image path="/eu.etaxonomy.taxeditor.application/icons/256color_48x48.gif"/>
......
50 50
   </plugins>
51 51

  
52 52
   <features>
53
      <feature id="eu.etaxonomy.taxeditor.feature" version="3.0.9.qualifier"/>
53
      <feature id="eu.etaxonomy.taxeditor.feature"/>
54 54
   </features>
55 55

  
56 56
   <configurations>
eu.etaxonomy.taxeditor/pom.xml
3 3
	<parent>
4 4
		<groupId>eu.etaxonomy</groupId>
5 5
		<artifactId>taxeditor-parent</artifactId>
6
		<version>3.0.9.201202071125</version>
6
		<version>3.0.10-SNAPSHOT</version>
7 7
	</parent>
8 8

  
9 9
	<modelVersion>4.0.0</modelVersion>

Also available in: Unified diff