Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
djinni
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
djinni
Commits
14df0468
Commit
14df0468
authored
Feb 08, 2016
by
Andrew Twyman
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #205 from tiwoc/intellij-build-fixes
Intellij build fixes
parents
2cb47fcf
96e7b0dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
support-lib/support-lib.iml
support-lib/support-lib.iml
+4
-2
test-suite/test-suite.iml
test-suite/test-suite.iml
+5
-4
No files found.
support-lib/support-lib.iml
View file @
14df0468
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<module
type=
"
WEB
_MODULE"
version=
"4"
>
<module
type=
"
JAVA
_MODULE"
version=
"4"
>
<component
name=
"NewModuleRootManager"
inherit-compiler-output=
"true"
>
<component
name=
"NewModuleRootManager"
inherit-compiler-output=
"true"
>
<exclude-output
/>
<exclude-output
/>
<content
url=
"file://$MODULE_DIR$"
/>
<content
url=
"file://$MODULE_DIR$"
>
<sourceFolder
url=
"file://$MODULE_DIR$/java"
isTestSource=
"false"
/>
</content>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
</component>
</component>
...
...
test-suite/test-suite.iml
View file @
14df0468
...
@@ -9,10 +9,11 @@
...
@@ -9,10 +9,11 @@
</content>
</content>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"module"
module-name=
"support-lib"
/>
<orderEntry
type=
"module-library"
>
<orderEntry
type=
"module-library"
>
<library>
<library>
<CLASSES>
<CLASSES>
<root
url=
"jar://$MODULE_DIR$/
java
/hamcrest-core-1.3.jar!/"
/>
<root
url=
"jar://$MODULE_DIR$/
../deps/java/test
/hamcrest-core-1.3.jar!/"
/>
</CLASSES>
</CLASSES>
<JAVADOC
/>
<JAVADOC
/>
<SOURCES
/>
<SOURCES
/>
...
@@ -21,7 +22,7 @@
...
@@ -21,7 +22,7 @@
<orderEntry
type=
"module-library"
>
<orderEntry
type=
"module-library"
>
<library>
<library>
<CLASSES>
<CLASSES>
<root
url=
"jar://$MODULE_DIR$/
java
/junit-4.11.jar!/"
/>
<root
url=
"jar://$MODULE_DIR$/
../deps/java/test
/junit-4.11.jar!/"
/>
</CLASSES>
</CLASSES>
<JAVADOC
/>
<JAVADOC
/>
<SOURCES
/>
<SOURCES
/>
...
@@ -30,11 +31,11 @@
...
@@ -30,11 +31,11 @@
<orderEntry
type=
"module-library"
>
<orderEntry
type=
"module-library"
>
<library>
<library>
<CLASSES>
<CLASSES>
<root
url=
"jar://$MODULE_DIR$/java/jsr305-3.0.0.jar!/"
/>
<root
url=
"jar://$MODULE_DIR$/
../deps/
java/jsr305-3.0.0.jar!/"
/>
</CLASSES>
</CLASSES>
<JAVADOC
/>
<JAVADOC
/>
<SOURCES>
<SOURCES>
<root
url=
"jar://$MODULE_DIR$/java/jsr305-3.0.0.jar!/"
/>
<root
url=
"jar://$MODULE_DIR$/
../deps/
java/jsr305-3.0.0.jar!/"
/>
</SOURCES>
</SOURCES>
</library>
</library>
</orderEntry>
</orderEntry>
...
...
Write
Preview
Markdown
is supported
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