Added bundle-symbolic-name property.

This commit is contained in:
Simone Bordet 2014-03-13 16:30:02 +01:00
parent ad1a231dad
commit 655ed356aa
3 changed files with 12 additions and 0 deletions

View File

@ -12,6 +12,10 @@
<artifactId>fcgi-http-client-transport</artifactId>
<name>Jetty :: FastCGI :: HTTP Client Transport</name>
<properties>
<bundle-symbolic-name>${project.groupId}.client.http</bundle-symbolic-name>
</properties>
<dependencies>
<dependency>
<groupId>org.eclipse.jetty.fcgi</groupId>

View File

@ -12,6 +12,10 @@
<artifactId>fcgi-proxy</artifactId>
<name>Jetty :: FastCGI :: Proxy</name>
<properties>
<bundle-symbolic-name>${project.groupId}.proxy</bundle-symbolic-name>
</properties>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>

View File

@ -12,6 +12,10 @@
<artifactId>fcgi-server</artifactId>
<name>Jetty :: FastCGI :: Server</name>
<properties>
<bundle-symbolic-name>${project.groupId}.server</bundle-symbolic-name>
</properties>
<dependencies>
<dependency>
<groupId>org.eclipse.jetty.fcgi</groupId>