Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Move Bundle and Console server editor parts to Eclipse Libra.
The Bundle Information, Bundle Dependency Graph and Server Console server editor parts are moved to Eclipse Libra in a separate commit in the Libra Git repository. This commit adapts the Virgo IDE to this change. 1. All moved Java classes are deleted from Virgo IDE. 2. The plugin.xml in the UI plug-in now refers to the editor parts from the Libra plugins. 3. Bundle model classes now implement the respective interfaces from the Libra bundle model. This is needed for better level of abstraction between the editor and the data provider, so the editors can be adopted for more servers. 4. The editor parts now tries to adapt the IServer object to IOSGiFrameworkAdmin and IOSGiFrameworkConsole interfaces for making the communication with the server-side. The easiest way to make the Virgo Server adaptable to these interfaces is to implement them in the ServerBehavior object.
- Loading branch information
Kaloyan Raev
committed
Oct 8, 2011
1 parent
d6ba8a0
commit 665cf74
Showing
30 changed files
with
127 additions
and
4,035 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
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
8 changes: 6 additions & 2 deletions
8
...pse.virgo.ide.runtime.core/src/org/eclipse/virgo/ide/management/remote/PackageExport.java
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
7 changes: 5 additions & 2 deletions
7
...pse.virgo.ide.runtime.core/src/org/eclipse/virgo/ide/management/remote/PackageImport.java
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
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
Oops, something went wrong.