Remove JRE feature
authorPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 10 Dec 2015 14:39:31 +0000 (15:39 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 10 Dec 2015 14:39:31 +0000 (15:39 +0100)
eu.etaxonomy.taxeditor.feature.jre/.project [deleted file]
eu.etaxonomy.taxeditor.feature.jre/README.txt [deleted file]
eu.etaxonomy.taxeditor.feature.jre/build.properties [deleted file]
eu.etaxonomy.taxeditor.feature.jre/build.properties.with.jre [deleted file]
eu.etaxonomy.taxeditor.feature.jre/feature.xml [deleted file]
eu.etaxonomy.taxeditor.feature.jre/pom.xml [deleted file]

diff --git a/eu.etaxonomy.taxeditor.feature.jre/.project b/eu.etaxonomy.taxeditor.feature.jre/.project
deleted file mode 100644 (file)
index 5aab7cd..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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
deleted file mode 100644 (file)
index a4a2fdf..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644 (file)
index 64f93a9..0000000
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644 (file)
index 421dda3..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-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
deleted file mode 100644 (file)
index b0281f2..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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>
diff --git a/eu.etaxonomy.taxeditor.feature.jre/pom.xml b/eu.etaxonomy.taxeditor.feature.jre/pom.xml
deleted file mode 100644 (file)
index 45fbdaf..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?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.jre</artifactId>
-  <packaging>eclipse-feature</packaging>
-
-  <name>Taxonomic Editor Feature JRE</name>
-  <description />
-  <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorEditorBundle</url>
-</project>