This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
41
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Commits
203bb4c6
Commit
203bb4c6
authored
3 years ago
by
Michael Breu
Browse files
Options
Downloads
Patches
Plain Diff
Fixing Problems with integration of fix_icons Branch
parent
bf59feb9
Branches
Branches containing commit
2 merge requests
!91
Bringing JHipster7.6.0 to production
,
!88
Integrating Update to JHipster 7.6.0 back to Development
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.classpath
+16
-6
16 additions, 6 deletions
.classpath
src/main/resources/config/application-dev.yml
+1
-0
1 addition, 0 deletions
src/main/resources/config/application-dev.yml
with
17 additions
and
6 deletions
.classpath
+
16
−
6
View file @
203bb4c6
...
...
@@ -6,6 +6,19 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
output=
"target/classes"
path=
"src/main/java"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
output=
"target/test-classes"
path=
"src/test/java"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"test"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
excluding=
"**"
kind=
"src"
output=
"target/classes"
path=
"src/main/resources"
>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
...
...
@@ -21,18 +34,15 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
output=
"target/test-classes"
path=
"target/generated-
test-
sources/
test-
annotations"
>
<classpathentry
kind=
"src"
path=
"target/generated-sources/annotations"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"test"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"ignore_optional_problems"
value=
"true"
/>
<attribute
name=
"m2e-apt"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
path=
"target/generated-sources/annotations"
>
<classpathentry
kind=
"src"
output=
"target/test-classes"
path=
"target/generated-
test-
sources/
test-
annotations"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"test"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/config/application-dev.yml
+
1
−
0
View file @
203bb4c6
...
...
@@ -20,6 +20,7 @@ logging:
org.hibernate.SQL
:
DEBUG
at.ac.uibk.gitsearch
:
DEBUG
org.glassfish.jersey.client.ClientExecutorProvidersConfigurator
:
INFO
javax.management.mbeanserver
:
INFO
management
:
health
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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