-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NEW - bug 335237: [Discovery][ZooDiscovery] zookeeper provider feature
depends upon org.apache.log4j https://bugs.eclipse.org/bugs/show_bug.cgi?id=335237
- Loading branch information
1 parent
5a412fd
commit 9869e39
Showing
5 changed files
with
93 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
providers/bundles/org.eclipse.ecf.provider.zookeeper/buckminster.cspex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?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.apache.log4j" componentType="osgi.bundle"/> | ||
<dependency name="org.apache.hadoop.zookeeper" 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<repositories location="http://download.eclipse.org/rt/ecf/3.4/site.p2/"/> | ||
</contributions> | ||
<contacts name="Markus Alexander Kuppe" email="[email protected]"/> | ||
<validationRepositories location="http://download.eclipse.org/tools/orbit/downloads/drops/S20101014084557/repository/"/> | ||
<validationRepositories location="http://download.eclipse.org/tools/orbit/downloads/drops/S20110124210048/repository/"/> | ||
<validationRepositories location="http://download.eclipse.org/eclipse/updates/3.6/R-3.6.1-201009090800/"/> | ||
<validationRepositories location="http://download.eclipse.org/modeling/emf/emf/updates/2.6/"/> | ||
</aggregator:Aggregator> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,6 +87,9 @@ | |
<provider readerType="p2" componentTypes="osgi.bundle" mutable="false" source="false"> | ||
<uri format="http://download.eclipse.org/tools/orbit/downloads/drops/S20100831105311/repository?importType=binary"/> | ||
</provider> | ||
<provider readerType="p2" componentTypes="osgi.bundle" mutable="false" source="false"> | ||
<uri format="http://download.eclipse.org/tools/orbit/downloads/drops/S20110124210048/repository?importType=binary"/> | ||
</provider> | ||
<!-- dev.eclipse.org PDEMapProvider --> | ||
<provider xsi:type="pmp:PDEMapProvider" readerType="cvs" componentTypes="osgi.bundle,eclipse.feature" mutable="false" source="true"> | ||
<uri format=":pserver:[email protected]:/cvsroot/tools,org.eclipse.orbit/org.eclipse.orbit.releng/maps"> | ||
|
@@ -104,7 +107,6 @@ | |
<locator searchPathRef="org.eclipse.ecf" pattern="^org\.eclipse\.ecf(\..+)?" /> | ||
<locator searchPathRef="org.eclipse.ecf" pattern="^org\.eclipse\.team\.ecf(\..+)?" /> | ||
<locator searchPathRef="org.eclipse.ecf" pattern="^org\.jivesoftware\.smack$" /> | ||
<locator searchPathRef="org.eclipse.ecf" pattern="^org\.apache\.zookeeper$" /> | ||
<locator searchPathRef="org.eclipse.ecf" pattern="^org\.eclipse\.osgi\.services\.remoteserviceadmin(\..+)?" /> | ||
|
||
<!-- EMF --> | ||
|