Skip to content

Commit ab3a67e

Browse files
committed
esg-engine project has been converted to Maven project.
1 parent 6c7a10c commit ab3a67e

15 files changed

+85
-36
lines changed

esg-engine/.classpath

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
3+
<classpathentry kind="src" output="target/classes" path="src">
4+
<attributes>
5+
<attribute name="optional" value="true"/>
6+
<attribute name="maven.pomderived" value="true"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-12">
510
<attributes>
611
<attribute name="module" value="true"/>
12+
<attribute name="maven.pomderived" value="true"/>
13+
</attributes>
14+
</classpathentry>
15+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
16+
<attributes>
17+
<attribute name="maven.pomderived" value="true"/>
718
</attributes>
819
</classpathentry>
9-
<classpathentry kind="lib" path="libs/gson-2.8.5.jar"/>
10-
<classpathentry kind="lib" path="libs/guava-30.1-jre.jar"/>
11-
<classpathentry kind="lib" path="libs/jgrapht-core-1.3.0.jar"/>
12-
<classpathentry kind="lib" path="libs/jgrapht.jar"/>
13-
<classpathentry kind="lib" path="libs/json-20140107.jar"/>
14-
<classpathentry kind="lib" path="libs/org.everit.json.schema-1.0.0.jar"/>
15-
<classpathentry kind="lib" path="libs/poi-ooxml-4.1.2.jar"/>
16-
<classpathentry kind="output" path="bin"/>
20+
<classpathentry kind="output" path="target/classes"/>
1721
</classpath>

esg-engine/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target/

esg-engine/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@
1010
<arguments>
1111
</arguments>
1212
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.m2e.core.maven2Builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
1318
</buildSpec>
1419
<natures>
20+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
1521
<nature>org.eclipse.jdt.core.javanature</nature>
1622
</natures>
1723
</projectDescription>

