Upgrading From Mylyn WikiText 1.x to 2.x

For 2.0 Mylyn WikiText has been reorganized into several new jar files (OSGi bundles) to better manage dependencies.

Notable changes when upgrading from 1.x to 2.0:

Ant Usage in 2.0

  1. The Ant classpath has changed. The Ant classpath definition should include all jars provided with the standalone distribution of Mylyn WikiText. The classpath should be defined with <include name="*.jar"/> (see the examples ). The following jar files will be needed for running Ant tasks:
  2. Ant taskdefs must reference a new properties file <taskdef resource="org/eclipse/mylyn/wikitext/core/ant/tasks.properties" see Ant Examples for more details

API Changes in 2.0

Many API-breaking changes have been made to Mylyn WikiText 2.0. In most cases client code upgrading to 2.0 will simply need to be recompiled, however in a few cases client code will have to change. All changes have been annodated with the javadoc tag @since 2.0.