Skip to content

Commit

Permalink
Adding source features to sdk features. (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
azoitl authored Jul 14, 2023
1 parent 21a67b2 commit 83c4efd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions org.eclipse.draw2d.sdk-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
<includes
id="org.eclipse.draw2d"
version="0.0.0"/>

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

<plugin
id="org.eclipse.draw2d.doc.isv"
Expand Down
9 changes: 9 additions & 0 deletions org.eclipse.gef.sdk-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@
id="org.eclipse.draw2d"
version="0.0.0"/>

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

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


<plugin
id="org.eclipse.gef.doc.isv"
download-size="0"
Expand Down
8 changes: 8 additions & 0 deletions org.eclipse.zest.sdk-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@
<includes
id="org.eclipse.draw2d"
version="0.0.0"/>

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

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

<plugin
id="org.eclipse.zest.doc.isv"
Expand Down

0 comments on commit 83c4efd

Please sign in to comment.