Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a daphnia model
  • Loading branch information
olas committed Sep 7, 2012
1 parent caa44fc commit 55fdec1
Show file tree
Hide file tree
Showing 17 changed files with 30,856 additions and 0 deletions.
17 changes: 17 additions & 0 deletions features/net.bioclipse.ds.models.daphnia_feature/.project
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>net.bioclipse.ds.models.daphnia_feature</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>
@@ -0,0 +1 @@
bin.includes = feature.xml
24 changes: 24 additions & 0 deletions features/net.bioclipse.ds.models.daphnia_feature/feature.xml
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="net.bioclipse.ds.models.daphnia_feature"
label="Daphnia models"
version="1.0.0.qualifier"
provider-name="bioclipse.net">

<description>
Daphnia models
</description>

<requires>
<import feature="net.bioclipse.ds_feature" version="2.5.0.qualifier"/>
<import feature="net.bioclipse.chemoinformatics_feature" version="2.5.0.qualifier"/>
<import feature="net.bioclipse.core_feature" version="2.5.0.qualifier"/>
</requires>

<plugin
id="net.bioclipse.ds.models.daphnia"
download-size="0"
install-size="0"
version="0.0.0"/>

</feature>
7 changes: 7 additions & 0 deletions plugins/net.bioclipse.ds.models.daphnia/.classpath
@@ -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="bin"/>
</classpath>
28 changes: 28 additions & 0 deletions plugins/net.bioclipse.ds.models.daphnia/.project
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>net.bioclipse.ds.models.daphnia</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>
18 changes: 18 additions & 0 deletions plugins/net.bioclipse.ds.models.daphnia/META-INF/MANIFEST.MF
@@ -0,0 +1,18 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Daphnica models
Bundle-SymbolicName: net.bioclipse.ds.models.daphnia;singleton:=true
Bundle-Version: 0.2.1.qualifier
Bundle-Vendor: bioclipse.net
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
net.bioclipse.ds,
net.bioclipse.cdk.ui.sdfeditor,
net.bioclipse.cdk.business,
net.bioclipse.core,
org.eclipse.help,
org.openscience.cdk.interfaces,
net.bioclipse.ds.common,
net.bioclipse.ds.ui,
net.bioclipse.ds.libsvm
7 changes: 7 additions & 0 deletions plugins/net.bioclipse.ds.models.daphnia/build.properties
@@ -0,0 +1,7 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
models/,\
plugin.xml,\
data/

0 comments on commit 55fdec1

Please sign in to comment.