Skip to content

Commit 116547b

Browse files
committed
ProfileMetadataRepository: surface profile properties as repo properties
1 parent c5047df commit 116547b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/ProfileMetadataRepository.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public ProfileMetadataRepository(IProvisioningAgent agent, URI location, IProgre
5353
throw new ProvisionException(new Status(IStatus.ERROR, EngineActivator.ID, ProvisionException.REPOSITORY_FAILED_READ, e.getMessage(), e));
5454
}
5555
publishArtifactRepos();
56+
setProperties(profile.getProperties());
5657
}
5758

5859
private void publishArtifactRepos() {

0 commit comments

Comments
 (0)