Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
unlTools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UNL
unlTools
Merge requests
!9
Refactoring toward clean architecture
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Refactoring toward clean architecture
RefactoringTowardCleanArchitecture
into
master
Overview
0
Commits
2
Pipelines
0
Changes
53
Merged
Refactoring toward clean architecture
Sebastien
requested to merge
RefactoringTowardCleanArchitecture
into
master
Jun 4, 2020
Overview
0
Commits
2
Pipelines
0
Changes
53
0
0
Merge request reports
Viewing commit
38c83ae8
Prev
Next
Show latest version
53 files
+
554
−
127
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
53
38c83ae8
Integration of PicoContainer IOC
· 38c83ae8
Sebastien
authored
Jun 2, 2020
.idea/compiler.xml
+
8
−
4
View file @ 38c83ae8
Edit in single-file editor
Open in Web IDE
Show full file
@@ -6,26 +6,29 @@
<sourceOutputDir
name=
"target/generated-sources/annotations"
/>
<sourceTestOutputDir
name=
"target/generated-test-sources/test-annotations"
/>
<outputRelativeToContentRoot
value=
"true"
/>
<module
name=
"unl-tools-
infrastructure
"
/>
<module
name=
"unl-tools-
application
"
/>
<module
name=
"unl-tools-core"
/>
<module
name=
"unl-tools-infrastructure"
/>
</profile>
<profile
name=
"Annotation profile for unl-tools
-main
"
enabled=
"true"
>
<profile
name=
"Annotation profile for unl-tools"
enabled=
"true"
>
<sourceOutputDir
name=
"target/generated-sources/annotations"
/>
<sourceTestOutputDir
name=
"target/generated-test-sources/test-annotations"
/>
<outputRelativeToContentRoot
value=
"true"
/>
<option
name=
"project"
value=
"fr.tetras_libre.unl/unl-tools-
app
"
/>
<option
name=
"project"
value=
"fr.tetras_libre.unl/unl-tools-
main
"
/>
<processorPath
useClasspath=
"false"
>
<entry
name=
"$MAVEN_REPOSITORY$/info/picocli/picocli-codegen/4.2.0/picocli-codegen-4.2.0.jar"
/>
<entry
name=
"$MAVEN_REPOSITORY$/info/picocli/picocli/4.2.0/picocli-4.2.0.jar"
/>
</processorPath>
<module
name=
"unl-tools-
app
"
/>
<module
name=
"unl-tools-
main
"
/>
</profile>
</annotationProcessing>
<bytecodeTargetLevel
target=
"11"
>
<module
name=
"unl-parser"
target=
"11"
/>
<module
name=
"unl-tools-app"
target=
"11"
/>
<module
name=
"unl-tools-application"
target=
"11"
/>
<module
name=
"unl-tools-core"
target=
"11"
/>
<module
name=
"unl-tools-infrastructure"
target=
"11"
/>
<module
name=
"unl-tools-main"
target=
"11"
/>
<module
name=
"unl2rdf"
target=
"11"
/>
<module
name=
"unl2rdf-app"
target=
"11"
/>
<module
name=
"unlTools"
target=
"11"
/>
@@ -35,6 +38,7 @@
<option
name=
"ADDITIONAL_OPTIONS_OVERRIDE"
>
<module
name=
"unl-parser"
options=
""
/>
<module
name=
"unl-tools-app"
options=
"-Aproject=fr.tetras_libre.unl/unl-tools-app"
/>
<module
name=
"unl-tools-main"
options=
"-Aproject=fr.tetras_libre.unl/unl-tools-main"
/>
<module
name=
"unl2rdf"
options=
"-Aproject=unl2rdf/unl2rdf"
/>
<module
name=
"unl2rdf-app"
options=
"-Aproject=fr.tetras_libre.unl/unl2rdf-app"
/>
</option>
Loading