You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##List of removals for next major version of tycho
1
+
# List of removals for next major version of tycho
2
2
3
-
# the plugin 'tycho-extras/tycho-source-feature-plugin' should be removed on next major release
3
+
##the mojo 'tycho-source-plugin:feature-source' should be removed on next major release
4
4
5
-
replaced by core tycho-source
6
-
7
-
# org.eclipse.tycho.PackagingType.TYPE_ECLIPSE_REPOSITORY and org.eclipse.tycho.PackagingType.TYPE_ECLIPSE_UPDATE_SITE and corresponding mojos
8
-
9
-
The packagetypes ECLIPSE_REPOSITORY+ECLIPSE_UPDATE_SITE are deprecated for a long time and should be removed, corresponding mojos and code should be dropped also
10
-
11
-
# drop "fixSWT"
12
-
13
-
We should simply drop this as the depending bug has be resolved for more than 5 years:
# drop org.eclipse.tycho.plugins.p2.publisher.PublishProductMojo.flavor
17
-
18
-
It is marked deprecated for a long time now and should be removed. removal will be backward compatible if this setting is not used.
5
+
Source features are used for a long time to include sources in development environments but they where always brittle to use and badly integrated. As nowadays Tycho/P2 offers better ways to archive similar,
6
+
the automatic generation of such features is deprecated and will be removed on the next release. In cases where this is still required, one should replace it with an explicitly maintained source feature in a dedicated module.
0 commit comments