From efe18962b7a62d52cfe2264cf74a6a20d77f6859 Mon Sep 17 00:00:00 2001 From: "n.hoffmann" Date: Thu, 9 Sep 2010 11:19:39 +0000 Subject: [PATCH] --- .gitattributes | 3 ++ .gitignore | 3 ++ cdmlib-feature-source/.project | 23 +++++++++++++++ cdmlib-feature-source/build.properties | 2 ++ cdmlib-feature-source/feature.xml | 39 ++++++++++++++++++++++++++ 5 files changed, 70 insertions(+) create mode 100644 cdmlib-feature-source/.project create mode 100644 cdmlib-feature-source/build.properties create mode 100644 cdmlib-feature-source/feature.xml diff --git a/.gitattributes b/.gitattributes index e3771f01f..7952f31a6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,7 @@ * text=auto !eol +cdmlib-feature-source/.project -text +cdmlib-feature-source/build.properties -text +cdmlib-feature-source/feature.xml -text cdmlib-feature/.classpath -text cdmlib-feature/.project -text cdmlib-feature/build.properties -text diff --git a/.gitignore b/.gitignore index 5f2b2170b..ac9c1d5d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +cdmlib-feature-source/.classpath +cdmlib-feature-source/.settings +cdmlib-feature-source/src cdmlib-feature/.settings cdmlib-plugin/.settings cdmlib-plugin/cdmlib-*.jar diff --git a/cdmlib-feature-source/.project b/cdmlib-feature-source/.project new file mode 100644 index 000000000..455c02c94 --- /dev/null +++ b/cdmlib-feature-source/.project @@ -0,0 +1,23 @@ + + + cdmlib-feature-source + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.FeatureBuilder + + + + + + org.eclipse.pde.FeatureNature + org.eclipse.jdt.core.javanature + + diff --git a/cdmlib-feature-source/build.properties b/cdmlib-feature-source/build.properties new file mode 100644 index 000000000..61e4bf9a8 --- /dev/null +++ b/cdmlib-feature-source/build.properties @@ -0,0 +1,2 @@ +bin.includes = feature.xml +generate.plugin@eu.etaxonomy.cdmlib.source = eu.etaxonomy.cdmlib \ No newline at end of file diff --git a/cdmlib-feature-source/feature.xml b/cdmlib-feature-source/feature.xml new file mode 100644 index 000000000..e1c3ceb75 --- /dev/null +++ b/cdmlib-feature-source/feature.xml @@ -0,0 +1,39 @@ + + + + + CDM Java Library + + + + CopyrightCopyright (C) 2007 EDIT +European Distributed Institute of Taxonomy + + + + The contents of this file are subject to the Mozilla Public License +Version 1.1 (the "License"); you may not use this file except +in compliance with the License. You may obtain a copy of the License +at http://www.mozilla.org/MPL/ + +Software distributed under the License is distributed on an "AS +IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. +See the License for the specific language governing rights and limitations +under the License. + + + + + + + + + -- 2.34.1