20 lines
548 B
Plaintext
20 lines
548 B
Plaintext
<extensions>true</extensions>
|
|
<configuration>
|
|
<instructions>
|
|
<Bundle-Description>hibernate core</Bundle-Description>
|
|
<Bundle-SymbolicName>org.hibernate.core</Bundle-SymbolicName>
|
|
<Bundle-Name>hibernate-core</Bundle-Name>
|
|
<Bundle-Vendor>Hibernate.org</Bundle-Vendor>
|
|
<Bundle-Version>${project.version}</Bundle-Version>
|
|
</instructions>
|
|
</configuration>
|
|
<executions>
|
|
<execution>
|
|
<id>bundle-manifest</id>
|
|
<phase>process-classes</phase>
|
|
<goals>
|
|
<goal>manifest</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|