Changeset 13438
- Timestamp:
- Sep 10, 2019 3:38:24 PM (3 months ago)
- Location:
- trunk/tools/eclipse/launch
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eclipse/launch/DEFAULT JM Modelica artifacts.launch
r12827 r13438 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 2 <launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType"> 3 <booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/> 3 <booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="true"/> 4 <stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${project}"/> 4 5 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> 5 6 <listEntry value="/JModelica/Compiler/ModelicaCompiler/build.xml"/> -
trunk/tools/eclipse/launch/DEFAULT JM Modelica gen.launch
r12827 r13438 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 2 <launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType"> 3 <booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/> 3 <booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="true"/> 4 <stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${project}"/> 4 5 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> 5 6 <listEntry value="/JModelica/Compiler/ModelicaCompiler/build.xml"/> -
trunk/tools/eclipse/launch/DEFAULT JM Optimica artifacts.launch
r12827 r13438 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 2 <launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType"> 3 <booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/> 3 <booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="true"/> 4 <stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${project}"/> 4 5 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> 5 6 <listEntry value="/JModelica/Compiler/OptimicaCompiler/build.xml"/> -
trunk/tools/eclipse/launch/DEFAULT JM Optimica gen.launch
r12827 r13438 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 2 <launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType"> 3 <booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/> 3 <booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="true"/> 4 <stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${project}"/> 4 5 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> 5 6 <listEntry value="/JModelica/Compiler/OptimicaCompiler/build.xml"/> … … 9 10 </listAttribute> 10 11 <mapAttribute key="org.eclipse.debug.core.environmentVariables"> 12 <mapEntry key="ANT_HOME" value="C:\Users\MarkusOlsson\.p2\pool\plugins\org.apache.ant_1.10.5.v20180808-0324"/> 11 13 <mapEntry key="target" value="${workspace_loc:/JModelica/tools/eclipse/antbuild}"/> 12 14 </mapAttribute>
Note: See TracChangeset
for help on using the changeset viewer.