diff options
author | Ed Merks | 2018-07-04 08:02:33 +0000 |
---|---|---|
committer | Ed Merks | 2018-07-04 08:02:33 +0000 |
commit | 5aa858227333f6ad4b2fcd1f869c9e62b06940db (patch) | |
tree | 4aa7207cbb20a63f4b0ac4c88b576b38441ffdba /bundles/org.eclipse.swt.tools | |
parent | 19c5904ce959adbdcd7651a5191ffe95e9863a15 (diff) | |
download | eclipse.platform.swt-5aa858227333f6ad4b2fcd1f869c9e62b06940db.tar.gz eclipse.platform.swt-5aa858227333f6ad4b2fcd1f869c9e62b06940db.tar.xz eclipse.platform.swt-5aa858227333f6ad4b2fcd1f869c9e62b06940db.zip |
Bug 536674 - The platformSwt.setup should avoid importingI20180704-0545
org.eclipse.swt.examples.ole.win32 on Mac/Linux
Change-Id: I339e25e9740d7a43a6be9fd646222b2c7fc3110a
Signed-off-by: Ed Merks <ed.merks@gmail.com>
Diffstat (limited to 'bundles/org.eclipse.swt.tools')
-rw-r--r-- | bundles/org.eclipse.swt.tools/Oomph/platformSwt.setup | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt.tools/Oomph/platformSwt.setup b/bundles/org.eclipse.swt.tools/Oomph/platformSwt.setup index b3dec53f15..1747dff694 100644 --- a/bundles/org.eclipse.swt.tools/Oomph/platformSwt.setup +++ b/bundles/org.eclipse.swt.tools/Oomph/platformSwt.setup @@ -145,11 +145,17 @@ <operand xsi:type="predicates:NamePredicate" pattern="org\.eclipse\.swt\.tests\.gtk"/> + <operand + xsi:type="predicates:NamePredicate" + pattern="org\.eclipse\.swt\.examples\.ole\.win32"/> </operand> </operand> <operand xsi:type="predicates:NamePredicate" pattern="org\.eclipse\.swt\.tests\.${osgi.ws}"/> + <operand + xsi:type="predicates:NamePredicate" + pattern="org\.eclipse\.swt\.examples\.ole\.${osgi.ws}"/> </predicate> </sourceLocator> </targlet> |