Skip to content

Commit b186751

Browse files
WRS-1346 - Specify schema in buildprofiles and rename "product=" attributes to "instance=" attributes
1 parent 15993e3 commit b186751

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/StardustDocs/cfg/buildprofiles.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<buildprofiles>
3+
<buildprofiles xsi:noNamespaceSchemaLocation="https://helpserver.labs.jb.gg/help/schemas/mvp/build-profiles.xsd"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
45
<variables>
56
<web-root>https://kotlin.github.io/dataframe/</web-root>
67
<download-page/>
@@ -12,5 +13,5 @@
1213
<config-search-scopes-provider>https://www.jetbrains.com/search/json/</config-search-scopes-provider>
1314
<generate-sitemap-url-prefix>https://kotlin.github.io/dataframe/</generate-sitemap-url-prefix>
1415
</variables>
15-
<build-profile product="d"/>
16+
<build-profile instance="d"/>
1617
</buildprofiles>

0 commit comments

Comments
 (0)