Skip to content

Commit

Permalink
update paths after moving platform languages -> languages/util
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Gryaznov authored and Evgeny Gryaznov committed Jun 6, 2011
1 parent 7749614 commit 4f1c9e9
Show file tree
Hide file tree
Showing 18 changed files with 48 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .idea/ant.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/MPS-external-dist.xml
Expand Up @@ -158,7 +158,7 @@
<arg file="${homepage.icon}" />
<arg file="${help.folder.tmp}" />
<classpath>
<pathelement path="${mps_home}/platform/buildlanguage/languages/distrib/classes" />
<pathelement path="${mps_home}/languages/util/buildlanguage/languages/distrib/classes" />
<pathelement path="${mps_home}/core/runtime/classes" />
</classpath>
</java>
Expand Down
8 changes: 2 additions & 6 deletions build/MPS-external.xml
Expand Up @@ -22,7 +22,6 @@
<mkdir dir="${deploy.dir}/MPS/lib/MPS-src.zip.tmp/help-build.repack.sources/MPSPlugin" />
<mkdir dir="${deploy.dir}/MPS/lib/MPS-src.zip.tmp/help-build.repack.sources/core" />
<mkdir dir="${deploy.dir}/MPS/lib/MPS-src.zip.tmp/help-build.repack.sources/languages" />
<mkdir dir="${deploy.dir}/MPS/lib/MPS-src.zip.tmp/help-build.repack.sources/platform" />
<mkdir dir="${deploy.dir}/MPS/lib/MPS-src.zip.tmp/help-build.repack.sources/plugins" />
<mkdir dir="${deploy.dir}/MPS/lib/MPS-src.zip.tmp/help-build.repack.sources/resources" />
<mkdir dir="${deploy.dir}/MPS/lib/MPS-src.zip.tmp/help-build.repack.sources/workbench" />
Expand Down Expand Up @@ -76,9 +75,6 @@
<copy todir="${deploy.dir}/MPS/lib/MPS-src.zip.tmp/help-build.repack.sources/languages">
<fileset dir="${mps_home}/languages" excludes="**/sandbox/**, " includes="**/*.java, **/*.java" />
</copy>
<copy todir="${deploy.dir}/MPS/lib/MPS-src.zip.tmp/help-build.repack.sources/platform">
<fileset dir="${mps_home}/platform" excludes="**/sandbox/**, " includes="**/*.java, **/*.java" />
</copy>
<copy todir="${deploy.dir}/MPS/lib/MPS-src.zip.tmp/help-build.repack.sources/plugins">
<fileset dir="${mps_home}/plugins" excludes="**/sandbox/**, " includes="**/*.java, **/*.java" />
</copy>
Expand Down Expand Up @@ -185,7 +181,7 @@
<fileset dir="${mps_home}/workbench/typesystemUi/classes" />
</copy>
<copy todir="${deploy.dir}/MPS/lib/mps.jar.tmp">
<fileset dir="${mps_home}/platform/uiLanguage/runtime/classes" />
<fileset dir="${mps_home}/languages/util/uiLanguage/runtime/classes" />
</copy>
<copy todir="${deploy.dir}/MPS/lib/mps.jar.tmp">
<fileset dir="${mps_home}/MPSPlugin/apiclasses" />
Expand Down Expand Up @@ -412,7 +408,7 @@
<antcall target="MPS-languages.pack.jetbrains.mps.nanoj" />
<mkdir dir="${deploy.dir}/MPS/languages/util" />
<copy todir="${deploy.dir}/MPS/languages/generate.ant.task.jar.tmp">
<fileset dir="${mps_home}/platform/buildlanguage/ant/classes" includes="**/*.class, **/*.xml, " />
<fileset dir="${mps_home}/languages/util/buildlanguage/ant/classes" includes="**/*.class, **/*.xml, " />
</copy>
<jar destfile="${deploy.dir}/MPS/languages/generate.ant.task.jar" duplicate="preserve" filesonly="true">
<fileset dir="${deploy.dir}/MPS/languages/generate.ant.task.jar.tmp" />
Expand Down
4 changes: 2 additions & 2 deletions core/languageDesign/make/Make.mpr
Expand Up @@ -35,15 +35,15 @@
<modulePath path="${mps_home}/core/kernel/resources/jetbrains.mps.smodel.resources.msd" folder="" />
<modulePath path="${mps_home}/testbench/solutions/jetbrains.mps.testbench.make.msd" folder="" />
<modulePath path="${mps_home}/plugins/mpsmake/solution/jetbrains.mps.ide.make.msd" />
<modulePath path="${mps_home}/platform/buildlanguage/solutions/jetbrains.mps.build.antsupport/jetbrains.mps.build.antsupport.msd" />
<modulePath path="${mps_home}/languages/util/buildlanguage/solutions/jetbrains.mps.build.antsupport/jetbrains.mps.build.antsupport.msd" />
<modulePath path="${mps_home}/testbench/solution/jetbrains.mps.testbench.msd" folder="" />
<modulePath path="${project}/languages/facet/facet.mpl" />
<modulePath path="${project}/languages/script/script.mpl" folder="" />
<modulePath path="${project}/languages/outlook/outlook.mpl" folder="" />
<modulePath path="${mps_home}/core/languageDesign/plugin/plugin.mpl" />
<modulePath path="${mps_home}/testbench/languages/suite.mpl" folder="" />
<modulePath path="${mps_home}/workbench/runConfigurations/solutions/jetbrains.mps.execution.api/jetbrains.mps.execution.api.msd" />
<modulePath path="${mps_home}/platform/quickQueryLanguage/quickQueryLanguage.mpl" />
<modulePath path="${mps_home}/languages/util/quickQueryLanguage/quickQueryLanguage.mpl" />
</projectModules>
<genConfs>
<genConfModule name="facet" moduleRef="jetbrains.mps.make.facet" />
Expand Down
Expand Up @@ -4,7 +4,7 @@
<modelRoot path="${solution_descriptor}/" namespacePrefix="" />
</models>
<stubModelEntries>
<stubModelEntry path="${mps_home}/platform" include="false">
<stubModelEntry path="${mps_home}/languages/util" include="false">
<manager moduleId="86ef8290-12bb-4ca7-947f-093788f263a9" className="jetbrains.mps.lang.project.stubs.ProjectStubs" />
</stubModelEntry>
</stubModelEntries>
Expand Down
4 changes: 2 additions & 2 deletions languages/util/buildlanguage/BuildLanguage.mpr
Expand Up @@ -31,10 +31,10 @@
</component>
<component name="MPSProject">
<projectModules>
<modulePath path="${mps_home}/platform/bash/solutions/jetbrains.mps.bash.sandbox/jetbrains.mps.bash.sandbox.msd" folder="bash" />
<modulePath path="${mps_home}/languages/util/bash/solutions/jetbrains.mps.bash.sandbox/jetbrains.mps.bash.sandbox.msd" folder="bash" />
<modulePath path="${project}/solutions/jetbrains.mps.buildlangauge.mpsautobuild/jetbrains.mps.buildlangauge.mpsautobuild.msd" folder="customMPS" />
<modulePath path="${project}/solutions/jetbrains.mps.build.antsupport/jetbrains.mps.build.antsupport.msd" folder="ant" />
<modulePath path="${mps_home}/platform/bash/languages/bash/bash.mpl" folder="bash" />
<modulePath path="${mps_home}/languages/util/bash/languages/bash/bash.mpl" folder="bash" />
<modulePath path="${project}/languages/buildlanguage/buildlanguage.mpl" folder="buildlanguage" />
<modulePath path="${project}/languages/custommps/custommps.mpl" folder="customMPS" />
<modulePath path="${project}/languages/dependency/dependency.mpl" folder="packaging" />
Expand Down
Expand Up @@ -37,7 +37,7 @@

