Skip to content

Commit 32e1591

Browse files
Regenerate build scripts
1 parent 9572bb9 commit 32e1591

File tree

179 files changed

+819
-83
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+819
-83
lines changed

IdeaPlugin/mpsEditorTestsPlugin.xml

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<project name="mpsEditorTestsPlugin" default="build" basedir="..">
22
<!-- Generated by MPS -->
33
<property name="build.dir" location="build" />
4+
<property name="build.mps.config.path" location="${build.dir}/config" />
5+
<property name="build.mps.system.path" location="${build.dir}/system" />
46
<property name="build.tmp" location="${build.dir}/tmp/mpsEditorTestsPlugin" />
57
<property name="build.layout" location="${build.dir}/artifacts/mpsEditorTestsPlugin" />
68
<property name="mps_home" location="${basedir}" />
@@ -53,6 +55,8 @@
5355
<target name="build" depends="assemble" />
5456

5557
<target name="clean">
58+
<delete dir="${build.mps.config.path}" />
59+
<delete dir="${build.mps.system.path}" />
5660
<delete dir="${build.tmp}" />
5761
<delete dir="${build.layout}" />
5862
</target>

IdeaPlugin/mpsIdeaMigration.xml

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<project name="mpsIdeaMigration" default="build" basedir="..">
22
<!-- Generated by MPS -->
33
<property name="build.dir" location="build" />
4+
<property name="build.mps.config.path" location="${build.dir}/config" />
5+
<property name="build.mps.system.path" location="${build.dir}/system" />
46
<property name="build.tmp" location="${build.dir}/tmp/mpsIdeaMigration" />
57
<property name="build.layout" location="${build.dir}/artifacts/mpsIdeaMigration" />
68
<property name="plugin.version" value="1.1.SNAPSHOT" />
@@ -177,6 +179,8 @@
177179
<target name="build" depends="assemble" />
178180

179181
<target name="clean">
182+
<delete dir="${build.mps.config.path}" />
183+
<delete dir="${build.mps.system.path}" />
180184
<delete dir="${build.tmp}" />
181185
<delete dir="${build.layout}" />
182186
</target>
@@ -202,6 +206,8 @@
202206
<jvmargs>
203207
<arg value="-ea" />
204208
<arg value="-Xmx512m" />
209+
<arg value="-Didea.config.path=${build.mps.config.path}" />
210+
<arg value="-Didea.system.path=${build.mps.system.path}" />
205211
<arg value="--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" />
206212
</jvmargs>
207213
<macro name="idea_home" path="${idea_home}" />

IdeaPlugin/mpsIdeaVcs.xml

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<project name="mpsIdeaVcs" default="build" basedir="..">
22
<!-- Generated by MPS -->
33
<property name="build.dir" location="build" />
4+
<property name="build.mps.config.path" location="${build.dir}/config" />
5+
<property name="build.mps.system.path" location="${build.dir}/system" />
46
<property name="build.tmp" location="${build.dir}/tmp/mpsIdeaVcs" />
57
<property name="build.layout" location="${build.dir}/artifacts/mpsIdeaVcs" />
68
<property name="plugin.version" value="1.1.SNAPSHOT" />
@@ -389,6 +391,8 @@
389391
<target name="build" depends="assemble" />
390392

391393
<target name="clean">
394+
<delete dir="${build.mps.config.path}" />
395+
<delete dir="${build.mps.system.path}" />
392396
<delete dir="${build.tmp}" />
393397
<delete dir="${build.layout}" />
394398
</target>
@@ -419,6 +423,8 @@
419423
<jvmargs>
420424
<arg value="-ea" />
421425
<arg value="-Xmx512m" />
426+
<arg value="-Didea.config.path=${build.mps.config.path}" />
427+
<arg value="-Didea.system.path=${build.mps.system.path}" />
422428
<arg value="--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" />
423429
</jvmargs>
424430
<macro name="idea_home" path="${idea_home}" />

