Fixing formatting

This commit is contained in:
Joakim Erdfelt 2015-05-13 11:18:13 -07:00
parent 763966a9b4
commit e9b67afc24
1 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@
<artifactId>maven-bundle-plugin</artifactId>
<executions>
<execution>
<phase>process-classes</phase>
<phase>process-classes</phase>
<goals>
<goal>manifest</goal>
</goals>
@ -324,7 +324,7 @@
</supportedProjectTypes>
<instructions>
<Bundle-SymbolicName>${bundle-symbolic-name}</Bundle-SymbolicName>
<Bundle-Description>Jetty module for ${project.name}</Bundle-Description>
<Bundle-Description>Jetty module for ${project.name}</Bundle-Description>
<Bundle-RequiredExecutionEnvironment>JavaSE-1.7</Bundle-RequiredExecutionEnvironment>
<Bundle-DocURL>${jetty.url}</Bundle-DocURL>
<Bundle-Vendor>Eclipse Jetty Project</Bundle-Vendor>