Skip to content

Commit

Permalink
Merge pull request #1 from egonw/1-updateSite
Browse files Browse the repository at this point in the history
Added an update site
  • Loading branch information
jonalv committed May 16, 2012
2 parents 1e299ad + 6e14a72 commit 12248f8
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions features/net.bioclipse.structuredb_site/.project
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>net.bioclipse.structuredb_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.structuredb_site/build.properties
@@ -0,0 +1 @@
bin.includes = feature.xml
16 changes: 16 additions & 0 deletions features/net.bioclipse.structuredb_site/feature.xml
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="net.bioclipse.structuredb_site"
label="Bioclipse-StructureDB Update Site"
version="1.0.0.qualifier"
provider-name="The Bioclipse Team">

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

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

</feature>

0 comments on commit 12248f8

Please sign in to comment.