<target name="testBuildLanguage">
<mps.generate mpshome="${module.home}/../../.." loglevel="info" fork="true">
<modules dir="${module.home}/../../../platform/buildlanguage"/>
<modules dir="${module.home}/../../../languages/util/buildlanguage"/>
</mps.generate>
</target>

Expand Down
Expand Up @@ -1843,7 +1843,7 @@
<node role="templateNode" roleId="tpf8.1177093586806" type="tpsk.FileName" typeId="tpsk.1199031681512" id="1580548376419850388">
<node role="value" roleId="tpsk.1199031757132" type="tpsk.PlusOperation" typeId="tpsk.1197108973325" id="1580548376419850389">
<node role="right" roleId="tpsk.1197107881958" type="tpsk.StringLiteral" typeId="tpsk.1196861005114" id="1580548376419850390">
<property name="value" nameId="tpsk.1196861024475" value="/platform/buildlanguage/languages/distrib/classes" />
<property name="value" nameId="tpsk.1196861024475" value="/languages/util/buildlanguage/languages/distrib/classes" />
</node>
<node role="left" roleId="tpsk.1197107855106" type="tpsk.PropertyReference" typeId="tpsk.1196853662806" id="1580548376419850391">
<link role="propertyDeclaration" roleId="tpsk.1196853671400" targetNodeId="1230642359528" resolveInfo="mps_home" />
Expand Down
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<solution name="jetbrains.mps.build.antsupport" uuid="77c9a130-703f-4530-bf21-6580757768d0" compileInMPS="false" generatorOutputPath="${mps_home}/platform/buildlanguage/ant/source_gen">
<solution name="jetbrains.mps.build.antsupport" uuid="77c9a130-703f-4530-bf21-6580757768d0" compileInMPS="false" generatorOutputPath="${mps_home}/languages/util/buildlanguage/ant/source_gen">
<models>
<modelRoot path="${solution_descriptor}/" namespacePrefix="" />
</models>
<stubModelEntries>
<stubModelEntry path="${mps_home}/platform/buildlanguage/ant/classes">
<stubModelEntry path="${mps_home}/languages/util/buildlanguage/ant/classes">
<manager moduleId="f3061a53-9226-4cc5-a443-f952ceaf5816" className="jetbrains.mps.baseLanguage.stubs.JavaStubs" />
</stubModelEntry>
</stubModelEntries>
Expand Down
2 changes: 1 addition & 1 deletion languages/util/ui/languages/swing/runtime/runtime.msd
Expand Up @@ -4,7 +4,7 @@
<modelRoot path="${solution_descriptor}/" namespacePrefix="" />
</models>
<stubModelEntries>
<stubModelEntry path="${mps_home}/platform/ui/languages/swing/lib/swingx-1.6.jar" include="false">
<stubModelEntry path="${mps_home}/languages/util/ui/languages/swing/lib/swingx-1.6.jar" include="false">
<manager moduleId="f3061a53-9226-4cc5-a443-f952ceaf5816" className="jetbrains.mps.baseLanguage.stubs.JavaStubs" />
</stubModelEntry>
</stubModelEntries>
Expand Down
2 changes: 1 addition & 1 deletion languages/util/ui/languages/swt/runtime/runtime.msd
Expand Up @@ -4,7 +4,7 @@
<modelRoot path="${solution_descriptor}/" namespacePrefix="" />
</models>
<stubModelEntries>
<stubModelEntry path="${mps_home}/platform/ui/languages/swt/lib/macosx/64/swt.jar" include="false">
<stubModelEntry path="${mps_home}/languages/util/ui/languages/swt/lib/macosx/64/swt.jar" include="false">
<manager moduleId="f3061a53-9226-4cc5-a443-f952ceaf5816" className="jetbrains.mps.baseLanguage.stubs.JavaStubs" />
</stubModelEntry>
</stubModelEntries>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<modelRoot path="${solution_descriptor}/" namespacePrefix="" />
</models>
<stubModelEntries>
<stubModelEntry path="${mps_home}/platform/xmlUnitTest/languages/xmlUnitTest/lib/xmlunit-1.3.jar" include="false">
<stubModelEntry path="${mps_home}/languages/util/xmlUnitTest/languages/xmlUnitTest/lib/xmlunit-1.3.jar" include="false">
<manager moduleId="f3061a53-9226-4cc5-a443-f952ceaf5816" className="jetbrains.mps.baseLanguage.stubs.JavaStubs" />
</stubModelEntry>
</stubModelEntries>
Expand Down
2 changes: 1 addition & 1 deletion languages/util/ui/test.xml
Expand Up @@ -3,7 +3,7 @@
<property environment="env"/>
<property file="./test.properties"/>
<taskdef resource="jetbrains/mps/build/ant/antlib.xml"
classpath="${mps_home}/platform/generate.ant.task.jar"/>
classpath="${mps_home}/languages/util/generate.ant.task.jar"/>

