Initial import of jre feature
authorPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 9 Dec 2015 14:57:03 +0000 (15:57 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 9 Dec 2015 14:57:05 +0000 (15:57 +0100)
eu.etaxonomy.taxeditor.feature.jre/.project [new file with mode: 0644]
eu.etaxonomy.taxeditor.feature.jre/README.txt [new file with mode: 0644]
eu.etaxonomy.taxeditor.feature.jre/build.properties [new file with mode: 0644]
eu.etaxonomy.taxeditor.feature.jre/build.properties.with.jre [new file with mode: 0644]
eu.etaxonomy.taxeditor.feature.jre/feature.xml [new file with mode: 0644]

diff --git a/eu.etaxonomy.taxeditor.feature.jre/.project b/eu.etaxonomy.taxeditor.feature.jre/.project
new file mode 100644 (file)
index 0000000..5aab7cd
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>eu.etaxonomy.taxeditor.feature.jre</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.pde.FeatureBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.pde.FeatureNature</nature>
+       </natures>
+</projectDescription>
diff --git a/eu.etaxonomy.taxeditor.feature.jre/README.txt b/eu.etaxonomy.taxeditor.feature.jre/README.txt
new file mode 100644 (file)
index 0000000..a4a2fdf
--- /dev/null
@@ -0,0 +1,3 @@
+when updating the build.properties file make sure to apply the updates on both
+build.properties.with.jre and
+build.properties.wo.jre
diff --git a/eu.etaxonomy.taxeditor.feature.jre/build.properties b/eu.etaxonomy.taxeditor.feature.jre/build.properties
new file mode 100644 (file)
index 0000000..64f93a9
--- /dev/null
@@ -0,0 +1 @@
+bin.includes = feature.xml
diff --git a/eu.etaxonomy.taxeditor.feature.jre/build.properties.with.jre b/eu.etaxonomy.taxeditor.feature.jre/build.properties.with.jre
new file mode 100644 (file)
index 0000000..421dda3
--- /dev/null
@@ -0,0 +1,11 @@
+
+root.linux.gtk.x86_64=linux-64
+root.linux.gtk.x86_64.permissions.755=jre/bin/**
+root.linux.gtk.x86=linux-32
+root.linux.gtk.x86.permissions.755=jre/bin/**
+root.win32.win32.x86_64=win-64
+root.win32.win32.x86_64.permissions.755=jre/bin/**
+root.win32.win32.x86=win-32
+root.win32.win32.x86.permissions.755=jre/bin/**
+root.macosx.cocoa.x86_64=mac-64
+root.macosx.cocoa.x86_64.permissions.755=jre/Contents/Home/jre/bin/**
\ No newline at end of file
diff --git a/eu.etaxonomy.taxeditor.feature.jre/feature.xml b/eu.etaxonomy.taxeditor.feature.jre/feature.xml
new file mode 100644 (file)
index 0000000..b0281f2
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="eu.etaxonomy.taxeditor.feature.jre"
+      label="JRE Feature"
+      version="1.7.75"
+      provider-name="EDIT">
+
+   <description url="http://www.example.com/description">
+      [Enter Feature Description here.]
+   </description>
+
+   <copyright url="http://www.example.com/copyright">
+      [Enter Copyright Description here.]
+   </copyright>
+
+   <license url="http://www.example.com/license">
+      [Enter License Description here.]
+   </license>
+
+</feature>