Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ease-dev] Bundle shape

H Martin, 

Thanks for adding the directive. The feature is certainly not always available to p2, so I am glad you did this. My preference would be to ship it as a jar if possible, but I understand that with a python library that can be difficult. However, I noticed that it has been applied to a bundle with java files in it. Is the bundle set up to jar the class files but leave the pysrc extracted, like the Pydev bundles do it? 

Thanks,
Jonah


---------- Forwarded message ----------
From: "Martin Kloesch (Code Review)" <gerrit@xxxxxxxxxxx>
Date: 6 Jun 2017 08:34
Subject: Change 98676 in ease/org.eclipse.ease.core[master]: Bug 499667 - Add support for completions of Python in Script...
To: "Eclipse Genie" <genie@xxxxxxxxxxx>
Cc:

Martin Kloesch has uploaded a new change for review. ( https://git.eclipse.org/r/98676 )

Change subject: Bug 499667 - Add support for completions of Python in Script Console
......................................................................

Bug 499667 - Add support for completions of Python in Script Console

Added BundleShape entry to org.eclipse.ease.lang.python manifest.

Note that with conflicting entries for "unpack" in feature and
BundleShape in plugin, feature will always win [1].

[1] http://eclipsesource.com/blogs/2009/01/20/tip-eclipse-bundleshape/

Change-Id: If530692b55477a9b225be80bada7062e06b0a115
Signed-off-by: Martin Kloesch <martin.kloesch@xxxxxxxxx>
---
M plugins/org.eclipse.ease.lang.python/META-INF/MANIFEST.MF
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://git.eclipse.org:29418/ease/org.eclipse.ease.core refs/changes/76/98676/1
--
To view, visit https://git.eclipse.org/r/98676
To unsubscribe, visit https://git.eclipse.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If530692b55477a9b225be80bada7062e06b0a115
Gerrit-PatchSet: 1
Gerrit-Project: ease/org.eclipse.ease.core
Gerrit-Branch: master
Gerrit-Owner: Martin Kloesch <martin.kloesch@xxxxxxxxx>


Back to the top