esg-engine/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ org.eclipse.jdt.core.compiler.debug.sourceFile=generate
99
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
1010
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
1111
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
12+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
1213
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
1314
org.eclipse.jdt.core.compiler.release=enabled
1415
org.eclipse.jdt.core.compiler.source=12
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
activeProfiles=
2+
eclipse.preferences.version=1
3+
resolveWorkspaceProjects=true
4+
version=1
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
digraph G {
22
rankdir = LR
33
label = "Paper: Input Contract Testing of GUIs Figure: 2 ";
4-
esg2_vertex0 -> esg2_vertex1;
5-
esg2_vertex0 -> esg2_vertex2;
6-
esg2_vertex0 -> esg2_vertex3;
7-
esg2_vertex1 -> esg2_vertex4;
8-
esg2_vertex2 -> esg2_vertex5;
9-
esg2_vertex3 -> esg2_vertex6;
10-
esg2_vertex3 -> esg2_vertex7;
11-
esg2_vertex4 -> esg2_vertex8;
12-
esg2_vertex4 -> esg2_vertex9;
13-
esg2_vertex6 -> esg2_vertex10;
14-
esg2_vertex7 -> esg2_vertex5;
15-
esg2_vertex10 -> esg2_vertex8;
16-
esg2_vertex10 -> esg2_vertex9;
17-
esg2_vertex8 -> esg2_vertex10;
18-
esg2_vertex9 -> esg2_vertex5;
19-
esg2_vertex0 [label = "["]
20-
esg2_vertex1 [label = "xabc"]
21-
esg2_vertex2 [label = "xabz"]
22-
esg2_vertex3 [label = "xacb"]
23-
esg2_vertex4 [label = "abcb"]
24-
esg2_vertex5 [label = "]"]
25-
esg2_vertex6 [label = "acbc"]
26-
esg2_vertex7 [label = "acbz"]
27-
esg2_vertex8 [label = "bcbc"]
28-
esg2_vertex9 [label = "bcbz"]
29-
esg2_vertex10 [label = "cbcb"]
4+
esg2_vertex0 -> esg2_vertex1[ color = black];
5+
esg2_vertex0 -> esg2_vertex2[ color = black];
6+
esg2_vertex0 -> esg2_vertex3[ color = black];
7+
esg2_vertex1 -> esg2_vertex4[ color = black];
8+
esg2_vertex2 -> esg2_vertex5[ color = black];
9+
esg2_vertex3 -> esg2_vertex6[ color = black];
10+
esg2_vertex3 -> esg2_vertex7[ color = black];
11+
esg2_vertex4 -> esg2_vertex8[ color = black];
12+
esg2_vertex4 -> esg2_vertex9[ color = black];
13+
esg2_vertex6 -> esg2_vertex10[ color = black];
14+
esg2_vertex7 -> esg2_vertex5[ color = black];
15+
esg2_vertex10 -> esg2_vertex8[ color = black];
16+
esg2_vertex10 -> esg2_vertex9[ color = black];
17+
esg2_vertex8 -> esg2_vertex10[ color = black];
18+
esg2_vertex9 -> esg2_vertex5[ color = black];
19+
esg2_vertex0 [label = "[", shape = ellipse, color=black]
20+
esg2_vertex1 [label = "xabc", shape = ellipse, color=black]
21+
esg2_vertex2 [label = "xabz", shape = ellipse, color=black]
22+
esg2_vertex3 [label = "xacb", shape = ellipse, color=black]
23+
esg2_vertex4 [label = "abcb", shape = ellipse, color=black]
24+
esg2_vertex5 [label = "]", shape = ellipse, color=black]
25+
esg2_vertex6 [label = "acbc", shape = ellipse, color=black]
26+
esg2_vertex7 [label = "acbz", shape = ellipse, color=black]
27+
esg2_vertex8 [label = "bcbc", shape = ellipse, color=black]
28+
esg2_vertex9 [label = "bcbz", shape = ellipse, color=black]
29+
esg2_vertex10 [label = "cbcb", shape = ellipse, color=black]
3030
}
-41.3 KB
Binary file not shown.

esg-engine/libs/gson-2.8.5.jar

-236 KB
Binary file not shown.

esg-engine/libs/guava-30.1-jre.jar

-2.73 MB
Binary file not shown.
-832 KB
Binary file not shown.

esg-engine/libs/jgrapht.jar

-188 KB
Binary file not shown.

esg-engine/libs/json-20140107.jar

-63.4 KB
Binary file not shown.
-55.7 KB
Binary file not shown.

esg-engine/libs/poi-ooxml-4.1.2.jar

-1.8 MB
Binary file not shown.

esg-engine/pom.xml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
<groupId>com.github.esg4aspl</groupId>
4+
<artifactId>esg-engine</artifactId>
5+
<version>0.0.1-SNAPSHOT</version>
6+
<build>
7+
<sourceDirectory>src</sourceDirectory>
8+
<plugins>
9+
<plugin>
10+
<artifactId>maven-compiler-plugin</artifactId>
11+
<version>3.8.1</version>
12+
<configuration>
13+
<release>12</release>
14+
</configuration>
15+
</plugin>
16+
</plugins>
17+
</build>
18+
<dependencies>
19+
<!-- https://mvnrepository.com/artifact/org.jgrapht/jgrapht-core -->
20+
<dependency>
21+
<groupId>org.jgrapht</groupId>
22+
<artifactId>jgrapht-core</artifactId>
23+
<version>1.3.0</version>
24+
</dependency>
25+
26+
<!-- https://mvnrepository.com/artifact/org.everit.json/org.everit.json.schema -->
27+
<dependency>
28+
<groupId>org.everit.json</groupId>
29+
<artifactId>org.everit.json.schema</artifactId>
30+
<version>1.0.0</version>
31+
</dependency>
32+
</dependencies>
33+
</project>

0 commit comments

Comments
 (0)