Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions IdeaPlugin/mpsEditorTestsPlugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<project name="mpsEditorTestsPlugin" default="build" basedir="..">
<!-- Generated by MPS -->
<property name="build.dir" location="build" />
<property name="build.mps.config.path" location="${build.dir}/config" />
<property name="build.mps.system.path" location="${build.dir}/system" />
<property name="build.tmp" location="${build.dir}/tmp/mpsEditorTestsPlugin" />
<property name="build.layout" location="${build.dir}/artifacts/mpsEditorTestsPlugin" />
<property name="mps_home" location="${basedir}" />
Expand Down Expand Up @@ -53,6 +55,8 @@
<target name="build" depends="assemble" />

<target name="clean">
<delete dir="${build.mps.config.path}" />
<delete dir="${build.mps.system.path}" />
<delete dir="${build.tmp}" />
<delete dir="${build.layout}" />
</target>
Expand Down
6 changes: 6 additions & 0 deletions IdeaPlugin/mpsIdeaMigration.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<project name="mpsIdeaMigration" default="build" basedir="..">
<!-- Generated by MPS -->
<property name="build.dir" location="build" />
<property name="build.mps.config.path" location="${build.dir}/config" />
<property name="build.mps.system.path" location="${build.dir}/system" />
<property name="build.tmp" location="${build.dir}/tmp/mpsIdeaMigration" />
<property name="build.layout" location="${build.dir}/artifacts/mpsIdeaMigration" />
<property name="plugin.version" value="1.1.SNAPSHOT" />
Expand Down Expand Up @@ -177,6 +179,8 @@
<target name="build" depends="assemble" />

<target name="clean">
<delete dir="${build.mps.config.path}" />
<delete dir="${build.mps.system.path}" />
<delete dir="${build.tmp}" />
<delete dir="${build.layout}" />
</target>
Expand All @@ -202,6 +206,8 @@
<jvmargs>
<arg value="-ea" />
<arg value="-Xmx512m" />
<arg value="-Didea.config.path=${build.mps.config.path}" />
<arg value="-Didea.system.path=${build.mps.system.path}" />
<arg value="--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" />
</jvmargs>
<macro name="idea_home" path="${idea_home}" />
Expand Down
6 changes: 6 additions & 0 deletions IdeaPlugin/mpsIdeaVcs.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<project name="mpsIdeaVcs" default="build" basedir="..">
<!-- Generated by MPS -->
<property name="build.dir" location="build" />
<property name="build.mps.config.path" location="${build.dir}/config" />
<property name="build.mps.system.path" location="${build.dir}/system" />
<property name="build.tmp" location="${build.dir}/tmp/mpsIdeaVcs" />
<property name="build.layout" location="${build.dir}/artifacts/mpsIdeaVcs" />
<property name="plugin.version" value="1.1.SNAPSHOT" />
Expand Down Expand Up @@ -389,6 +391,8 @@
<target name="build" depends="assemble" />

<target name="clean">
<delete dir="${build.mps.config.path}" />
<delete dir="${build.mps.system.path}" />
<delete dir="${build.tmp}" />
<delete dir="${build.layout}" />
</target>
Expand Down Expand Up @@ -419,6 +423,8 @@
<jvmargs>
<arg value="-ea" />
<arg value="-Xmx512m" />
<arg value="-Didea.config.path=${build.mps.config.path}" />
<arg value="-Didea.system.path=${build.mps.system.path}" />
<arg value="--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" />
</jvmargs>
<macro name="idea_home" path="${idea_home}" />
Expand Down
4 changes: 4 additions & 0 deletions IdeaPlugin/mpsJavaIdeaPlugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<project name="mpsJavaIdeaPlugin" default="build" basedir="..">
<!-- Generated by MPS -->
<property name="build.dir" location="build" />
<property name="build.mps.config.path" location="${build.dir}/config" />
<property name="build.mps.system.path" location="${build.dir}/system" />
<property name="build.tmp" location="${build.dir}/tmp/mpsJavaIdeaPlugin" />
<property name="build.layout" location="${build.dir}/artifacts/mpsJavaIdeaPlugin" />
<property name="mps_home" location="${basedir}" />
Expand Down Expand Up @@ -88,6 +90,8 @@
<target name="build" depends="assemble" />