IdeaPlugin/mpsJavaIdeaPlugin.xml

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<project name="mpsJavaIdeaPlugin" default="build" basedir="..">
22
<!-- Generated by MPS -->
33
<property name="build.dir" location="build" />
4+
<property name="build.mps.config.path" location="${build.dir}/config" />
5+
<property name="build.mps.system.path" location="${build.dir}/system" />
46
<property name="build.tmp" location="${build.dir}/tmp/mpsJavaIdeaPlugin" />
57
<property name="build.layout" location="${build.dir}/artifacts/mpsJavaIdeaPlugin" />
68
<property name="mps_home" location="${basedir}" />
@@ -88,6 +90,8 @@
8890
<target name="build" depends="assemble" />
8991

9092
<target name="clean">
93+
<delete dir="${build.mps.config.path}" />
94+
<delete dir="${build.mps.system.path}" />
9195
<delete dir="${build.tmp}" />
9296
<delete dir="${build.layout}" />
9397
</target>

IdeaPlugin/mpsJpsIdea.xml

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<project name="mpsJpsIdea" default="build" basedir="..">
22
<!-- Generated by MPS -->
33
<property name="build.dir" location="build" />
4+
<property name="build.mps.config.path" location="${build.dir}/config" />
5+
<property name="build.mps.system.path" location="${build.dir}/system" />
46
<property name="build.tmp" location="${build.dir}/tmp/mpsJpsIdea" />
57
<property name="build.layout" location="${build.dir}/artifacts/mpsJpsIdea" />
68
<property name="mps_home" location="${basedir}" />
@@ -75,6 +77,8 @@
7577
<target name="build" depends="assemble" />
7678

7779
<target name="clean">
80+
<delete dir="${build.mps.config.path}" />
81+
<delete dir="${build.mps.system.path}" />
7882
<delete dir="${build.tmp}" />
7983
<delete dir="${build.layout}" />
8084
</target>

IdeaPlugin/mpsJpsIdeaJ8Compatibility.xml

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<project name="mpsJpsIdeaJ8Compatibility" default="build" basedir="..">
22
<!-- Generated by MPS -->
33
<property name="build.dir" location="build" />
4+
<property name="build.mps.config.path" location="${build.dir}/config" />
5+
<property name="build.mps.system.path" location="${build.dir}/system" />
46
<property name="build.tmp" location="${build.dir}/tmp/mpsJpsIdeaJ8Compatibility" />
57
<property name="build.layout" location="${build.dir}/artifacts/mpsJpsIdeaJ8Compatibility" />
68
<property name="mps_home" location="${basedir}" />
@@ -79,6 +81,8 @@
7981
<target name="build" depends="assemble" />
8082

8183
<target name="clean">
84+
<delete dir="${build.mps.config.path}" />
85+
<delete dir="${build.mps.system.path}" />
8286
<delete dir="${build.tmp}" />
8387
<delete dir="${build.layout}" />
8488
</target>

IdeaPlugin/mpsPlugin.xml

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<project name="mpsPlugin" default="build" basedir="..">
22
<!-- Generated by MPS -->
33
<property name="build.dir" location="build" />
4+
<property name="build.mps.config.path" location="${build.dir}/config" />
5+
<property name="build.mps.system.path" location="${build.dir}/system" />
46
<property name="build.tmp" location="${build.dir}/tmp/mpsPlugin" />
57
<property name="build.layout" location="${build.dir}/artifacts/mpsPlugin" />
68
<property name="plugin.version" value="1.1.SNAPSHOT" />
@@ -95,6 +97,8 @@
9597
<target name="build" depends="assemble" />
9698

9799
<target name="clean">
100+
<delete dir="${build.mps.config.path}" />
101+
<delete dir="${build.mps.system.path}" />
98102
<delete dir="${build.tmp}" />
99103
<delete dir="${build.layout}" />
100104
</target>

