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

index e3771f01f56d74daa029a5b1b3c2b1822bab304a..7952f31a672b5734c6df1aa77935961e1f4a93e2 100644 (file)
@@ -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
index 5f2b2170b8d8f01904c3ac3b062f9360a767d172..ac9c1d5d6371aa4ee2de28da9eede21bb7aa811d 100644 (file)
@@ -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 (file)
index 0000000..455c02c
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>cdmlib-feature-source</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-source/build.properties b/cdmlib-feature-source/build.properties
new file mode 100644 (file)
index 0000000..61e4bf9
--- /dev/null
@@ -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 (file)
index 0000000..e1c3ceb
--- /dev/null
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="eu.etaxonomy.cdmlib.source"
+      label="CDM Library Source"
+      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.source"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"/>
+
+</feature>