Added bundle-symbolic-name property.
This commit is contained in:
parent
ad1a231dad
commit
655ed356aa
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue