Skip to content

Commit 4182956

Browse files
committedJul 9, 2024
JBIDE-29206: Include the Hibernate 6.6 and 7.0 runtime plugins in the Hibernate runtimes feature
Signed-off-by: Koen Aers <koen.aers@gmail.com>
1 parent d66cbe6 commit 4182956

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
 

‎features/org.hibernate.eclipse.test.feature/feature.xml

+16
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,20 @@
201201
fragment="true"
202202
unpack="false"/>
203203

204+
<plugin
205+
id="org.jboss.tools.hibernate.orm.runtime.v_7_0.test"
206+
download-size="0"
207+
install-size="0"
208+
version="0.0.0"
209+
fragment="true"
210+
unpack="false"/>
211+
212+
<plugin
213+
id="org.jboss.tools.hibernate.orm.runtime.v_6_6.test"
214+
download-size="0"
215+
install-size="0"
216+
version="0.0.0"
217+
fragment="true"
218+
unpack="false"/>
219+
204220
</feature>

‎features/org.jboss.tools.hibernate.orm.runtime.feature/feature.xml

+14
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,18 @@ Also this plugin is an addition to JBoss Tools Hibernate plugin which is license
5555
version="0.0.0"
5656
unpack="false"/>
5757

58+
<plugin
59+
id="org.jboss.tools.hibernate.orm.runtime.v_6_6"
60+
download-size="0"
61+
install-size="0"
62+
version="0.0.0"
63+
unpack="false"/>
64+
65+
<plugin
66+
id="org.jboss.tools.hibernate.orm.runtime.v_7_0"
67+
download-size="0"
68+
install-size="0"
69+
version="0.0.0"
70+
unpack="false"/>
71+
5872
</feature>

0 commit comments

Comments
 (0)