Upgrading From Mylyn WikiText 2.x to 3.x | ||
---|---|---|
![]() | ![]() | |
Upgrading From Mylyn WikiText 2.7 to 2.8 | Upgrading From Mylyn WikiText 1.x to 2.x |
Some API changes and changes affecting Ant usage have been introduced in Mylyn WikiText 3.0. Notably:
core
has been removed from Java package names, for example the org.eclipse.mylyn.wikitext.core
Java package has been renamed to org.eclipse.mylyn.wikitext
/core/
, for example Ant build scripts that had <taskdef resource="org/eclipse/mylyn/wikitext/core/ant/tasks.properties"
should now use <taskdef resource="org/eclipse/mylyn/wikitext/ant/tasks.properties"
org.eclipse.mylyn.wikitext.core
has become org.eclipse.mylyn.wikitext
Require-Bundle
to Import-Package
![]() | ![]() | ![]() |
Upgrading From Mylyn WikiText 2.7 to 2.8 | Upgrading From Mylyn WikiText 1.x to 2.x |