(no commit message)
authorn.hoffmann <n.hoffmann@localhost>
Thu, 9 Sep 2010 11:17:07 +0000 (11:17 +0000)
committern.hoffmann <n.hoffmann@localhost>
Thu, 9 Sep 2010 11:17:07 +0000 (11:17 +0000)
.gitattributes
.gitignore
cdmlib-feature/.classpath [new file with mode: 0644]
cdmlib-feature/.project [new file with mode: 0644]
cdmlib-feature/build.properties [new file with mode: 0644]
cdmlib-feature/feature.xml [new file with mode: 0644]

index a048614fed99151b1b2c2c57da10aefc2542ec0e..e3771f01f56d74daa029a5b1b3c2b1822bab304a 100644 (file)
@@ -1,4 +1,8 @@
 * text=auto !eol
+cdmlib-feature/.classpath -text
+cdmlib-feature/.project -text
+cdmlib-feature/build.properties -text
+cdmlib-feature/feature.xml -text
 cdmlib-plugin/.classpath -text
 cdmlib-plugin/.project -text
 cdmlib-plugin/META-INF/MANIFEST.MF -text
index 2f1ba727ba205f88ed0550f92b1c5284ab56f747..5f2b2170b8d8f01904c3ac3b062f9360a767d172 100644 (file)
@@ -1,3 +1,4 @@
+cdmlib-feature/.settings
 cdmlib-plugin/.settings
 cdmlib-plugin/cdmlib-*.jar
 cdmlib-plugin/cdmlib-*.zip
diff --git a/cdmlib-feature/.classpath b/cdmlib-feature/.classpath
new file mode 100644 (file)
index 0000000..64db939
--- /dev/null
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<classpath>\r
+       <classpathentry kind="output" path="bin"/>\r
+</classpath>\r
diff --git a/cdmlib-feature/.project b/cdmlib-feature/.project
new file mode 100644 (file)
index 0000000..3bfca09
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>cdmlib-feature</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.jdt.core.javabuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>org.eclipse.pde.FeatureBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.pde.FeatureNature</nature>
+               <nature>org.eclipse.jdt.core.javanature</nature>
+       </natures>
+</projectDescription>
diff --git a/cdmlib-feature/build.properties b/cdmlib-feature/build.properties
new file mode 100644 (file)
index 0000000..014f318
--- /dev/null
@@ -0,0 +1,3 @@
+jars.compile.order = \r
+bin.includes = feature.xml\r
+generateFeatureVersionSuffix=true
\ No newline at end of file
diff --git a/cdmlib-feature/feature.xml b/cdmlib-feature/feature.xml
new file mode 100644 (file)
index 0000000..26f77dd
--- /dev/null
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="eu.etaxonomy.cdmlib"
+      label="CDM Library"
+      version="2.3.0.qualifier"
+      provider-name="EDIT">
+
+   <description url="http://dev.e-taxonomy.eu/trac/wiki/CdmLibrary">
+      CDM Java Library
+   </description>
+
+   <copyright url="http://www.e-taxonomy.eu">
+      CopyrightCopyright (C) 2007 EDIT
+European Distributed Institute of Taxonomy
+   </copyright>
+
+   <license url="http://www.mozilla.org/MPL">
+      The contents of this file are subject to the Mozilla Public License
+Version 1.1 (the &quot;License&quot;); 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 &quot;AS
+IS&quot; basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
+See the License for the specific language governing rights and limitations
+under the License.
+   </license>
+
+   <url>
+      <update label="EDIT Taxonomic Editor" url="http://wp5.e-taxonomy.eu/taxeditor/update"/>
+   </url>
+
+   <plugin
+         id="eu.etaxonomy.cdmlib"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"/>
+
+</feature>