Skip to content

Commit

Permalink
Re-calculate feature dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
travkin79 committed Jul 13, 2023
1 parent f9ab292 commit a1bad9f
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 2 deletions.
10 changes: 9 additions & 1 deletion features/net.sourceforge.plantuml.ecore.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,15 @@
</license>

<requires>
<import feature="net.sourceforge.plantuml.feature" version="1.1.20"/>
<import feature="net.sourceforge.plantuml.feature" version="1.1.29"/>
<import plugin="net.sourceforge.plantuml.eclipse"/>
<import plugin="net.sourceforge.plantuml.text"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.emf.common"/>
<import plugin="org.eclipse.emf.ecore"/>
<import plugin="org.eclipse.emf.edit"/>
<import plugin="org.eclipse.jface"/>
<import plugin="org.eclipse.ui.ide"/>
</requires>

<plugin
Expand Down
22 changes: 21 additions & 1 deletion features/net.sourceforge.plantuml.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,27 @@
</license>

<requires>
<import feature="net.sourceforge.plantuml.lib.feature" version="1.2021.3" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.ide" version="3.10.2" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui" version="3.106.1" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.resources" version="3.9.1" match="greaterOrEqual"/>
<import plugin="net.sourceforge.plantuml.eclipse.imagecontrol"/>
<import plugin="org.eclipse.core.jobs"/>
<import plugin="org.eclipse.swt"/>
<import plugin="org.eclipse.ui.workbench"/>
<import plugin="org.eclipse.osgi"/>
<import plugin="net.sourceforge.plantuml.eclipse"/>
<import plugin="net.sourceforge.plantuml.text"/>
<import plugin="org.eclipse.jdt.core"/>
<import plugin="org.eclipse.jdt.debug.ui"/>
<import plugin="org.eclipse.jdt.core.manipulation"/>
<import plugin="org.eclipse.jdt.ui"/>
<import plugin="org.eclipse.core.runtime" version="3.10.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.editors" version="3.8.200" match="greaterOrEqual"/>
<import plugin="org.eclipse.jface.text"/>
<import plugin="org.eclipse.jface" version="3.10.2" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.browser" version="3.4.200" match="greaterOrEqual"/>
<import feature="net.sourceforge.plantuml.lib.feature" version="1.2023.10" match="greaterOrEqual"/>
<import plugin="net.sourceforge.plantuml.lib" version="1.2023.10" match="greaterOrEqual"/>
</requires>

<plugin
Expand Down
4 changes: 4 additions & 0 deletions features/net.sourceforge.plantuml.lib.elk.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
%license
</license>

<requires>
<import plugin="net.sourceforge.plantuml.lib" version="1.2023.10" match="greaterOrEqual"/>
</requires>

<plugin
id="net.sourceforge.plantuml.lib.elk"
download-size="0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
%license
</license>

<requires>
<import plugin="net.sourceforge.plantuml.lib" version="1.2023.10" match="greaterOrEqual"/>
</requires>

<plugin
id="net.sourceforge.plantuml.lib.jlatexmath"
download-size="0"
Expand Down
1 change: 1 addition & 0 deletions releng/net.sourceforge.plantuml.composite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Module for building and releasing new version.

### Pre-release

- re-calculate / update all features' dependencies
- build and test and build and test...
- run `mvn clean install` on project `net.sourceforge.plantuml.composite` or just run the launch configuration *Build all with Maven*
(that builds and runs all non-UI unit tests)
Expand Down

0 comments on commit a1bad9f

Please sign in to comment.