Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More dependecy stuff for building core on pele
  • Loading branch information
Arvid Berg committed Jan 10, 2012
1 parent f3b6f9c commit 4fdbe29
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions features/net.bioclipse.core_site/buckminster.cspex
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<cspecExtension
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0"
xmlns="http://www.eclipse.org/buckminster/CSpec-1.0">
<dependencies>
<dependency name="log4j.over.slf4j" componentType="osgi.bundle"/>
<dependency name="jcl.over.slf4j" componentType="osgi.bundle"/>
<dependency name="slf4j.api" componentType="osgi.bundle"/>
</dependencies>
<generators>
<!-- Place your Generators here -->
</generators>
<artifacts>
<!-- Place your Artifacts here -->
</artifacts>
<actions>
<!-- Place your Actions here -->
</actions>
<groups>
<!-- Place your Groups here -->
</groups>
<alterDependencies>
<!-- Place your Dependency alterations here -->
</alterDependencies>
<alterArtifacts>
<!-- Place your Artifact alterations here -->
</alterArtifacts>
<alterActions>
<!-- Place your Action alterations here -->
</alterActions>
<alterGroups>
<!-- Place your Group alterations here -->
</alterGroups>
</cspecExtension>

0 comments on commit 4fdbe29

Please sign in to comment.