Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
model_join
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher
model_join
Commits
df1e72ad
Commit
df1e72ad
authored
5 years ago
by
Chrissi
Browse files
Options
Downloads
Patches
Plain Diff
minimize pom.xml
+ add package description in antlr file
parent
41d53d2c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+2
-2
2 additions, 2 deletions
pom.xml
src/main/antlr4/ModelJoin.g4
+4
-0
4 additions, 0 deletions
src/main/antlr4/ModelJoin.g4
with
6 additions
and
2 deletions
pom.xml
+
2
−
2
View file @
df1e72ad
...
...
@@ -24,11 +24,11 @@
<artifactId>
guava
</artifactId>
<version>
28.0-jre
</version>
</dependency>
<dependency>
<!--
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
</dependency>
-->
<!-- Test dependencies -->
<dependency>
...
...
This diff is collapsed.
Click to expand it.
src/main/antlr4/ModelJoin.g4
+
4
−
0
View file @
df1e72ad
...
...
@@ -7,6 +7,10 @@
*/
grammar ModelJoin;
/* @header {
package org.rosi_project.model_sync.model_join.representation.parser.antlr.generated;
}*/
/*
* Parser
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment