Skip to content

Commit c137f12

Browse files
WRS-1346 - Specify schema in build-script and rename "product=" attributes to "instance=" attributes
1 parent b186751 commit c137f12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<!DOCTYPE root
3-
SYSTEM "https://resources.jetbrains.com/stardust/build-script.dtd">
2+
SYSTEM "https://helpserver.labs.jb.gg/help/schemas/mvp/build-script.dtd">
3+
44
<root>
55
<builds>
6-
<product id="d" master="project.ihp" family="idea">
6+
<instance id="d" master="project.ihp" family="idea">
77
<artifact type="web2" name="webHelpD2.zip" platform="primary" local-update="true"/>
8-
</product>
8+
</instance>
99
</builds>
1010
</root>

0 commit comments

Comments
 (0)