<target name="clean">
<delete dir="${build.mps.config.path}" />
<delete dir="${build.mps.system.path}" />
<delete dir="${build.tmp}" />
<delete dir="${build.layout}" />
</target>
Expand Down
4 changes: 4 additions & 0 deletions IdeaPlugin/mpsJpsIdea.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<project name="mpsJpsIdea" default="build" basedir="..">
<!-- Generated by MPS -->
<property name="build.dir" location="build" />
<property name="build.mps.config.path" location="${build.dir}/config" />
<property name="build.mps.system.path" location="${build.dir}/system" />
<property name="build.tmp" location="${build.dir}/tmp/mpsJpsIdea" />
<property name="build.layout" location="${build.dir}/artifacts/mpsJpsIdea" />
<property name="mps_home" location="${basedir}" />
Expand Down Expand Up @@ -75,6 +77,8 @@
<target name="build" depends="assemble" />

<target name="clean">
<delete dir="${build.mps.config.path}" />
<delete dir="${build.mps.system.path}" />
<delete dir="${build.tmp}" />
<delete dir="${build.layout}" />
</target>
Expand Down
4 changes: 4 additions & 0 deletions IdeaPlugin/mpsJpsIdeaJ8Compatibility.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<project name="mpsJpsIdeaJ8Compatibility" default="build" basedir="..">
<!-- Generated by MPS -->
<property name="build.dir" location="build" />
<property name="build.mps.config.path" location="${build.dir}/config" />
<property name="build.mps.system.path" location="${build.dir}/system" />
<property name="build.tmp" location="${build.dir}/tmp/mpsJpsIdeaJ8Compatibility" />
<property name="build.layout" location="${build.dir}/artifacts/mpsJpsIdeaJ8Compatibility" />
<property name="mps_home" location="${basedir}" />
Expand Down Expand Up @@ -79,6 +81,8 @@
<target name="build" depends="assemble" />

<target name="clean">
<delete dir="${build.mps.config.path}" />
<delete dir="${build.mps.system.path}" />
<delete dir="${build.tmp}" />
<delete dir="${build.layout}" />
</target>
Expand Down
4 changes: 4 additions & 0 deletions IdeaPlugin/mpsPlugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<project name="mpsPlugin" default="build" basedir="..">
<!-- Generated by MPS -->
<property name="build.dir" location="build" />
<property name="build.mps.config.path" location="${build.dir}/config" />
<property name="build.mps.system.path" location="${build.dir}/system" />
<property name="build.tmp" location="${build.dir}/tmp/mpsPlugin" />
<property name="build.layout" location="${build.dir}/artifacts/mpsPlugin" />
<property name="plugin.version" value="1.1.SNAPSHOT" />
Expand Down Expand Up @@ -95,6 +97,8 @@
<target name="build" depends="assemble" />

<target name="clean">
<delete dir="${build.mps.config.path}" />
<delete dir="${build.mps.system.path}" />
<delete dir="${build.tmp}" />
<delete dir="${build.layout}" />
</target>
Expand Down
4 changes: 4 additions & 0 deletions IdeaPlugin/mpsPluginTests.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<project name="mpsPluginTests" default="build" basedir="..">
<!-- Generated by MPS -->
<property name="build.dir" location="build" />
<property name="build.mps.config.path" location="${build.dir}/config" />
<property name="build.mps.system.path" location="${build.dir}/system" />
<property name="build.tmp" location="${build.dir}/tmp/mpsPluginTests" />
<property name="build.layout" location="${build.dir}/artifacts/mpsPluginTests" />
<property name="idea_home" location="" />
Expand Down Expand Up @@ -129,6 +131,8 @@
<target name="build" depends="assemble" />

<target name="clean">
<delete dir="${build.mps.config.path}" />
<delete dir="${build.mps.system.path}" />
<delete dir="${build.tmp}" />
<delete dir="${build.layout}" />
</target>
Expand Down
6 changes: 6 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<project name="buildOfSampleJavaExtensions" default="build">
<!-- Generated by MPS -->
<property name="build.dir" location="build" />
<property name="build.mps.config.path" location="${build.dir}/config" />
<property name="build.mps.system.path" location="${build.dir}/system" />
<property name="build.tmp" location="${build.dir}/tmp/buildOfSampleJavaExtensions" />
<property name="build.layout" location="${build.dir}/artifacts/buildOfSampleJavaExtensions" />
<property name="mps_home" location="${basedir}/../../../../../Applications/MPS 2023.3.app/Contents" />
Expand Down Expand Up @@ -789,6 +791,8 @@
<target name="build" depends="assemble" />