IdeaPlugin/mpsPluginTests.xml

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<project name="mpsPluginTests" default="build" basedir="..">
22
<!-- Generated by MPS -->
33
<property name="build.dir" location="build" />
4+
<property name="build.mps.config.path" location="${build.dir}/config" />
5+
<property name="build.mps.system.path" location="${build.dir}/system" />
46
<property name="build.tmp" location="${build.dir}/tmp/mpsPluginTests" />
57
<property name="build.layout" location="${build.dir}/artifacts/mpsPluginTests" />
68
<property name="idea_home" location="" />
@@ -129,6 +131,8 @@
129131
<target name="build" depends="assemble" />
130132

131133
<target name="clean">
134+
<delete dir="${build.mps.config.path}" />
135+
<delete dir="${build.mps.system.path}" />
132136
<delete dir="${build.tmp}" />
133137
<delete dir="${build.layout}" />
134138
</target>

build.xml

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<project name="buildOfSampleJavaExtensions" default="build">
22
<!-- Generated by MPS -->
33
<property name="build.dir" location="build" />
4+
<property name="build.mps.config.path" location="${build.dir}/config" />
5+
<property name="build.mps.system.path" location="${build.dir}/system" />
46
<property name="build.tmp" location="${build.dir}/tmp/buildOfSampleJavaExtensions" />
57
<property name="build.layout" location="${build.dir}/artifacts/buildOfSampleJavaExtensions" />
68
<property name="mps_home" location="${basedir}/../../../../../Applications/MPS 2023.3.app/Contents" />
@@ -789,6 +791,8 @@
789791
<target name="build" depends="assemble" />
790792

791793
<target name="clean">
794+
<delete dir="${build.mps.config.path}" />
795+
<delete dir="${build.mps.system.path}" />
792796
<delete dir="${build.tmp}" />
793797
<delete dir="${build.layout}" />
794798
</target>
@@ -820,6 +824,8 @@
820824
<jvmargs>
821825
<arg value="-ea" />
822826
<arg value="-Xmx512m" />
827+
<arg value="-Didea.config.path=${build.mps.config.path}" />
828+
<arg value="-Didea.system.path=${build.mps.system.path}" />
823829
<arg value="--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" />
824830
</jvmargs>
825831
<macro name="mps_home" path="${mps_home}" />

build/jetpad.xml

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<project name="jetpad" default="build" basedir="..">
22
<!-- Generated by MPS -->
33
<property name="build.dir" location="build" />
4+
<property name="build.mps.config.path" location="${build.dir}/config" />
5+
<property name="build.mps.system.path" location="${build.dir}/system" />
46
<property name="build.tmp" location="${build.dir}/tmp/jetpad" />
57
<property name="build.layout" location="${build.dir}/artifacts/jetpad" />
68
<property name="idea_home" location="" />
@@ -88,6 +90,8 @@
8890
<target name="build" depends="assemble" />
8991

9092
<target name="clean">
93+
<delete dir="${build.mps.config.path}" />
94+
<delete dir="${build.mps.system.path}" />
9195
<delete dir="${build.tmp}" />
9296
<delete dir="${build.layout}" />
9397
</target>
@@ -113,6 +117,8 @@
113117
<jvmargs>
114118
<arg value="-ea" />
115119
<arg value="-Xmx512m" />
120+
<arg value="-Didea.config.path=${build.mps.config.path}" />
121+
<arg value="-Didea.system.path=${build.mps.system.path}" />
116122
<arg value="--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" />
117123
</jvmargs>
118124
<macro name="idea_home" path="${idea_home}" />

build/mpsAntToolsPlugin.xml

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<project name="mpsAntToolsPlugin" default="build" basedir="..">
22
<!-- Generated by MPS -->
33
<property name="build.dir" location="build" />
4+
<property name="build.mps.config.path" location="${build.dir}/config" />
5+
<property name="build.mps.system.path" location="${build.dir}/system" />
46
<property name="build.tmp" location="${build.dir}/tmp/mpsAntToolsPlugin" />
57
<property name="build.layout" location="${build.dir}/artifacts/mpsAntToolsPlugin" />
68
<property name="idea_home" location="" />
@@ -102,6 +104,8 @@
102104
<target name="build" depends="assemble" />
103105

