Skip to content

Commit 58595af

Browse files
committed
Leave out the perspective contributing fragment plugin, until the issue
with depending fragment model elements is fixed Change-Id: Id456adcefd40ccb5f46d3211a40c5944a9b14072 Signed-off-by: Simon Scholz <simon.scholz@vogella.com>
1 parent 63b719d commit 58595af

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

com.vogella.rcp.jface.translation.feature/feature.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,4 @@
4747
version="0.0.0"
4848
unpack="false"/>
4949

50-
<plugin
51-
id="com.vogella.rcp.perspective.plugin"
52-
download-size="0"
53-
install-size="0"
54-
version="0.0.0"
55-
unpack="false"/>
56-
5750
</feature>

com.vogella.rcp.jface.translation/Application.e4xmi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</children>
1313
<children xsi:type="advanced:Perspective" xmi:id="_qSHVMGwUEeSqHfYvWOYz-Q" elementId="com.vogella.rcp.jface.translation.perspective.second" label="Second Perspective">
1414
<children xsi:type="basic:PartSashContainer" xmi:id="_7d-HwGwVEeSqHfYvWOYz-Q" elementId="com.vogella.rcp.jface.translation.partsashcontainer.0">
15-
<children xsi:type="basic:PartStack" xmi:id="_vEoB8GwUEeSqHfYvWOYz-Q" elementId="com.vogella.rcp.jface.translation.partstack.0">
15+
<children xsi:type="basic:PartStack" xmi:id="_vEoB8GwUEeSqHfYvWOYz-Q" elementId="com.vogella.rcp.jface.translation.partstack.secondperspective">
1616
<children xsi:type="basic:Part" xmi:id="_vVXzsGwUEeSqHfYvWOYz-Q" elementId="com.vogella.rcp.jface.translation.part.secondPerspectivePart" label="Second Perspective Part"/>
1717
</children>
1818
<children xsi:type="basic:PartStack" xmi:id="_9sw6kGwVEeSqHfYvWOYz-Q" elementId="com.vogella.rcp.jface.translation.partstack.1">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="ASCII"?>
22
<fragment:ModelFragments xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:basic="http://www.eclipse.org/ui/2010/UIModel/application/ui/basic" xmlns:fragment="http://www.eclipse.org/ui/2010/UIModel/fragment" xmi:id="_4AFUkHBHEeSUOKH6e4Re4Q">
3-
<fragments xsi:type="fragment:StringModelFragment" xmi:id="_onzBsHCkEeSa385pQWkASw" featurename="children" parentElementId="com.vogella.rcp.perspective.plugin.partstack.additional">
3+
<fragments xsi:type="fragment:StringModelFragment" xmi:id="_onzBsHCkEeSa385pQWkASw" featurename="children" parentElementId="com.vogella.rcp.jface.translation.partstack.secondperspective">
44
<elements xsi:type="basic:Part" xmi:id="_tDKZwHCkEeSa385pQWkASw" elementId="com.vogella.rcp.perspective.addpart.part.partAddedByDifferentPlugin" contributionURI="bundleclass://com.vogella.rcp.perspective.addpart/com.vogella.rcp.perspective.addpart.parts.ContributePerspective" label="Part added by different plugin" closeable="true"/>
55
</fragments>
66
</fragment:ModelFragments>

0 commit comments

Comments
 (0)