Skip to content

Commit 029224c

Browse files
committed
[hotfix] change bundled apps in izpack installer
- remove markdown and shared resources - add templating library - change description
1 parent c7edf11 commit 029224c

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

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

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,13 @@
164164

165165
<pack name="Apps" required="false" installGroups="Group2">
166166
<description>Application Packages: additional applications for XQuery development, database management,
167-
documentation, examples and more. You should at least install the "dashboard" and the "shared" package to
168-
be able to add more applications later.
167+
documentation, examples and more. You should at least install the "dashboard" and "packageservice"
168+
package to be able to add more applications later.
169169
</description>
170170
</pack>
171171

172-
<pack name="shared" required="true" preselected="true" parent="Apps">
173-
<description>Shared Resources: jquery, dojo, ace, templating, utilities</description>
172+
<pack name="templating" required="true" preselected="true" parent="Apps">
173+
<description>Templating library (formally part of shared-resources)</description>
174174
<fileset targetdir="$INSTALL_PATH/autodeploy" dir="autodeploy">
175175
<include name="templating-*.xar"/>
176176
</fileset>
@@ -232,12 +232,5 @@
232232
</fileset>
233233
</pack>
234234

235-
<pack name="markdown" required="false" preselected="true" parent="Apps">
236-
<description>Markdown Parser in XQuery</description>
237-
<fileset targetdir="$INSTALL_PATH/autodeploy" dir="autodeploy">
238-
<include name="markdown-*.xar"/>
239-
</fileset>
240-
</pack>
241-
242235
</packs>
243236
</izpack:installation>

0 commit comments

Comments
 (0)