From 6db7e32e2eb5b1824fdb6dd7f7c8b390b4e24111 Mon Sep 17 00:00:00 2001 From: "n.hoffmann" Date: Wed, 16 Mar 2011 15:16:03 +0000 Subject: [PATCH] removing obsolete annotated line editor package --- .gitattributes | 4 ---- .gitignore | 4 ---- .../META-INF/MANIFEST.MF | 7 ------ .../build.properties | 4 ---- taxeditor-annotatedlineeditor/pom.xml | 23 ------------------- .../src/main/java/eu/etaxonomy/App.java | 13 ----------- 6 files changed, 55 deletions(-) delete mode 100644 taxeditor-annotatedlineeditor/META-INF/MANIFEST.MF delete mode 100644 taxeditor-annotatedlineeditor/build.properties delete mode 100644 taxeditor-annotatedlineeditor/pom.xml delete mode 100644 taxeditor-annotatedlineeditor/src/main/java/eu/etaxonomy/App.java diff --git a/.gitattributes b/.gitattributes index 1231cdcfd..3538f6e29 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1199,7 +1199,3 @@ src/site/fml/troubleshooting.fml -text src/site/resources/css/site.css -text src/site/resources/images/taxeditor_transformed.png -text src/site/site.xml -text -taxeditor-annotatedlineeditor/META-INF/MANIFEST.MF -text -taxeditor-annotatedlineeditor/build.properties -text -taxeditor-annotatedlineeditor/pom.xml -text -taxeditor-annotatedlineeditor/src/main/java/eu/etaxonomy/App.java -text diff --git a/.gitignore b/.gitignore index a0ef304db..0786f5083 100644 --- a/.gitignore +++ b/.gitignore @@ -99,8 +99,4 @@ eu.etaxonomy.taxeditor.store/hibernate.log eu.etaxonomy.taxeditor.store/target /runtime-taxeditor.product /target -taxeditor-annotatedlineeditor/.classpath -taxeditor-annotatedlineeditor/.project -taxeditor-annotatedlineeditor/.settings -taxeditor-annotatedlineeditor/target /workspace diff --git a/taxeditor-annotatedlineeditor/META-INF/MANIFEST.MF b/taxeditor-annotatedlineeditor/META-INF/MANIFEST.MF deleted file mode 100644 index 2e0af3b0c..000000000 --- a/taxeditor-annotatedlineeditor/META-INF/MANIFEST.MF +++ /dev/null @@ -1,7 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: EDIT Taxonomic Editor - Annotatedlineeditor -Bundle-SymbolicName: eu.etaxonomy.taxeditor.annotatedlineeditor -Bundle-Version: 2.1.1.qualifier - -Bundle-Vendor: EDIT diff --git a/taxeditor-annotatedlineeditor/build.properties b/taxeditor-annotatedlineeditor/build.properties deleted file mode 100644 index 1361b3cea..000000000 --- a/taxeditor-annotatedlineeditor/build.properties +++ /dev/null @@ -1,4 +0,0 @@ -source.. = src/main/java/,\ - src/test/java/ -bin.includes = META-INF/,\ - . diff --git a/taxeditor-annotatedlineeditor/pom.xml b/taxeditor-annotatedlineeditor/pom.xml deleted file mode 100644 index 4b99319be..000000000 --- a/taxeditor-annotatedlineeditor/pom.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - eu.etaxonomy - taxeditor-parent - 3.0 - - - 4.0.0 - eu.etaxonomy - taxeditor-annotatedlineeditor - jar - 3.0 - AnnotatedLineEditor Bundle - http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorAnnotatedLineEditorBundle - - - eu.etaxonomy - taxeditor-store - - - diff --git a/taxeditor-annotatedlineeditor/src/main/java/eu/etaxonomy/App.java b/taxeditor-annotatedlineeditor/src/main/java/eu/etaxonomy/App.java deleted file mode 100644 index 0f9dd5429..000000000 --- a/taxeditor-annotatedlineeditor/src/main/java/eu/etaxonomy/App.java +++ /dev/null @@ -1,13 +0,0 @@ -package eu.etaxonomy; - -/** - * Hello world! - * - */ -public class App -{ - public static void main( String[] args ) - { - System.out.println( "Hello World!" ); - } -} -- 2.34.1