Skip to content

Commit

Permalink
removed pde.feature as a dep, use .pde.ui bundle
Browse files Browse the repository at this point in the history
Change-Id: Ia3e55604d78e28bd430a01a73092ca49f6cc850b
  • Loading branch information
LorenzoBettini committed May 31, 2016
1 parent a812800 commit f83b27f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions releng/org.eclipse.emf.parsley.parent/pom.xml
Expand Up @@ -950,6 +950,7 @@
<plugin id="org.eclipse.emf.rap" />
<plugin id="org.eclipse.swtbot.go" />
<plugin id="org.eclipse.ui.forms" />
<plugin id="org.eclipse.pde.ui" />

<feature id="org.eclipse.swtbot.ide" />
<feature id="org.eclipse.xtext.sdk" />
Expand Down
11 changes: 7 additions & 4 deletions tests/org.eclipse.emf.parsley.tests.swtbot.feature/feature.xml
Expand Up @@ -20,10 +20,6 @@
id="org.eclipse.emf.parsley.sdk"
version="0.0.0"/>

<includes
id="org.eclipse.pde"
version="0.0.0"/>

<includes
id="org.eclipse.swtbot.forms"
version="0.0.0"/>
Expand Down Expand Up @@ -92,4 +88,11 @@
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.pde.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>

0 comments on commit f83b27f

Please sign in to comment.