Community
Participate
Working Groups
Currently, only the binary builds are correctly handled by Papyrus. Papyrus should provide a source build. This implies a refactoring of all */build.properties files, for each Papyrus plug-in.
Created attachment 203133 [details] Refactoring patch
(In reply to comment #1) > Created attachment 203133 [details] > Refactoring patch This patch includes the refactoring for the plugins in the /plugins/ folder from the svn : - configurationTK - core - others - profile-tool - sysml - uml
Done in r5415 on the trunk
Done the for plugins core in the branch ( rev5419)
(In reply to comment #4) > Done the for plugins core in the branch ( rev5419)
Refactoring applied on org.eclipse.xtext.gmf.glue - r5456 (Branch 0.8.X) - r5457 (Merge to the trunk)
Fixed for the following plug-ins in r5481 (Branch 0.8.X) and r5483 (Trunk) : Missing about.html in file: org.eclipse.papyrus.constraintwithessentialocl.editor.xtext.source_0.8.1.v201109141243.jar Missing about.html in file: org.eclipse.papyrus.layouttool.* Missing about.html in file: org.eclipse.papyrus.core.resourceloading.source_0.8.1.v201109141243.jar Missing about.html in file: org.eclipse.papyrus.modelexplorer.resourceloading.source_0.8.1.v201109141243.jar Missing about.html in file: org.eclipse.papyrus.onefile.source_0.8.1.v201109141243.jar Missing about.html in file: org.eclipse.papyrus.onefile_0.8.1.v201109141243.jar Missing about.html in file: org.eclipse.papyrus.sysml.diagram.parametric.source_0.8.1.v201109141243.jar
Fixed for org.eclipse.papyrus.export on the branch (r5486). This plug-in was already fine on the trunk.
I installed Papyrus from http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/indigo The sources are there but twice. For example plugin: org.eclipse.papyrus.core.source_0.8.1.v201109221306.jar has two source folders: one starting with "org" and another starting with "src". When the plugin is imported into workspace there are errors. Each package is there twice for example: org.eclipse.papyrus.core src.org.eclipse.papyrus.core
I think this bug is fixed (At least for plug-ins from the main build, on the trunk)