Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gate
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openmole
gate
Commits
590683f4
Commit
590683f4
authored
Oct 16, 2014
by
Mathieu leclaire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up uselesse files
parent
2396e271
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
65 deletions
+0
-65
index.html.template
client/src/main/resources/index.html.template
+0
-19
logback.xml
client/src/main/resources/logback.xml
+0
-13
index.html.template
server/src/main/resources/index.html.template
+0
-19
logback.xml
server/src/main/resources/logback.xml
+0
-13
ScalatraBootstrap.scala
server/src/main/scala/ScalatraBootstrap.scala
+0
-1
glyphicons-halflings-regular.eot
...er/src/main/webapp/fonts/glyphicons-halflings-regular.eot
+0
-0
glyphicons-halflings-regular.ttf
...er/src/main/webapp/fonts/glyphicons-halflings-regular.ttf
+0
-0
glyphicons-halflings-regular.woff
...r/src/main/webapp/fonts/glyphicons-halflings-regular.woff
+0
-0
No files found.
client/src/main/resources/index.html.template
deleted
100644 → 0
View file @
2396e271
<!DOCTYPE html>
<html>
<head>
<title>
YYYYYYYYYYYYYYYYYY
</title>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
<link
href=
"styles.css"
rel=
"stylesheet"
/>
<script
type=
"text/javascript"
src=
"target/scala-2.10/fake-opt.js"
></script>
<script
type=
"text/javascript"
src=
"target/scala-2.10/fake-preopt.js"
></script>
<script
type=
"text/javascript"
src=
"src/main/resources/js/d3.js"
></script>
<script
type=
"text/javascript"
src=
"src/main/resources/js/cola.v3.min.js"
></script>
</head>
<body>
</body>
<script>
Plot
().
main
();
</script>
</html>
client/src/main/resources/logback.xml
deleted
100644 → 0
View file @
2396e271
<configuration>
<appender
name=
"STDOUT"
class=
"ch.qos.logback.core.ConsoleAppender"
>
<!-- encoders are assigned the type
ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
<encoder>
<pattern>
%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
</pattern>
</encoder>
</appender>
<root
level=
"info"
>
<appender-ref
ref=
"STDOUT"
/>
</root>
</configuration>
server/src/main/resources/index.html.template
deleted
100644 → 0
View file @
2396e271
<!DOCTYPE html>
<html>
<head>
<title>
YYYYYYYYYYYYYYYYYY
</title>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
<link
href=
"styles.css"
rel=
"stylesheet"
/>
<script
type=
"text/javascript"
src=
"target/scala-2.10/fake-opt.js"
></script>
<script
type=
"text/javascript"
src=
"target/scala-2.10/fake-preopt.js"
></script>
<script
type=
"text/javascript"
src=
"src/main/resources/js/d3.js"
></script>
<script
type=
"text/javascript"
src=
"src/main/resources/js/cola.v3.min.js"
></script>
</head>
<body>
</body>
<script>
Plot
().
main
();
</script>
</html>
server/src/main/resources/logback.xml
deleted
100644 → 0
View file @
2396e271
<configuration>
<appender
name=
"STDOUT"
class=
"ch.qos.logback.core.ConsoleAppender"
>
<!-- encoders are assigned the type
ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
<encoder>
<pattern>
%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
</pattern>
</encoder>
</appender>
<root
level=
"info"
>
<appender-ref
ref=
"STDOUT"
/>
</root>
</configuration>
server/src/main/scala/ScalatraBootstrap.scala
View file @
590683f4
...
@@ -8,7 +8,6 @@ class ScalatraBootstrap extends LifeCycle {
...
@@ -8,7 +8,6 @@ class ScalatraBootstrap extends LifeCycle {
override
def
init
(
context
:
ServletContext
)
{
override
def
init
(
context
:
ServletContext
)
{
//val serv = new MyScalatraServlet
//val serv = new MyScalatraServlet
// pluginROutes.foreach{serv.addRoute}
// pluginROutes.foreach{serv.addRoute}
context
.
mount
(
new
Servlet
,
"/*"
)
context
.
mount
(
new
Servlet
,
"/*"
)
}
}
}
}
server/src/main/webapp/fonts/glyphicons-halflings-regular.eot
deleted
100644 → 0
View file @
2396e271
File deleted
server/src/main/webapp/fonts/glyphicons-halflings-regular.ttf
deleted
100644 → 0
View file @
2396e271
File deleted
server/src/main/webapp/fonts/glyphicons-halflings-regular.woff
deleted
100644 → 0
View file @
2396e271
File deleted
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