Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Franz Reischl
tomcat-miniREST
Commits
f895f0d9
Commit
f895f0d9
authored
Feb 03, 2019
by
Michael Schimpelsberger
Browse files
Merge branch 'master' of
ssh://gitlab.ce.jku.at:10022/k11771360/tomcat-minirest
parents
d03fada2
e935f3be
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
f895f0d9
# Making git ignore the following files and paths:
# target directory for compiled classes
/target/
/target/
# IntelliJ IDEA / other JetBrains application specific project files
*.idea/
*.eml
# Eclipse specific project files
*.settings/
*.project
*.classpath
# General files
.doc*
.vsd*
.vsd*
.xls*
\ No newline at end of file
.gitmodules
View file @
f895f0d9
[submodule "src/main/webapp/html-minirest"]
[submodule "src/main/webapp/html-minirest"]
path = src/main/webapp/html-minirest
path = src/main/webapp/html-minirest
url =
ssh://git@
gitlab.ce.jku.at
:10022
/k11771360/html-minirest.git
url =
https://
gitlab.ce.jku.at/k11771360/html-minirest.git
pom.xml
View file @
f895f0d9
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<groupId>
university
</groupId>
<groupId>
university
</groupId>
<artifactId>
at.jku.ce
</artifactId>
<artifactId>
at.jku.ce
</artifactId>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<version>
0
.0.1
-SNAPSHOT
</version>
<version>
1
.0.1
a
</version>
<name>
at.jku.ce
</name>
<name>
at.jku.ce
</name>
<build>
<build>
...
...
html-minirest
@
22841e6e
Subproject commit
3aa4125b377b8de8a9330f8139ded46155e234c5
Subproject commit
22841e6e34e08042ae87f8ee03ffb21bcd874296
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment