Skip to content

Commit c7edf11

Browse files
windauerline-o
authored andcommitted
[hotfix] include templating in installer and tests
1 parent 43ef0e3 commit c7edf11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exist-installer/src/main/izpack/install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<pack name="shared" required="true" preselected="true" parent="Apps">
173173
<description>Shared Resources: jquery, dojo, ace, templating, utilities</description>
174174
<fileset targetdir="$INSTALL_PATH/autodeploy" dir="autodeploy">
175-
<include name="shared-resources-*.xar"/>
175+
<include name="templating-*.xar"/>
176176
</fileset>
177177
</pack>
178178

extensions/modules/expathrepo/src/test/xquery/modules/expathrepo/deployment.xql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import module namespace xmldb = "http://exist-db.org/xquery/xmldb";
3535
declare variable $deploy:expathxml :=
3636
<package xmlns="http://expath.org/ns/pkg" name="http://exist-db.org/apps/dtest" abbrev="dtest" version="1.0.0" spec="1.0">
3737
<title>Deployment Test</title>
38-
<dependency package="http://exist-db.org/apps/shared" semver-min="0.4.0"/>
38+
<dependency package="http://exist-db.org/html-templating" semver-min="0.4.0"/>
3939
</package>;
4040

4141
declare variable $deploy:repoxml :=

0 commit comments

Comments
 (0)