Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-impl-ref2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mu
mu-impl-ref2
Commits
ae0e5d1f
Commit
ae0e5d1f
authored
Jul 30, 2014
by
Kunshan Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed sbt, sbt-eclipse and managed source directory.
parent
76ec74a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
build.sbt
build.sbt
+1
-7
project/sbt-eclipse.sbt
project/sbt-eclipse.sbt
+1
-0
No files found.
build.sbt
View file @
ae0e5d1f
...
...
@@ -22,10 +22,4 @@ antlr4GenListener in Antlr4 := false
antlr4GenVisitor
in
Antlr4
:=
false
sourceManaged
:=
file
(
"target/gen"
)
unmanagedSourceDirectories
in
Compile
<++=
baseDirectory
{
base
=>
Seq
(
base
/
"target/gen/main"
)
}
EclipseKeys
.
createSrc
:=
EclipseCreateSrc
.
Default
+
EclipseCreateSrc
.
Resource
+
EclipseCreateSrc
.
Managed
\ No newline at end of file
project/sbt-eclipse.sbt
0 → 100644
View file @
ae0e5d1f
addSbtPlugin
(
"com.typesafe.sbteclipse"
%
"sbteclipse-plugin"
%
"2.5.0"
)
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