From f92f2c85558113ea873bbad9f9820eaea32c5918 Mon Sep 17 00:00:00 2001 From: Bryan Holladay Date: Thu, 17 Apr 2014 15:07:49 -0400 Subject: [PATCH] PLAG-140 Update Sakai Content Review to upload inline and multiple files --- sakai29x.patch | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 sakai29x.patch diff --git a/sakai29x.patch b/sakai29x.patch new file mode 100644 index 0000000..3408145 --- /dev/null +++ b/sakai29x.patch @@ -0,0 +1,42 @@ +diff --git a/pom.xml b/pom.xml +index 383fa81..c01540d 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -10,7 +10,7 @@ + + org.sakaiproject + master +- 11-SNAPSHOT ++ 2.9-SNAPSHOT + ../master/pom.xml + + +@@ -25,6 +25,28 @@ + + + ++ ++ org.sakaiproject.contentreview ++ contentreview-model-api ++ 2.9.6-SNAPSHOT ++ provided ++ ++ ++ org.sakaiproject.contentreview ++ contentreview-service-api ++ 2.9.6-SNAPSHOT ++ ++ ++ org.sakaiproject.kernel ++ sakai-kernel-api ++ 1.3-SNAPSHOT ++ ++ ++ org.sakaiproject.kernel ++ sakai-component-manager ++ 1.3-SNAPSHOT ++ ++ + + + net.sf.json-lib