104106
<target name="clean">
107+
<delete dir="${build.mps.config.path}" />
108+
<delete dir="${build.mps.system.path}" />
105109
<delete dir="${build.tmp}" />
106110
<delete dir="${build.layout}" />
107111
</target>
@@ -127,6 +131,8 @@
127131
<jvmargs>
128132
<arg value="-ea" />
129133
<arg value="-Xmx512m" />
134+
<arg value="-Didea.config.path=${build.mps.config.path}" />
135+
<arg value="-Didea.system.path=${build.mps.system.path}" />
130136
<arg value="--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" />
131137
</jvmargs>
132138
<macro name="idea_home" path="${idea_home}" />

build/mpsBootstrapCore.xml

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<project name="mpsBootstrapCore" default="build" basedir="..">
22
<!-- Generated by MPS -->
33
<property name="build.dir" location="build" />
4+
<property name="build.mps.config.path" location="${build.dir}/config" />
5+
<property name="build.mps.system.path" location="${build.dir}/system" />
46
<property name="build.tmp" location="${build.dir}/tmp/mpsBootstrapCore" />
57
<property name="build.layout" location="${build.dir}/artifacts/mpsBootstrapCore" />
68
<property name="version.major" value="2024" />
@@ -16723,6 +16725,8 @@
1672316725
<target name="build" depends="assemble" />
1672416726

1672516727
<target name="clean">
16728+
<delete dir="${build.mps.config.path}" />
16729+
<delete dir="${build.mps.system.path}" />
1672616730
<delete dir="${build.tmp}" />
1672716731
<delete dir="${build.layout}" />
1672816732
</target>
@@ -16931,6 +16935,8 @@
1693116935
<jvmargs>
1693216936
<arg value="-ea" />
1693316937
<arg value="-Xmx512m" />
16938+
<arg value="-Didea.config.path=${build.mps.config.path}" />
16939+
<arg value="-Didea.system.path=${build.mps.system.path}" />
1693416940
<arg value="--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" />
1693516941
</jvmargs>
1693616942
<macro name="idea_home" path="${idea_home}" />

build/mpsBuild.xml

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<project name="mpsBuild" default="build" basedir="..">
22
<!-- Generated by MPS -->
33
<property name="build.dir" location="build" />
4+
<property name="build.mps.config.path" location="${build.dir}/config" />
5+
<property name="build.mps.system.path" location="${build.dir}/system" />
46
<property name="build.tmp" location="${build.dir}/tmp/mpsBuild" />
57
<property name="build.layout" location="${build.dir}/artifacts/mpsBuild" />
68
<property name="idea_home" location="" />
@@ -1592,6 +1594,8 @@
15921594
<target name="build" depends="assemble" />
15931595

15941596
<target name="clean">
1597+
<delete dir="${build.mps.config.path}" />
1598+
<delete dir="${build.mps.system.path}" />
15951599
<delete dir="${build.tmp}" />
15961600
<delete dir="${build.layout}" />
15971601
</target>
@@ -1632,6 +1636,8 @@
16321636
<jvmargs>
16331637
<arg value="-ea" />
16341638
<arg value="-Xmx512m" />
1639+
<arg value="-Didea.config.path=${build.mps.config.path}" />
1640+
<arg value="-Didea.system.path=${build.mps.system.path}" />
16351641
<arg value="--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" />
16361642
</jvmargs>
16371643
<macro name="idea_home" path="${idea_home}" />

