Initial import of linux64 JRE feature
authorPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 10 Dec 2015 15:08:46 +0000 (16:08 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 10 Dec 2015 15:08:46 +0000 (16:08 +0100)
eu.etaxonomy.taxeditor.feature.jre.linux64/.project [new file with mode: 0644]
eu.etaxonomy.taxeditor.feature.jre.linux64/LICENSE.TXT [new file with mode: 0644]
eu.etaxonomy.taxeditor.feature.jre.linux64/build.properties [new file with mode: 0644]
eu.etaxonomy.taxeditor.feature.jre.linux64/feature.xml [new file with mode: 0644]
eu.etaxonomy.taxeditor.feature.jre.linux64/p2.inf [new file with mode: 0644]
eu.etaxonomy.taxeditor.feature.jre.linux64/pom.xml [new file with mode: 0644]

diff --git a/eu.etaxonomy.taxeditor.feature.jre.linux64/.project b/eu.etaxonomy.taxeditor.feature.jre.linux64/.project
new file mode 100644 (file)
index 0000000..a4450e6
--- /dev/null
@@ -0,0 +1,24 @@
+<projectDescription>
+  <name>eu.etaxonomy.taxeditor.feature.jre.linux64</name>
+  <comment></comment>
+  <projects>
+    <project>eu.etaxonomy.taxeditor.application</project>
+    <project>eu.etaxonomy.taxeditor.bulkeditor</project>
+    <project>eu.etaxonomy.taxeditor.cdmlib</project>
+    <project>eu.etaxonomy.taxeditor.editor</project>
+    <project>eu.etaxonomy.taxeditor.feature.platform</project>
+    <project>eu.etaxonomy.taxeditor.navigation</project>
+    <project>eu.etaxonomy.taxeditor.printpublisher</project>
+    <project>eu.etaxonomy.taxeditor.store</project>
+  </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.pde.FeatureBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.pde.FeatureNature</nature>
+       </natures>
+</projectDescription>
\ No newline at end of file
diff --git a/eu.etaxonomy.taxeditor.feature.jre.linux64/LICENSE.TXT b/eu.etaxonomy.taxeditor.feature.jre.linux64/LICENSE.TXT
new file mode 100644 (file)
index 0000000..e56def0
--- /dev/null
@@ -0,0 +1,4 @@
+The contents of this feature are subject to the Eclipse Public License Version 1.0 (the &quot;License&quot;); you may not use this file except in compliance with the License. You may obtain a copy of the License at
+http://www.eclipse.org/legal/epl-v10.html
+
+Software distributed under the License is distributed on an &quot;AS IS&quot; basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
\ No newline at end of file
diff --git a/eu.etaxonomy.taxeditor.feature.jre.linux64/build.properties b/eu.etaxonomy.taxeditor.feature.jre.linux64/build.properties
new file mode 100644 (file)
index 0000000..a8b2d4a
--- /dev/null
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+               p2.inf,\
+               jre/
diff --git a/eu.etaxonomy.taxeditor.feature.jre.linux64/feature.xml b/eu.etaxonomy.taxeditor.feature.jre.linux64/feature.xml
new file mode 100644 (file)
index 0000000..e78aa04
--- /dev/null
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="eu.etaxonomy.taxeditor.feature.jre.linux64"
+      label="Taxonomic Editor"
+      version="3.12.0.qualifier"
+      provider-name="EDIT"
+      plugin="eu.etaxonomy.taxeditor.application"
+      os="linux"
+      ws="gtk"
+      arch="x86_64">
+
+   <description url="http://www.example.com/description">
+      [Enter Feature Description here.]
+   </description>
+
+   <copyright url="http://www.example.com/copyright">
+      [Enter Copyright Description here.]
+   </copyright>
+
+   <requires>
+      <import plugin="org.eclipse.ui"/>
+      <import plugin="org.eclipse.core.runtime"/>
+      <import plugin="org.eclipse.equinox.ds"/>
+      <import plugin="org.eclipse.equinox.util"/>
+      <import plugin="org.eclipse.equinox.p2.core"/>
+      <import plugin="org.eclipse.equinox.p2.ui"/>
+      <import plugin="org.eclipse.equinox.p2.ui.sdk"/>
+      <import plugin="org.eclipse.equinox.p2.updatechecker"/>
+      <import plugin="org.eclipse.equinox.p2.operations"/>
+      <import plugin="org.eclipse.equinox.app"/>
+      <import plugin="org.eclipse.osgi"/>
+      <import plugin="org.eclipse.ui.editors"/>
+      <import plugin="org.eclipse.core.expressions"/>
+      <import plugin="eu.etaxonomy.taxeditor.cdmlib" version="3.0.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.jface.text"/>
+      <import plugin="org.eclipse.ui.ide"/>
+      <import plugin="org.eclipse.ui.forms"/>
+      <import plugin="org.eclipse.core.databinding.beans"/>
+      <import plugin="org.eclipse.core.databinding.observable"/>
+      <import plugin="org.eclipse.core.resources"/>
+      <import plugin="org.eclipse.jface.databinding"/>
+      <import plugin="org.eclipse.ui.navigator"/>
+      <import plugin="org.eclipse.ui.navigator.resources"/>
+      <import plugin="org.eclipse.core.jobs"/>
+      <import plugin="org.eclipse.pde.runtime"/>
+      <import plugin="org.eclipse.core.commands"/>
+      <import plugin="org.eclipse.jface"/>
+      <import plugin="org.eclipse.swt"/>
+      <import plugin="org.eclipse.equinox.common" version="3.6.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.update.configurator"/>
+      <import plugin="org.eclipse.equinox.p2.publisher.eclipse"/>
+   </requires>
+
+</feature>
diff --git a/eu.etaxonomy.taxeditor.feature.jre.linux64/p2.inf b/eu.etaxonomy.taxeditor.feature.jre.linux64/p2.inf
new file mode 100644 (file)
index 0000000..48251bc
--- /dev/null
@@ -0,0 +1,4 @@
+instructions.configure=\
+org.eclipse.equinox.p2.touchpoint.eclipse.setJvm(jvm:features/eu.etaxonomy.taxeditor.feature.jre.linux64_3.12.0/jre/bin);
+instructions.unconfigure=\
+org.eclipse.equinox.p2.touchpoint.eclipse.setJvm(jvm:null);
\ No newline at end of file
diff --git a/eu.etaxonomy.taxeditor.feature.jre.linux64/pom.xml b/eu.etaxonomy.taxeditor.feature.jre.linux64/pom.xml
new file mode 100644 (file)
index 0000000..a852a2b
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <parent>
+    <groupId>eu.etaxonomy</groupId>
+    <artifactId>taxeditor-parent</artifactId>
+    <version>3.12.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>eu.etaxonomy.taxeditor.feature</artifactId>
+  <packaging>eclipse-feature</packaging>
+
+  <name>Taxonomic Editor Feature</name>
+  <description />
+  <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorEditorBundle</url>
+</project>