Skip to content

Commit 2a23b9f

Browse files
committed
HHH-8112 removed variables from POMs -- not supported by docbook
1 parent 61f0843 commit 2a23b9f

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

documentation/src/main/docbook/quickstart/tutorials/osgi/managed-jpa/features.xml

100644100755
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<config name="org.apache.aries.transaction">
99
aries.transaction.recoverable = true
1010
aries.transaction.timeout = 600
11-
aries.transaction.howl.logFileDir = ${karaf.data}/txlog
1211
aries.transaction.howl.maxLogFiles = 2
1312
aries.transaction.howl.maxBlocksPerFile = 512
1413
aries.transaction.howl.bufferSizeKBytes = 4

documentation/src/main/docbook/quickstart/tutorials/osgi/managed-jpa/pom.xml

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
<extensions>true</extensions>
3838
<configuration>
3939
<instructions>
40-
<Bundle-SymbolicName>${pom.groupId}.${pom.artifactId}</Bundle-SymbolicName>
41-
<Bundle-Name>${pom.artifactId}</Bundle-Name>
40+
<Bundle-SymbolicName>org.hibernate.osgi.managed-jpa</Bundle-SymbolicName>
41+
<Bundle-Name>managed-jpa</Bundle-Name>
4242
<Bundle-Version>1.0.0</Bundle-Version>
4343
<Export-Package>
4444
org.hibernate.osgitest,

documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-jpa/pom.xml

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
<extensions>true</extensions>
4949
<configuration>
5050
<instructions>
51-
<Bundle-SymbolicName>${pom.groupId}.${pom.artifactId}</Bundle-SymbolicName>
52-
<Bundle-Name>${pom.artifactId}</Bundle-Name>
51+
<Bundle-SymbolicName>org.hibernate.osgi.unmanaged-jpa</Bundle-SymbolicName>
52+
<Bundle-Name>unmanaged-jpa</Bundle-Name>
5353
<Bundle-Version>1.0.0</Bundle-Version>
5454
<Export-Package>
5555
org.hibernate.osgitest,

documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-native/pom.xml

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
<extensions>true</extensions>
4949
<configuration>
5050
<instructions>
51-
<Bundle-SymbolicName>${pom.groupId}.${pom.artifactId}</Bundle-SymbolicName>
52-
<Bundle-Name>${pom.artifactId}</Bundle-Name>
51+
<Bundle-SymbolicName>org.hibernate.osgi.unmanaged-native</Bundle-SymbolicName>
52+
<Bundle-Name>unmanaged-native</Bundle-Name>
5353
<Bundle-Version>1.0.0</Bundle-Version>
5454
<Export-Package>
5555
org.hibernate.osgitest,

0 commit comments

Comments
 (0)