build/mpsBuildUI.xml

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<project name="mpsBuildUI" default="build" basedir="..">
22
<!-- Generated by MPS -->
33
<property name="build.dir" location="build" />
4+
<property name="build.mps.config.path" location="${build.dir}/config" />
5+
<property name="build.mps.system.path" location="${build.dir}/system" />
46
<property name="build.tmp" location="${build.dir}/tmp/mpsBuildUI" />
57
<property name="build.layout" location="${build.dir}/artifacts/mpsBuildUI" />
68
<property name="idea_home" location="" />
@@ -325,6 +327,8 @@
325327
<target name="build" depends="assemble" />
326328

327329
<target name="clean">
330+
<delete dir="${build.mps.config.path}" />
331+
<delete dir="${build.mps.system.path}" />
328332
<delete dir="${build.tmp}" />
329333
<delete dir="${build.layout}" />
330334
</target>
@@ -364,6 +368,8 @@
364368
<jvmargs>
365369
<arg value="-ea" />
366370
<arg value="-Xmx512m" />
371+
<arg value="-Didea.config.path=${build.mps.config.path}" />
372+
<arg value="-Didea.system.path=${build.mps.system.path}" />
367373
<arg value="--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" />
368374
</jvmargs>
369375
<macro name="idea_home" path="${idea_home}" />

build/mpsConsolePlugin.xml

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<project name="mpsConsolePlugin" default="build" basedir="..">
22
<!-- Generated by MPS -->
33
<property name="build.dir" location="build" />
4+
<property name="build.mps.config.path" location="${build.dir}/config" />
5+
<property name="build.mps.system.path" location="${build.dir}/system" />
46
<property name="build.tmp" location="${build.dir}/tmp/mpsConsolePlugin" />
57
<property name="build.layout" location="${build.dir}/artifacts/mpsConsolePlugin" />
68
<property name="idea_home" location="" />
@@ -1095,6 +1097,8 @@
10951097
<target name="build" depends="assemble" />
10961098

10971099
<target name="clean">
1100+
<delete dir="${build.mps.config.path}" />
1101+
<delete dir="${build.mps.system.path}" />
10981102
<delete dir="${build.tmp}" />
10991103
<delete dir="${build.layout}" />
11001104
</target>
@@ -1136,6 +1140,8 @@
11361140
<jvmargs>
11371141
<arg value="-ea" />
11381142
<arg value="-Xmx512m" />
1143+
<arg value="-Didea.config.path=${build.mps.config.path}" />
1144+
<arg value="-Didea.system.path=${build.mps.system.path}" />
11391145
<arg value="--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" />
11401146
</jvmargs>
11411147
<macro name="idea_home" path="${idea_home}" />

build/mpsContextActionsTool.xml

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<project name="mpsContextActionsTool" default="build" basedir="..">
22
<!-- Generated by MPS -->
33
<property name="build.dir" location="build" />
4+
<property name="build.mps.config.path" location="${build.dir}/config" />
5+
<property name="build.mps.system.path" location="${build.dir}/system" />
46
<property name="build.tmp" location="${build.dir}/tmp/mpsContextActionsTool" />
57
<property name="build.layout" location="${build.dir}/artifacts/mpsContextActionsTool" />
68
<property name="idea_home" location="" />
@@ -339,6 +341,8 @@
339341
<target name="build" depends="assemble" />
340342

341343
<target name="clean">
344+
<delete dir="${build.mps.config.path}" />
345+
<delete dir="${build.mps.system.path}" />
342346
<delete dir="${build.tmp}" />
343347
<delete dir="${build.layout}" />
344348
</target>
@@ -368,6 +372,8 @@
368372
<jvmargs>
369373
<arg value="-ea" />
370374
<arg value="-Xmx512m" />
375+
<arg value="-Didea.config.path=${build.mps.config.path}" />
376+
<arg value="-Didea.system.path=${build.mps.system.path}" />
371377
<arg value="--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" />
372378
</jvmargs>
373379
<macro name="idea_home" path="${idea_home}" />

0 commit comments

Comments
 (0)