HHH-8112 removed variables from POMs -- not supported by docbook
This commit is contained in:
parent
61f0843a94
commit
2a23b9fa99
1
documentation/src/main/docbook/quickstart/tutorials/osgi/managed-jpa/features.xml
Normal file → Executable file
1
documentation/src/main/docbook/quickstart/tutorials/osgi/managed-jpa/features.xml
Normal file → Executable file
|
@ -8,7 +8,6 @@
|
|||
<config name="org.apache.aries.transaction">
|
||||
aries.transaction.recoverable = true
|
||||
aries.transaction.timeout = 600
|
||||
aries.transaction.howl.logFileDir = ${karaf.data}/txlog
|
||||
aries.transaction.howl.maxLogFiles = 2
|
||||
aries.transaction.howl.maxBlocksPerFile = 512
|
||||
aries.transaction.howl.bufferSizeKBytes = 4
|
||||
|
|
4
documentation/src/main/docbook/quickstart/tutorials/osgi/managed-jpa/pom.xml
Normal file → Executable file
4
documentation/src/main/docbook/quickstart/tutorials/osgi/managed-jpa/pom.xml
Normal file → Executable file
|
@ -37,8 +37,8 @@
|
|||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<instructions>
|
||||
<Bundle-SymbolicName>${pom.groupId}.${pom.artifactId}</Bundle-SymbolicName>
|
||||
<Bundle-Name>${pom.artifactId}</Bundle-Name>
|
||||
<Bundle-SymbolicName>org.hibernate.osgi.managed-jpa</Bundle-SymbolicName>
|
||||
<Bundle-Name>managed-jpa</Bundle-Name>
|
||||
<Bundle-Version>1.0.0</Bundle-Version>
|
||||
<Export-Package>
|
||||
org.hibernate.osgitest,
|
||||
|
|
4
documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-jpa/pom.xml
Normal file → Executable file
4
documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-jpa/pom.xml
Normal file → Executable file
|
@ -48,8 +48,8 @@
|
|||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<instructions>
|
||||
<Bundle-SymbolicName>${pom.groupId}.${pom.artifactId}</Bundle-SymbolicName>
|
||||
<Bundle-Name>${pom.artifactId}</Bundle-Name>
|
||||
<Bundle-SymbolicName>org.hibernate.osgi.unmanaged-jpa</Bundle-SymbolicName>
|
||||
<Bundle-Name>unmanaged-jpa</Bundle-Name>
|
||||
<Bundle-Version>1.0.0</Bundle-Version>
|
||||
<Export-Package>
|
||||
org.hibernate.osgitest,
|
||||
|
|
4
documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-native/pom.xml
Normal file → Executable file
4
documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-native/pom.xml
Normal file → Executable file
|
@ -48,8 +48,8 @@
|
|||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<instructions>
|
||||
<Bundle-SymbolicName>${pom.groupId}.${pom.artifactId}</Bundle-SymbolicName>
|
||||
<Bundle-Name>${pom.artifactId}</Bundle-Name>
|
||||
<Bundle-SymbolicName>org.hibernate.osgi.unmanaged-native</Bundle-SymbolicName>
|
||||
<Bundle-Name>unmanaged-native</Bundle-Name>
|
||||
<Bundle-Version>1.0.0</Bundle-Version>
|
||||
<Export-Package>
|
||||
org.hibernate.osgitest,
|
||||
|
|
Loading…
Reference in New Issue