Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added an update site
  • Loading branch information
egonw committed Nov 19, 2011
1 parent 8147086 commit 55a5399
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
17 changes: 17 additions & 0 deletions features/net.bioclipse.hpc_site/.project
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>net.bioclipse.hpc_site</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>
1 change: 1 addition & 0 deletions features/net.bioclipse.hpc_site/build.properties
@@ -0,0 +1 @@
bin.includes = feature.xml
28 changes: 28 additions & 0 deletions features/net.bioclipse.hpc_site/feature.xml
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="net.bioclipse.hpc_site"
label="Bioclipse-HPC Update Site"
version="1.0.0.qualifier"
provider-name="The Bioclipse Team">

<description url="http://www.example.com/description">
[Enter Feature Description here.]
</description>

<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>

<license url="http://www.example.com/license">
[Enter License Description here.]
</license>

<includes
id="net.bioclipse.hpc_feature"
version="0.0.0"/>

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

</feature>

0 comments on commit 55a5399

Please sign in to comment.