<target name="test">
<mps.test.generation fork="true" mpshome="${mps_home}" loglevel="info" invokeTests="true">
Expand Down
6 changes: 3 additions & 3 deletions languages/util/xml/xml/xml.mpr
Expand Up @@ -21,9 +21,9 @@
</projectSolutions>
<projectLanguages>
<languagePath path="${project}/xml.mpl" />
<languagePath path="${mps_home}/platform/xml/xmlInternal/xmlInternal.mpl" />
<languagePath path="${mps_home}/platform/xml/xmlSchema/xmlSchema.mpl" />
<languagePath path="${mps_home}/platform/xml/xmlQuery/xmlQuery.mpl" folder="" />
<languagePath path="${mps_home}/languages/util/xml/xmlInternal/xmlInternal.mpl" />
<languagePath path="${mps_home}/languages/util/xml/xmlSchema/xmlSchema.mpl" />
<languagePath path="${mps_home}/languages/util/xml/xmlQuery/xmlQuery.mpl" folder="" />
</projectLanguages>
<projectDevkits />
<genConfs>
Expand Down
2 changes: 1 addition & 1 deletion testbench/make_all_modules.xml
Expand Up @@ -2,7 +2,7 @@
<property name="mps.home" value="${ant.file.make_all_modules}/../.."/>

<taskdef resource="jetbrains/mps/build/ant/antlib.xml"
classpath="${mps.home}/platform/buildlanguage/ant/classes"/>
classpath="${mps.home}/languages/util/buildlanguage/ant/classes"/>

<jvmargs id="mps.args">
<arg value="-Xss1024k"/>
Expand Down

0 comments on commit 4f1c9e9

Please sign in to comment.