From 6648e64cbb2372ca1a5d799b3e82fc68120d2f5a Mon Sep 17 00:00:00 2001 From: "n.hoffmann" Date: Wed, 31 Aug 2011 13:12:18 +0000 Subject: [PATCH] adding classpath and project file --- .gitattributes | 2 ++ .gitignore | 2 -- eu.etaxonomy.taxeditor.store/.classpath | 10 +++++++++ eu.etaxonomy.taxeditor.store/.project | 28 +++++++++++++++++++++++++ 4 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 eu.etaxonomy.taxeditor.store/.classpath create mode 100644 eu.etaxonomy.taxeditor.store/.project diff --git a/.gitattributes b/.gitattributes index 88fc6f473..5a824f341 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1324,6 +1324,8 @@ eu.etaxonomy.taxeditor.printpublisher/src/main/java/eu/etaxonomy/taxeditor/print eu.etaxonomy.taxeditor.printpublisher/src/main/java/eu/etaxonomy/taxeditor/printpublisher/wizard/SelectServiceWizardPage.java -text eu.etaxonomy.taxeditor.printpublisher/src/main/java/eu/etaxonomy/taxeditor/printpublisher/wizard/SelectStylesheetWizardPage.java -text eu.etaxonomy.taxeditor.printpublisher/src/main/java/eu/etaxonomy/taxeditor/printpublisher/wizard/SelectTaxaWizardPage.java -text +eu.etaxonomy.taxeditor.store/.classpath -text +eu.etaxonomy.taxeditor.store/.project -text eu.etaxonomy.taxeditor.store/META-INF/MANIFEST.MF -text eu.etaxonomy.taxeditor.store/build.properties -text eu.etaxonomy.taxeditor.store/icons/256color_16x16.bmp -text diff --git a/.gitignore b/.gitignore index d7302b572..bf4be3a65 100644 --- a/.gitignore +++ b/.gitignore @@ -23,8 +23,6 @@ eu.etaxonomy.taxeditor.navigation/.settings eu.etaxonomy.taxeditor.navigation/target eu.etaxonomy.taxeditor.printpublisher/.settings eu.etaxonomy.taxeditor.printpublisher/target -eu.etaxonomy.taxeditor.store/.classpath -eu.etaxonomy.taxeditor.store/.project eu.etaxonomy.taxeditor.store/.settings eu.etaxonomy.taxeditor.store/hibernate.log eu.etaxonomy.taxeditor.store/target diff --git a/eu.etaxonomy.taxeditor.store/.classpath b/eu.etaxonomy.taxeditor.store/.classpath new file mode 100644 index 000000000..ee4c1eaf5 --- /dev/null +++ b/eu.etaxonomy.taxeditor.store/.classpath @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/eu.etaxonomy.taxeditor.store/.project b/eu.etaxonomy.taxeditor.store/.project new file mode 100644 index 000000000..94d18a7a3 --- /dev/null +++ b/eu.etaxonomy.taxeditor.store/.project @@ -0,0 +1,28 @@ + + + eu.etaxonomy.taxeditor.store + Enables access to a CDM DataStore and provides operations on the model. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.pde.PluginNature + + -- 2.34.1