This repository was archived by the owner on Mar 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
+ <launchConfiguration type =" org.eclipse.ant.AntBuilderLaunchConfigurationType" >
3
+ <booleanAttribute key =" org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value =" false" />
4
+ <stringAttribute key =" org.eclipse.ui.externaltools.ATTR_DISABLED_BUILDER" value =" rascal_eclipse.rascal_builder" />
5
+ <mapAttribute key =" org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" />
6
+ <booleanAttribute key =" org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value =" true" />
7
+ </launchConfiguration >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
+ <launchConfiguration type =" org.eclipse.ant.AntBuilderLaunchConfigurationType" >
3
+ <booleanAttribute key =" org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value =" false" />
4
+ <stringAttribute key =" org.eclipse.ui.externaltools.ATTR_DISABLED_BUILDER" value =" rascal_eclipse.term_builder" />
5
+ <mapAttribute key =" org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" />
6
+ <booleanAttribute key =" org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value =" true" />
7
+ </launchConfiguration >
Original file line number Diff line number Diff line change 66
66
<includes >
67
67
<include >**/*.constants</include >
68
68
</includes >
69
+ <excludes >
70
+ <exclude >test-annotations/**/*</exclude >
71
+ </excludes >
69
72
</testResource >
70
73
</testResources >
71
74
<plugins >
230
233
<artifactId >typepal</artifactId >
231
234
<version >0.15.0</version >
232
235
</dependency >
233
- <dependency >
234
- <groupId >io.usethesource</groupId >
235
- <artifactId >vallang</artifactId >
236
- <version >0.15.1</version >
237
- </dependency >
238
- <dependency >
236
+ <!-- <dependency>
239
237
<groupId>org.junit.jupiter</groupId>
240
238
<artifactId>junit-jupiter-api</artifactId>
241
239
<version>5.8.2</version>
242
- </dependency >
240
+ </dependency> -->
243
241
<dependency >
244
242
<groupId >org.rascalmpl</groupId >
245
243
<artifactId >rascal</artifactId >
You can’t perform that action at this time.
0 commit comments