File tree 5 files changed +11
-6
lines changed
5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
Scala Markdown
2
2
===============================
3
3
4
- [ Scala Markdown 1.0] ( http://scalamd.fusesource.org/maven/1.0 ) , September 9, 2010
4
+ [ Scala Markdown 1.1] ( http://scalamd.fusesource.org/maven/1.1 ) , September 14, 2010
5
+ ----
6
+
7
+ * Fixed package name typo
8
+
9
+ [ Scala Markdown 1.0] ( http://scalamd.fusesource.org/maven/1.0 ) , September 13, 2010
5
10
----
6
11
7
12
* Initial Release
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Circumflex folks over at `git://github.com/inca/circumflex.git`
13
13
14
14
## Build from sources
15
15
16
- Clone Circumflex repository:
16
+ Clone the Scala Markdown Library repository:
17
17
18
18
git clone git://github.com/chirino/scalamd.git
19
19
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright (C) 2009-2010 the original author or authors.
3
3
*/
4
- package org .fusesoruce .scalamd
4
+ package org .fusesource .scalamd
5
5
6
6
// import ru.circumflex.core._
7
7
import java .util .regex ._
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright (C) 2009-2010 the original author or authors.
3
3
*/
4
- package org .fusesoruce .scalamd
4
+ package org .fusesource .scalamd
5
5
6
6
import java .lang .StringBuilder
7
7
import java .util .regex .{Pattern , Matcher }
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright (C) 2009-2010 the original author or authors.
3
3
*/
4
- package org .fusesoruce .scalamd .test
4
+ package org .fusesource .scalamd .test
5
5
6
6
import org .specs .runner .JUnit4
7
7
import org .specs .Specification
8
8
import java .io .File
9
- import org .fusesoruce .scalamd .Markdown
9
+ import org .fusesource .scalamd .Markdown
10
10
import org .apache .commons .io .FileUtils
11
11
import org .apache .commons .lang .StringUtils
12
12
import org .specs .matcher .Matcher
You can’t perform that action at this time.
0 commit comments