Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [smila-user] How to add Pipelet to SMILA distribution

Hi,

Yes, you have to add a <plugin ...> entry to a feature.xml to add your bundle to the build.

in Eclipse, you can just double-click the feature.xml and add bundles on the "Plug-Ins" page. If your bundle is in IAS.extensions, you may have to do a reload of the target platform before: Window -> Preferences -> Plug-In Development/Target Platform, select the active target and click reload.

If you need to do it manually: The id attribute of the <plugin> element must be set to "Bundle-SymbolicName" in the MANIFEST.MF of your bundle. The values of the other entries are not relevant, just copy them from another element.

Cheers,
Jürgen.

-----Original Message-----
From: smila-user-bounces@xxxxxxxxxxx [mailto:smila-user-bounces@xxxxxxxxxxx] On Behalf Of Stephan Mehlhase
Sent: Thursday, February 16, 2012 3:32 PM
To: Smila project user mailing list
Subject: Re: [smila-user] How to add Pipelet to SMILA distribution

Hi,

could you elaborate what I have to add were?
I'm a bit lost. I guess I have to add them to the feature.xml? And the 
files are picked automatically from the plugins directory according to 
this XML and get packaged? What is the id, where do I set it and how 
does it gets recognized in the JAR file (in the Manifest there is no id 
field).

Best,
Stephan


On 02/16/2012 02:15 PM, Thomas Menzel wrote:
> Have u added them to the o.e.smila.extension.feature?
>
> Thomas Menzel @ brox IT-Solutions GmbH
>
>
> -----Original Message-----
> From: smila-user-bounces@xxxxxxxxxxx [mailto:smila-user-bounces@xxxxxxxxxxx] On Behalf Of Stephan Mehlhase
> Sent: Donnerstag, 16. Februar 2012 11:51
> To: Smila project user mailing list
> Subject: [smila-user] How to add Pipelet to SMILA distribution
>
> Hi,
>
> I'm building a SMILA distribution from source code, how can I add my own bundle such that they are automatically bundled and can be used directly when installing the generated distribution.
>
> I found on the wiki to put the bundles into SMILA.extension/eclipse/plugins but they won't show up in the generated ZIP file.
>
> Stephan
>
> --
> Stephan Mehlhase
>
> European Media Laboratory GmbH
> Schloss-Wolfsbrunnenweg 35
> 69118 Heidelberg
>
> Amtsgericht Mannheim / HRB 335719
> Managing Partner: Dr. h. c. Dr.-Ing. E. h. Klaus Tschira, Scientific and Managing
> Director: Prof. Dr.-Ing. Andreas Reuter
>
> http://www.eml-development.de
>
> Testen Sie auch unsere neue Android Applikation zur Mediensteuerung:
> http://market.android.com/search?q=pname:org.eml.upnp
>
> _______________________________________________
> smila-user mailing list
> smila-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/smila-user
>
>
> http://www.Taglocity.com Tags: smila
> _______________________________________________
> smila-user mailing list
> smila-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/smila-user


-- 
Stephan Mehlhase

European Media Laboratory GmbH
Schloss-Wolfsbrunnenweg 35
69118 Heidelberg

Amtsgericht Mannheim / HRB 335719
Managing Partner: Dr. h. c. Dr.-Ing. E. h. Klaus Tschira, Scientific and 
Managing
Director: Prof. Dr.-Ing. Andreas Reuter

http://www.eml-development.de

Testen Sie auch unsere neue Android Applikation zur Mediensteuerung:
http://market.android.com/search?q=pname:org.eml.upnp

_______________________________________________
smila-user mailing list
smila-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/smila-user


Back to the top