Skip to content

Commit 6cf97cf

Browse files
author
Dwight Guth
committed
refactor build system to use maven - change code files to make build system work
Former-commit-id: e201bf36d9ada42b5a5909cbedc0bb9552ebb8e8 [formerly a5801a33b5465851e428735b323c3e17035f7321] Former-commit-id: dada852153407b9cb6c856b45dfbae783dcec915
1 parent 43ad501 commit 6cf97cf

89 files changed

Lines changed: 1293 additions & 683 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,17 @@
44
*.kore
55
*.pdf
66
*.swp
7-
*.class
87
.metadata
98
.recommenders
109
.cache
1110
.idea
12-
.checkstyle-files
11+
.classpath
12+
.settings/
1313
*~
1414
junit-reports
1515
samples/test/
16-
lib/version.txt
17-
lib/java/k3.jar
18-
lib/java/ktest.jar
1916
release/
17+
target/
2018

2119
/editor-support/k-idea-plugin-src/src/ro/uaic/fmse/kplugin/KLexer.java
2220
/editor-support/k-idea-plugin-src/gen

0 commit comments

Comments
 (0)