adding classpath and project file
authorn.hoffmann <n.hoffmann@localhost>
Wed, 31 Aug 2011 13:08:54 +0000 (13:08 +0000)
committern.hoffmann <n.hoffmann@localhost>
Wed, 31 Aug 2011 13:08:54 +0000 (13:08 +0000)
.gitattributes
.gitignore
eu.etaxonomy.taxeditor.help/.classpath [new file with mode: 0644]
eu.etaxonomy.taxeditor.help/.project [new file with mode: 0644]
eu.etaxonomy.taxeditor.help/pom.xml [new file with mode: 0644]

index 37123da6e3b9e02bb0abc81c8b8911816a15387a..5c8b7dd801aad85d595a526d2645701c012fefad 100644 (file)
@@ -496,6 +496,8 @@ eu.etaxonomy.taxeditor.feature.platform/pom.xml -text
 eu.etaxonomy.taxeditor.feature/build.properties -text
 eu.etaxonomy.taxeditor.feature/feature.xml -text
 eu.etaxonomy.taxeditor.feature/pom.xml -text
+eu.etaxonomy.taxeditor.help/.classpath -text
+eu.etaxonomy.taxeditor.help/.project -text
 eu.etaxonomy.taxeditor.help/META-INF/MANIFEST.MF -text
 eu.etaxonomy.taxeditor.help/build.properties -text
 eu.etaxonomy.taxeditor.help/html/concepts/maintopic.html -text
@@ -1218,6 +1220,7 @@ eu.etaxonomy.taxeditor.help/original_document/Taxonomic_Editor_User_Manual_Versi
 eu.etaxonomy.taxeditor.help/original_document/Taxonomic_Editor_User_Manual_Version_4.doc -text
 eu.etaxonomy.taxeditor.help/original_document/Taxonomic_Editor_User_Manual_Version_4.html -text
 eu.etaxonomy.taxeditor.help/plugin.xml -text
+eu.etaxonomy.taxeditor.help/pom.xml -text
 eu.etaxonomy.taxeditor.help/src/eu/etaxonomy/taxeditor/help/Activator.java -text
 eu.etaxonomy.taxeditor.help/toc.xml -text
 eu.etaxonomy.taxeditor.help/tocconcepts.xml -text
index 123b9a2f354c1407739b4092124a752e1c6ddfc4..eeeb79d4e31a3603b8cc968355089798e2a44600 100644 (file)
@@ -53,8 +53,6 @@ eu.etaxonomy.taxeditor.feature/compile.eu.etaxonomy.taxeditor.product.feature.xm
 eu.etaxonomy.taxeditor.feature/plugin_customization.ini
 eu.etaxonomy.taxeditor.feature/target
 eu.etaxonomy.taxeditor.feature/workspace
-eu.etaxonomy.taxeditor.help/.classpath
-eu.etaxonomy.taxeditor.help/.project
 eu.etaxonomy.taxeditor.help/.settings
 eu.etaxonomy.taxeditor.navigation/.classpath
 eu.etaxonomy.taxeditor.navigation/.project
diff --git a/eu.etaxonomy.taxeditor.help/.classpath b/eu.etaxonomy.taxeditor.help/.classpath
new file mode 100644 (file)
index 0000000..334e33e
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+       <classpathentry kind="src" path="src"/>
+       <classpathentry kind="output" path="target"/>
+</classpath>
diff --git a/eu.etaxonomy.taxeditor.help/.project b/eu.etaxonomy.taxeditor.help/.project
new file mode 100644 (file)
index 0000000..fd4afa6
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>eu.etaxonomy.taxeditor.help</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.jdt.core.javabuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>org.eclipse.pde.ManifestBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>org.eclipse.pde.SchemaBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.pde.PluginNature</nature>
+               <nature>org.eclipse.jdt.core.javanature</nature>
+       </natures>
+</projectDescription>
diff --git a/eu.etaxonomy.taxeditor.help/pom.xml b/eu.etaxonomy.taxeditor.help/pom.xml
new file mode 100644 (file)
index 0000000..765dfbd
--- /dev/null
@@ -0,0 +1,20 @@
+<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.6-SNAPSHOT</version>
+       </parent>
+
+       <modelVersion>4.0.0</modelVersion>
+       <artifactId>eu.etaxonomy.taxeditor.help</artifactId>
+       <packaging>eclipse-plugin</packaging>
+
+       <name>Help Bundle</name>
+       <description>Provides help and documentation for the Taxonomic Editor application</description>
+       <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorHelpBundle</url>
+
+</project>
+
+