Index: lams_tool_bbb/conf/xdoclet/web-settings.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_bbb/conf/xdoclet/web-settings.xml,v
diff -u -r1.1 -r1.2
--- lams_tool_bbb/conf/xdoclet/web-settings.xml 4 May 2011 02:23:39 -0000 1.1
+++ lams_tool_bbb/conf/xdoclet/web-settings.xml 10 Dec 2011 20:50:49 -0000 1.2
@@ -5,13 +5,17 @@
org.lamsfoundation.lams.tool.bbb.ApplicationResources
+
+ contextClass
+ org.jboss.spring.factory.VFSXmlWebApplicationContext
+
contextConfigLocation
classpath:/org/lamsfoundation/lams/tool/bbb/dbupdates/autopatchContext.xml
locatorFactorySelector
- classpath*:/org/lamsfoundation/lams/**/beanRefContext.xml
+ classpath:/org/lamsfoundation/lams/beanRefContext.xml
parentContextKey
Index: lams_tool_bbb/src/java/org/lamsfoundation/lams/tool/bbb/service/BbbService.java
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_bbb/src/java/org/lamsfoundation/lams/tool/bbb/service/BbbService.java,v
diff -u -r1.1 -r1.2
--- lams_tool_bbb/src/java/org/lamsfoundation/lams/tool/bbb/service/BbbService.java 4 May 2011 02:23:41 -0000 1.1
+++ lams_tool_bbb/src/java/org/lamsfoundation/lams/tool/bbb/service/BbbService.java 10 Dec 2011 20:50:49 -0000 1.2
@@ -295,6 +295,10 @@
}
}
+ public Class[] getSupportedToolOutputDefinitionClasses(int definitionType) {
+ return null;
+ }
+
/**
* Get the definitions for possible output for an activity, based on the toolContentId. These may be definitions
* that are always available for the tool (e.g. number of marks for Multiple Choice) or a custom definition created
@@ -303,7 +307,8 @@
*
* @return SortedMap of ToolOutputDefinitions with the key being the name of each definition
*/
- public SortedMap getToolOutputDefinitions(Long toolContentId) throws ToolException {
+ public SortedMap getToolOutputDefinitions(Long toolContentId, int definitionType)
+ throws ToolException {
return new TreeMap();
}
Index: lams_tool_imscc/.classpath
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_imscc/.classpath,v
diff -u -r1.2 -r1.3
--- lams_tool_imscc/.classpath 28 May 2011 18:39:54 -0000 1.2
+++ lams_tool_imscc/.classpath 10 Dec 2011 20:51:05 -0000 1.3
@@ -2,25 +2,24 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: lams_tool_imscc/build.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_imscc/build.xml,v
diff -u -r1.1 -r1.2
--- lams_tool_imscc/build.xml 28 May 2011 18:09:35 -0000 1.1
+++ lams_tool_imscc/build.xml 10 Dec 2011 20:51:05 -0000 1.2
@@ -277,9 +277,6 @@
-
-
-
Index: lams_tool_imscc/src/java/org/lamsfoundation/lams/tool/commonCartridge/service/CommonCartridgeServiceImpl.java
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_imscc/src/java/org/lamsfoundation/lams/tool/commonCartridge/service/CommonCartridgeServiceImpl.java,v
diff -u -r1.1 -r1.2
--- lams_tool_imscc/src/java/org/lamsfoundation/lams/tool/commonCartridge/service/CommonCartridgeServiceImpl.java 28 May 2011 18:03:42 -0000 1.1
+++ lams_tool_imscc/src/java/org/lamsfoundation/lams/tool/commonCartridge/service/CommonCartridgeServiceImpl.java 10 Dec 2011 20:51:05 -0000 1.2
@@ -916,6 +916,10 @@
}
}
+ public Class[] getSupportedToolOutputDefinitionClasses(int definitionType) {
+ return null;
+ }
+
/**
* Get the definitions for possible output for an activity, based on the toolContentId. These may be definitions
* that are always available for the tool (e.g. number of marks for Multiple Choice) or a custom definition created
@@ -924,7 +928,8 @@
*
* @return SortedMap of ToolOutputDefinitions with the key being the name of each definition
*/
- public SortedMap getToolOutputDefinitions(Long toolContentId) throws ToolException {
+ public SortedMap getToolOutputDefinitions(Long toolContentId, int definitionType)
+ throws ToolException {
return new TreeMap();
}
Index: lams_tool_imscc/web/WEB-INF/web.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_imscc/web/WEB-INF/web.xml,v
diff -u -r1.1 -r1.2
--- lams_tool_imscc/web/WEB-INF/web.xml 28 May 2011 18:03:50 -0000 1.1
+++ lams_tool_imscc/web/WEB-INF/web.xml 10 Dec 2011 20:51:05 -0000 1.2
@@ -9,13 +9,18 @@
javax.servlet.jsp.jstl.fmt.localizationContext
org.lamsfoundation.lams.tool.commonCartridge.ApplicationResources
+
+
+ contextClass
+ org.jboss.spring.factory.VFSXmlWebApplicationContext
+
contextConfigLocation
classpath:/org/lamsfoundation/lams/tool/commonCartridge/dbupdates/autopatchContext.xml
locatorFactorySelector
- classpath*:/org/lamsfoundation/lams/**/beanRefContext.xml
+ classpath:/org/lamsfoundation/lams/beanRefContext.xml
parentContextKey
@@ -223,10 +228,10 @@
-
- Secure Content
+
+ Secure Content
/*
-
+
LEARNER
TEACHER
@@ -239,61 +244,61 @@
-
- Authoring Update
+
+ Authoring Update
/authoring/*
-
+
AUTHOR
AUTHOR ADMIN
SYSADMIN
-
- Staff Content
+
+ Staff Content
/monitoring.do
-
+
MONITOR
TEACHER
-
- Staff Content
+
+ Staff Content
/definelater.do
-
+
MONITOR
TEACHER
-
- Adminstrator Content
+
+ Adminstrator Content
/admin.do
-
+
ADMIN
-
- LAMS System Adminstrator Content
+
+ LAMS System Adminstrator Content
/sysadmin.do
-
+
SYSADMIN
-
- Download Files
+
+ Download Files
/download/
-
+
LEARNER
AUTHOR