<target name="clean">
<delete dir="${build.mps.config.path}" />
<delete dir="${build.mps.system.path}" />
<delete dir="${build.tmp}" />
<delete dir="${build.layout}" />
</target>
Expand Down Expand Up @@ -820,6 +824,8 @@
<jvmargs>
<arg value="-ea" />
<arg value="-Xmx512m" />
<arg value="-Didea.config.path=${build.mps.config.path}" />
<arg value="-Didea.system.path=${build.mps.system.path}" />
<arg value="--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" />
</jvmargs>
<macro name="mps_home" path="${mps_home}" />
Expand Down
6 changes: 6 additions & 0 deletions build/jetpad.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<project name="jetpad" default="build" basedir="..">
<!-- Generated by MPS -->
<property name="build.dir" location="build" />
<property name="build.mps.config.path" location="${build.dir}/config" />
<property name="build.mps.system.path" location="${build.dir}/system" />
<property name="build.tmp" location="${build.dir}/tmp/jetpad" />
<property name="build.layout" location="${build.dir}/artifacts/jetpad" />
<property name="idea_home" location="" />
Expand Down Expand Up @@ -88,6 +90,8 @@
<target name="build" depends="assemble" />

<target name="clean">
<delete dir="${build.mps.config.path}" />
<delete dir="${build.mps.system.path}" />
<delete dir="${build.tmp}" />
<delete dir="${build.layout}" />
</target>
Expand All @@ -113,6 +117,8 @@
<jvmargs>
<arg value="-ea" />
<arg value="-Xmx512m" />
<arg value="-Didea.config.path=${build.mps.config.path}" />
<arg value="-Didea.system.path=${build.mps.system.path}" />
<arg value="--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" />
</jvmargs>
<macro name="idea_home" path="${idea_home}" />
Expand Down
6 changes: 6 additions & 0 deletions build/mpsAntToolsPlugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<project name="mpsAntToolsPlugin" default="build" basedir="..">
<!-- Generated by MPS -->
<property name="build.dir" location="build" />
<property name="build.mps.config.path" location="${build.dir}/config" />
<property name="build.mps.system.path" location="${build.dir}/system" />
<property name="build.tmp" location="${build.dir}/tmp/mpsAntToolsPlugin" />
<property name="build.layout" location="${build.dir}/artifacts/mpsAntToolsPlugin" />
<property name="idea_home" location="" />
Expand Down Expand Up @@ -102,6 +104,8 @@
<target name="build" depends="assemble" />

<target name="clean">
<delete dir="${build.mps.config.path}" />
<delete dir="${build.mps.system.path}" />
<delete dir="${build.tmp}" />
<delete dir="${build.layout}" />
</target>
Expand All @@ -127,6 +131,8 @@
<jvmargs>
<arg value="-ea" />
<arg value="-Xmx512m" />
<arg value="-Didea.config.path=${build.mps.config.path}" />
<arg value="-Didea.system.path=${build.mps.system.path}" />
<arg value="--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" />
</jvmargs>
<macro name="idea_home" path="${idea_home}" />
Expand Down
6 changes: 6 additions & 0 deletions build/mpsBootstrapCore.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<project name="mpsBootstrapCore" default="build" basedir="..">
<!-- Generated by MPS -->
<property name="build.dir" location="build" />
<property name="build.mps.config.path" location="${build.dir}/config" />
<property name="build.mps.system.path" location="${build.dir}/system" />
<property name="build.tmp" location="${build.dir}/tmp/mpsBootstrapCore" />
<property name="build.layout" location="${build.dir}/artifacts/mpsBootstrapCore" />
<property name="version.major" value="2024" />
Expand Down Expand Up @@ -16723,6 +16725,8 @@
<target name="build" depends="assemble" />

<target name="clean">
<delete dir="${build.mps.config.path}" />
<delete dir="${build.mps.system.path}" />
<delete dir="${build.tmp}" />
<delete dir="${build.layout}" />
</target>
Expand Down Expand Up @@ -16931,6 +16935,8 @@
<jvmargs>
<arg value="-ea" />
<arg value="-Xmx512m" />
<arg value="-Didea.config.path=${build.mps.config.path}" />
<arg value="-Didea.system.path=${build.mps.system.path}" />
<arg value="--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" />
</jvmargs>
<macro name="idea_home" path="${idea_home}" />
Expand Down
6 changes: 6 additions & 0 deletions build/mpsBuild.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<project name="mpsBuild" default="build" basedir="..">
<!-- Generated by MPS -->
<property name="build.dir" location="build" />
<property name="build.mps.config.path" location="${build.dir}/config" />
<property name="build.mps.system.path" location="${build.dir}/system" />
<property name="build.tmp" location="${build.dir}/tmp/mpsBuild" />
<property name="build.layout" location="${build.dir}/artifacts/mpsBuild" />
<property name="idea_home" location="" />
Expand Down Expand Up @@ -1592,6 +1594,8 @@
<target name="build" depends="assemble" />

