Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mdt-papyrus.dev] Papyrus XWT replaced with Eclipse XWT

Hi all,

 

 

Starting with Papyrus Mars M4 (1.1.0M4), the plug-in org.eclipse.papyrus.xwt is replaced with org.eclipse.xwt. This plug-in is used only as an internal dependency for the runtime of the properties view, so this shouldn’t have any impact on anyone (The XWT files defining the properties view configurations remain exactly the same).

 

This may however have an impact for custom builds on top of Papyrus, since you need to add a new repository to find the XWT plug-in:

 

<repository>

       <id>XWT</id>

       <layout>p2</layout>

       <!-- updateFrom("XWT",0) -->

       <url>http://download.eclipse.org/xwt/release-1.1.0</url>

</repository>

 

The following plug-ins and features disappear from Papyrus:

 

-          org.eclipse.papyrus.xwt

-          org.eclipse.papyrus.xwt.feature

 

 

Regards,
Camille


Back to the top