Skip to main content

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

Hi, Team,

The Papyrus setup model is now also updated to add the Eclipse XWT dependency in the Mars stream.  As Luna still uses the Papyrus fork, the Luna maintenance stream in the setup model retains the requisite source projects, but they are now split into their own working sets separate from the “Papyrus Views” and “Papyrus Views Features” working sets.

Also, I have updated the setup model dependencies from the latest aggregator models; several of the GMF-related components’ previous milestones were already removed from the download server and so updating the PDE Target was failing.  Now your next run of the Oomph updater should give you a very Mars-M4-ish workbench.  Do remember to run the update tool on the setup model as well as the POMs!

Thanks,

Christian



On Dec 17, 2014, at 04:42, LETAVERNIER Camille <Camille.LETAVERNIER@xxxxxx> wrote:

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) -->
</repository>
 
The following plug-ins and features disappear from Papyrus:
 
-          org.eclipse.papyrus.xwt
-          org.eclipse.papyrus.xwt.feature
 
 
Regards,
Camille
_______________________________________________
mdt-papyrus.dev mailing list
mdt-papyrus.dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mdt-papyrus.dev


Back to the top