From f599658968e096549ca99abd07d9be7da96dcccd Mon Sep 17 00:00:00 2001 From: "n.hoffmann" Date: Mon, 2 Nov 2009 18:51:02 +0000 Subject: [PATCH] deleting files not supposed to be in version control --- .gitignore | 2 ++ taxeditor-annotatedlineeditor/META-INF/MANIFEST.MF | 8 +++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e6c5fd6c5..5793bc9f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ eclipseprojects/eu.etaxonomy.taxeditor/src/eu/etaxonomy/taxeditor/sandbox +taxeditor-annotatedlineeditor/.classpath +taxeditor-annotatedlineeditor/.project taxeditor-annotatedlineeditor/.settings taxeditor-application/.classpath taxeditor-application/.project diff --git a/taxeditor-annotatedlineeditor/META-INF/MANIFEST.MF b/taxeditor-annotatedlineeditor/META-INF/MANIFEST.MF index 0865338c4..8e002e030 100644 --- a/taxeditor-annotatedlineeditor/META-INF/MANIFEST.MF +++ b/taxeditor-annotatedlineeditor/META-INF/MANIFEST.MF @@ -1,7 +1,5 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: taxeditor_annotatedlineeditor -Bundle-SymbolicName: taxeditor_annotatedlineeditor -Bundle-Version: 1.0.0 -Export-Package: eu.etaxonomy -Require-Bundle: eu.etaxonomy.taxeditor.store;bundle-version="2.0.1" +Bundle-Name: EDIT Taxonomic Editor - Annotatedlineeditor +Bundle-SymbolicName: eu.etaxonomy.taxeditor.annotatedlineeditor +Bundle-Version: 2.1.0 \ No newline at end of file -- 2.34.1