Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit de94a33

Browse files
committed
Improved pom and new configuration files
1 parent ec85508 commit de94a33

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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>

pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@
6666
<includes>
6767
<include>**/*.constants</include>
6868
</includes>
69+
<excludes>
70+
<exclude>test-annotations/**/*</exclude>
71+
</excludes>
6972
</testResource>
7073
</testResources>
7174
<plugins>
@@ -230,16 +233,11 @@
230233
<artifactId>typepal</artifactId>
231234
<version>0.15.0</version>
232235
</dependency>
233-
<dependency>
234-
<groupId>io.usethesource</groupId>
235-
<artifactId>vallang</artifactId>
236-
<version>0.15.1</version>
237-
</dependency>
238-
<dependency>
236+
<!-- <dependency>
239237
<groupId>org.junit.jupiter</groupId>
240238
<artifactId>junit-jupiter-api</artifactId>
241239
<version>5.8.2</version>
242-
</dependency>
240+
</dependency> -->
243241
<dependency>
244242
<groupId>org.rascalmpl</groupId>
245243
<artifactId>rascal</artifactId>

0 commit comments

Comments
 (0)