Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add import-package dependencies for Bucky
  • Loading branch information
lemmy committed Oct 2, 2010
1 parent e1fc8ab commit c7d0a32
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions bundles/org.eclipse.ecf.provider.jms/buckminster.cspex
@@ -0,0 +1,37 @@
<?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="org.eclipse.ecf.remoteservice" componentType="osgi.bundle"/>
<dependency name="org.eclipse.ecf.provider.remoteservice" componentType="osgi.bundle"/>
<dependency name="org.eclipse.ecf.provider" componentType="osgi.bundle"/>
<dependency name="org.eclipse.ecf.sharedobject" 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 Dependencies 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 c7d0a32

Please sign in to comment.