Skip to content

Commit

Permalink
Added herg model
Browse files Browse the repository at this point in the history
  • Loading branch information
olas committed Jul 11, 2012
1 parent 9899082 commit 0e4d1da
Show file tree
Hide file tree
Showing 15 changed files with 11,768 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/net.bioclipse.ds.models.herg/.classpath
@@ -0,0 +1,6 @@
<?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="output" path="bin"/>
</classpath>
28 changes: 28 additions & 0 deletions plugins/net.bioclipse.ds.models.herg/.project
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>net.bioclipse.ds.models.herg</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>
20 changes: 20 additions & 0 deletions plugins/net.bioclipse.ds.models.herg/META-INF/MANIFEST.MF
@@ -0,0 +1,20 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: HeRG models
Bundle-SymbolicName: net.bioclipse.ds.models.herg;singleton:=true
Bundle-Version: 2.5.0.qualifier
Bundle-Vendor: bioclipse.net
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
Bundle-ActivationPolicy: lazy
Import-Package: org.apache.log4j
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
2 changes: 2 additions & 0 deletions plugins/net.bioclipse.ds.models.herg/META-INF/p2.inf
@@ -0,0 +1,2 @@
properties.1.name=org.eclipse.equinox.p2.type.group
properties.1.value=true
9 changes: 9 additions & 0 deletions plugins/net.bioclipse.ds.models.herg/build.properties
@@ -0,0 +1,9 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
icons/,\
plugin.xml,\
toc.xml,\
models/

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/net.bioclipse.ds.models.herg/icons/db.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/net.bioclipse.ds.models.herg/icons/form.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/net.bioclipse.ds.models.herg/icons/poll.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

0 comments on commit 0e4d1da

Please sign in to comment.