removing obsolete annotated line editor package
authorn.hoffmann <n.hoffmann@localhost>
Wed, 16 Mar 2011 15:16:03 +0000 (15:16 +0000)
committern.hoffmann <n.hoffmann@localhost>
Wed, 16 Mar 2011 15:16:03 +0000 (15:16 +0000)
.gitattributes
.gitignore
taxeditor-annotatedlineeditor/META-INF/MANIFEST.MF [deleted file]
taxeditor-annotatedlineeditor/build.properties [deleted file]
taxeditor-annotatedlineeditor/pom.xml [deleted file]
taxeditor-annotatedlineeditor/src/main/java/eu/etaxonomy/App.java [deleted file]

index 1231cdcfd38b5dcda6db6aa56c76adfc991dd50d..3538f6e29604ae1cfc87df254ccb7dae54d5f3ff 100644 (file)
@@ -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
index a0ef304dbe0a32f76872dcc7936692efbcd12539..0786f5083130d2e0920379621866b351df15f664 100644 (file)
@@ -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 (file)
index 2e0af3b..0000000
+++ /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 (file)
index 1361b3c..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-source.. = src/main/java/,\\r
-           src/test/java/\r
-bin.includes = META-INF/,\\r
-               .\r
diff --git a/taxeditor-annotatedlineeditor/pom.xml b/taxeditor-annotatedlineeditor/pom.xml
deleted file mode 100644 (file)
index 4b99319..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<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/maven-v4_0_0.xsd">
-  
-  <parent>
-       <groupId>eu.etaxonomy</groupId>
-       <artifactId>taxeditor-parent</artifactId>
-    <version>3.0</version>
-  </parent>
-  
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>eu.etaxonomy</groupId>
-  <artifactId>taxeditor-annotatedlineeditor</artifactId>
-  <packaging>jar</packaging>
-  <version>3.0</version>
-  <name>AnnotatedLineEditor Bundle</name>
-  <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorAnnotatedLineEditorBundle</url>
-  <dependencies>
-      <dependency>
-               <groupId>eu.etaxonomy</groupId>
-               <artifactId>taxeditor-store</artifactId>
-       </dependency>
-  </dependencies>
-</project>
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 (file)
index 0f9dd54..0000000
+++ /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!" );
-    }
-}