-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #661 from eclipse-passage/571190-1
Bug 571190 build the solution on Framework services host
- Loading branch information
Showing
4 changed files
with
17 additions
and
26 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...ternal.seal.AgentFrameworkConstructor.xml → ...rnal.gear.RuntimeFrameworkConstructor.xml
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.passage.lac.internal.seal.AgentFrameworkConstructor"> | ||
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.passage.lac.internal.gear.RuntimeFrameworkConstructor"> | ||
<service> | ||
<provide interface="org.eclipse.passage.lic.internal.net.api.FrameworkConstructor"/> | ||
</service> | ||
<implementation class="org.eclipse.passage.lac.internal.seal.AgentFrameworkConstructor"/> | ||
<implementation class="org.eclipse.passage.lac.internal.gear.RuntimeFrameworkConstructor"/> | ||
</scr:component> |
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
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