<target name="clean">
<delete dir="${build.mps.config.path}" />
<delete dir="${build.mps.system.path}" />
<delete dir="${build.tmp}" />
<delete dir="${build.layout}" />
</target>
Expand Down Expand Up @@ -1632,6 +1636,8 @@
<jvmargs>
<arg value="-ea" />
<arg value="-Xmx512m" />
<arg value="-Didea.config.path=${build.mps.config.path}" />
<arg value="-Didea.system.path=${build.mps.system.path}" />
<arg value="--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" />
</jvmargs>
<macro name="idea_home" path="${idea_home}" />
Expand Down
6 changes: 6 additions & 0 deletions build/mpsBuildUI.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<project name="mpsBuildUI" default="build" basedir="..">
<!-- Generated by MPS -->
<property name="build.dir" location="build" />
<property name="build.mps.config.path" location="${build.dir}/config" />
<property name="build.mps.system.path" location="${build.dir}/system" />
<property name="build.tmp" location="${build.dir}/tmp/mpsBuildUI" />
<property name="build.layout" location="${build.dir}/artifacts/mpsBuildUI" />
<property name="idea_home" location="" />
Expand Down Expand Up @@ -325,6 +327,8 @@
<target name="build" depends="assemble" />

<target name="clean">
<delete dir="${build.mps.config.path}" />
<delete dir="${build.mps.system.path}" />
<delete dir="${build.tmp}" />
<delete dir="${build.layout}" />
</target>
Expand Down Expand Up @@ -364,6 +368,8 @@
<jvmargs>
<arg value="-ea" />
<arg value="-Xmx512m" />
<arg value="-Didea.config.path=${build.mps.config.path}" />
<arg value="-Didea.system.path=${build.mps.system.path}" />
<arg value="--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" />
</jvmargs>
<macro name="idea_home" path="${idea_home}" />
Expand Down
6 changes: 6 additions & 0 deletions build/mpsConsolePlugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<project name="mpsConsolePlugin" default="build" basedir="..">
<!-- Generated by MPS -->
<property name="build.dir" location="build" />
<property name="build.mps.config.path" location="${build.dir}/config" />
<property name="build.mps.system.path" location="${build.dir}/system" />
<property name="build.tmp" location="${build.dir}/tmp/mpsConsolePlugin" />
<property name="build.layout" location="${build.dir}/artifacts/mpsConsolePlugin" />
<property name="idea_home" location="" />
Expand Down Expand Up @@ -1095,6 +1097,8 @@
<target name="build" depends="assemble" />

<target name="clean">
<delete dir="${build.mps.config.path}" />
<delete dir="${build.mps.system.path}" />
<delete dir="${build.tmp}" />
<delete dir="${build.layout}" />
</target>
Expand Down Expand Up @@ -1136,6 +1140,8 @@
<jvmargs>
<arg value="-ea" />
<arg value="-Xmx512m" />
<arg value="-Didea.config.path=${build.mps.config.path}" />
<arg value="-Didea.system.path=${build.mps.system.path}" />
<arg value="--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" />
</jvmargs>
<macro name="idea_home" path="${idea_home}" />
Expand Down
6 changes: 6 additions & 0 deletions build/mpsContextActionsTool.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<project name="mpsContextActionsTool" default="build" basedir="..">
<!-- Generated by MPS -->
<property name="build.dir" location="build" />
<property name="build.mps.config.path" location="${build.dir}/config" />
<property name="build.mps.system.path" location="${build.dir}/system" />
<property name="build.tmp" location="${build.dir}/tmp/mpsContextActionsTool" />
<property name="build.layout" location="${build.dir}/artifacts/mpsContextActionsTool" />
<property name="idea_home" location="" />
Expand Down Expand Up @@ -339,6 +341,8 @@
<target name="build" depends="assemble" />

<target name="clean">
<delete dir="${build.mps.config.path}" />
<delete dir="${build.mps.system.path}" />
<delete dir="${build.tmp}" />
<delete dir="${build.layout}" />
</target>
Expand Down Expand Up @@ -368,6 +372,8 @@
<jvmargs>
<arg value="-ea" />
<arg value="-Xmx512m" />
<arg value="-Didea.config.path=${build.mps.config.path}" />
<arg value="-Didea.system.path=${build.mps.system.path}" />
<arg value="--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" />
</jvmargs>
<macro name="idea_home" path="${idea_home}" />
Expand Down
Loading