Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sven Greiner
finf-ScalaAnnounceBot
Commits
5871786d
Commit
5871786d
authored
Aug 20, 2012
by
Sven Greiner
Browse files
Use scala source path convention
This is src/main/scala for all *.scala files.
parent
20fb4011
Changes
5
Hide whitespace changes
Inline
Side-by-side
build
View file @
5871786d
...
...
@@ -5,5 +5,5 @@ if [ ! -d bin ]; then
cp
config
.
xml
.
skel
bin
/
config
.
xml
fi
scalac
-
classpath
lib
/
pircbot
.
jar
-
sourcepath
src
/
main
-
d
bin
src
/
main
/
de
/
sammyshp
/
announcebot
/
AnnounceBot
.
scala
scalac
-
classpath
lib
/
pircbot
.
jar
-
sourcepath
src
/
main
/
scala
-
d
bin
src
/
main
/
scala
/
de
/
sammyshp
/
announcebot
/
AnnounceBot
.
scala
src/main/de/sammyshp/announcebot/AnnounceBot.scala
→
src/main/
scala/
de/sammyshp/announcebot/AnnounceBot.scala
View file @
5871786d
File moved
src/main/de/sammyshp/announcebot/Configuration.scala
→
src/main/
scala/
de/sammyshp/announcebot/Configuration.scala
View file @
5871786d
File moved
src/main/de/sammyshp/announcebot/Log.scala
→
src/main/
scala/
de/sammyshp/announcebot/Log.scala
View file @
5871786d
File moved
src/main/de/sammyshp/announcebot/PeriodicRssFetcher.scala
→
src/main/
scala/
de/sammyshp/announcebot/PeriodicRssFetcher.scala
View file @
5871786d
File moved
Write
Preview
Supports
Markdown
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