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
81
Merged
Refactoring toward clean architecture
Sebastien
requested to merge
RefactoringTowardCleanArchitecture
into
master
Jun 4, 2020
Overview
0
Commits
2
Pipelines
0
Changes
81
0
0
Merge request reports
Viewing commit
1fe39ee0
Prev
Next
Show latest version
81 files
+
1038
−
313
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
81
1fe39ee0
+ Code Re-relocation
· 1fe39ee0
Sebastien
authored
May 28, 2020
+ UnitTest completion
.idea/compiler.xml
+
10
−
6
View file @ 1fe39ee0
Edit in single-file editor
Open in Web IDE
Show full file
@@ -6,31 +6,35 @@
<sourceOutputDir
name=
"target/generated-sources/annotations"
/>
<sourceTestOutputDir
name=
"target/generated-test-sources/test-annotations"
/>
<outputRelativeToContentRoot
value=
"true"
/>
<module
name=
"
rdf
"
/>
<module
name=
"unl-
parser
"
/>
<module
name=
"
unl-tools-infrastructure
"
/>
<module
name=
"unl-
tools-core
"
/>
</profile>
<profile
name=
"Annotation profile for unl
T
ools"
enabled=
"true"
>
<profile
name=
"Annotation profile for unl
-t
ools
-main
"
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
2rdf
-app"
/>
<option
name=
"project"
value=
"fr.tetras_libre.unl/unl
-tools
-app"
/>
<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
2rdf
-app"
/>
<module
name=
"unl
-tools
-app"
/>
</profile>
</annotationProcessing>
<bytecodeTargetLevel
target=
"11"
>
<module
name=
"rdf"
target=
"11"
/>
<module
name=
"unl-parser"
target=
"11"
/>
<module
name=
"unl-tools-app"
target=
"11"
/>
<module
name=
"unl-tools-core"
target=
"11"
/>
<module
name=
"unl-tools-infrastructure"
target=
"11"
/>
<module
name=
"unl2rdf"
target=
"11"
/>
<module
name=
"unl2rdf-app"
target=
"11"
/>
<module
name=
"unlTools"
target=
"11"
/>
</bytecodeTargetLevel>
</component>
<component
name=
"JavacSettings"
>
<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=
"unl2rdf"
options=
"-Aproject=unl2rdf/unl2rdf"
/>
<module
name=
"unl2rdf-app"
options=
"-Aproject=fr.tetras_libre.unl/unl2rdf-app"
/>
</option>
Loading