From 3888724169e26c7d637e5c4c1fa82feb4d291215 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sun, 19 Feb 2012 15:49:22 -0500
Subject: [PATCH] Updated MarkdownPapers 1.2.7

---
 .classpath                       |    2 +-
 docs/04_releases.mkd             |    1 +
 src/com/gitblit/build/Build.java |    8 ++++----
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/.classpath b/.classpath
index e74b86b..078ba92 100644
--- a/.classpath
+++ b/.classpath
@@ -19,7 +19,6 @@
 	<classpathentry kind="lib" path="ext/mail-1.4.3.jar" sourcepath="ext/mail-1.4.3-sources.jar"/>
 	<classpathentry kind="lib" path="ext/googlecharts-1.4.18.jar" sourcepath="ext/googlecharts-1.4.18-sources.jar"/>
 	<classpathentry kind="lib" path="ext/javax.servlet-3.0.1.jar" sourcepath="ext/javax.servlet-3.0.1-sources.jar"/>
-	<classpathentry kind="lib" path="ext/markdownpapers-core-1.2.5.jar" sourcepath="ext/markdownpapers-core-1.2.5-sources.jar"/>
 	<classpathentry kind="lib" path="ext/wicket-1.4.19.jar" sourcepath="ext/wicket-1.4.19-sources.jar"/>
 	<classpathentry kind="lib" path="ext/wicket-auth-roles-1.4.19.jar" sourcepath="ext/wicket-auth-roles-1.4.19-sources.jar"/>
 	<classpathentry kind="lib" path="ext/wicket-extensions-1.4.19.jar" sourcepath="ext/wicket-extensions-1.4.19-sources.jar"/>
@@ -28,5 +27,6 @@
 	<classpathentry kind="lib" path="ext/groovy-all-1.8.5.jar" sourcepath="ext/groovy-all-1.8.5-sources.jar"/>
 	<classpathentry kind="lib" path="ext/jetty-ajp-7.4.3.v20110701.jar" sourcepath="ext/jetty-ajp-7.4.3.v20110701-sources.jar"/>
 	<classpathentry kind="lib" path="ext/lucene-core-3.5.0.jar" sourcepath="ext/lucene-core-3.5.0-sources.jar"/>
+	<classpathentry kind="lib" path="ext/markdownpapers-core-1.2.7.jar" sourcepath="ext/markdownpapers-core-1.2.7-sources.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd
index 117c8cf..bad2e97 100644
--- a/docs/04_releases.mkd
+++ b/docs/04_releases.mkd
@@ -36,6 +36,7 @@
 
 - updated to Bootstrap 2.0
 - added GLYPHICONS (as bundled with Bootstrap 2.0)
+- updated to MarkdownPapers 1.2.7
 
 <hr/>
 
diff --git a/src/com/gitblit/build/Build.java b/src/com/gitblit/build/Build.java
index 233451e..b22b826 100644
--- a/src/com/gitblit/build/Build.java
+++ b/src/com/gitblit/build/Build.java
@@ -447,10 +447,10 @@
 				237000, 0, 0, "c94f54227b08100974c36170dcb53329435fe5ad", "", "");
 
 		public static final MavenObject MARKDOWNPAPERS = new MavenObject("MarkdownPapers",
-				"org/tautua/markdownpapers", "markdownpapers-core", "1.2.5", 87000, 58000, 268000,
-				"295910b1893d73d4803f9ea2790ee1d10c466364",
-				"2170f358f29886aea8794c4bfdb6f1b27b152b9b",
-				"481599f34cb2abe4a9ebc771d8d81823375ec1ce");
+				"org/tautua/markdownpapers", "markdownpapers-core", "1.2.7", 87000, 58000, 268000,
+				"84ac5636ac7ddfad9d2ee8456a0f4f69709b6ee0",
+				"453cf00a289c46a0e4f6f019a28d2a2605f652c8",
+				"");
 
 		public static final MavenObject BOUNCYCASTLE = new MavenObject("BouncyCastle",
 				"org/bouncycastle", "bcprov-jdk16", "1.46", 1900000, 1400000, 4670000,

--
Gitblit v1.9.1