-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate p2 engine to agent properties
Now that agent properties are possible we should use them in the engine, to not rely on only static OSGi context properties.
- Loading branch information
Showing
12 changed files
with
152 additions
and
71 deletions.
There are no files selected for viewing
47 changes: 47 additions & 0 deletions
47
bundles/org.eclipse.equinox.p2.engine/.settings/.api_filters
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,47 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<component id="org.eclipse.equinox.p2.engine" version="2"> | ||
<resource path="src/org/eclipse/equinox/p2/engine/PhaseSetFactory.java" type="org.eclipse.equinox.p2.engine.PhaseSetFactory"> | ||
<filter id="388100214"> | ||
<message_arguments> | ||
<message_argument value="org.eclipse.equinox.p2.engine.PhaseSetFactory"/> | ||
<message_argument value="PHASE_CHECK_TRUST"/> | ||
</message_arguments> | ||
</filter> | ||
<filter id="388100214"> | ||
<message_arguments> | ||
<message_argument value="org.eclipse.equinox.p2.engine.PhaseSetFactory"/> | ||
<message_argument value="PHASE_COLLECT"/> | ||
</message_arguments> | ||
</filter> | ||
<filter id="388100214"> | ||
<message_arguments> | ||
<message_argument value="org.eclipse.equinox.p2.engine.PhaseSetFactory"/> | ||
<message_argument value="PHASE_CONFIGURE"/> | ||
</message_arguments> | ||
</filter> | ||
<filter id="388100214"> | ||
<message_arguments> | ||
<message_argument value="org.eclipse.equinox.p2.engine.PhaseSetFactory"/> | ||
<message_argument value="PHASE_INSTALL"/> | ||
</message_arguments> | ||
</filter> | ||
<filter id="388100214"> | ||
<message_arguments> | ||
<message_argument value="org.eclipse.equinox.p2.engine.PhaseSetFactory"/> | ||
<message_argument value="PHASE_PROPERTY"/> | ||
</message_arguments> | ||
</filter> | ||
<filter id="388100214"> | ||
<message_arguments> | ||
<message_argument value="org.eclipse.equinox.p2.engine.PhaseSetFactory"/> | ||
<message_argument value="PHASE_UNCONFIGURE"/> | ||
</message_arguments> | ||
</filter> | ||
<filter id="388100214"> | ||
<message_arguments> | ||
<message_argument value="org.eclipse.equinox.p2.engine.PhaseSetFactory"/> | ||
<message_argument value="PHASE_UNINSTALL"/> | ||
</message_arguments> | ||
</filter> | ||
</resource> | ||
</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
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
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.