Bundle plugin and Eclipse plugin manifest

2008-04-16 Thread Peter Neubauer
Hi there, when trying to use the maven-bundle-plugin to generate the valid plugin manifest for an Eclipse plugin, it seems there needs to be the singleton directive set, something like: Bundle-SymbolicName: org.neo4j.neoclipse;singleton:=true instead of the generated Bundle-SymbolicName: org.ne

Re: Bundle plugin and Eclipse plugin manifest

2008-04-16 Thread Stuart McCulloch
On 17/04/2008, Peter Neubauer <[EMAIL PROTECTED]> wrote: > > Hi there, > when trying to use the maven-bundle-plugin to generate the valid > plugin manifest for an Eclipse plugin, it seems there needs to be the > singleton directive set, something like: > > > Bundle-SymbolicName: org.neo4j.neoclipse

Re: Bundle plugin and Eclipse plugin manifest

2008-04-16 Thread Alin Dreghiciu
Hi peter, Have you tried to define the configuration instruction as: ... rg.neo4j.neoclipse;singleton:=true ... Alin On Thu, Apr 17, 2008 at 9:34 AM, Peter Neubauer <[EMAIL PROTECTED]> wrote: > Hi there, > when trying to use the maven-bundle-plugin to generate the valid > plugin manifest for

Re: Bundle plugin and Eclipse plugin manifest

2008-04-16 Thread Peter Neubauer
Ahh, ${project.groupId}.${project.artifactId};singleton:=true did the trick. Thanks Alin! /peter On Thu, Apr 17, 2008 at 8:47 AM, Alin Dreghiciu <[EMAIL PROTECTED]> wrote: > Hi peter, > Have you tried to define the configuration instruction as: > ... > > rg.neo4j.neoclipse;si