Index: lams_central/build.xml =================================================================== diff -u -rc9eb9206ac2fcd86cc1653d8997546c67ed9b1a3 -r31bb64847befe2f009de312f08d2f34dafcd424f --- lams_central/build.xml (.../build.xml) (revision c9eb9206ac2fcd86cc1653d8997546c67ed9b1a3) +++ lams_central/build.xml (.../build.xml) (revision 31bb64847befe2f009de312f08d2f34dafcd424f) @@ -133,7 +133,7 @@ - Index: lams_central/conf/war/META-INF/MANIFEST.MF =================================================================== diff -u -r9bef1de27d0d527d75191115a535bc2c4311ade9 -r31bb64847befe2f009de312f08d2f34dafcd424f --- lams_central/conf/war/META-INF/MANIFEST.MF (.../MANIFEST.MF) (revision 9bef1de27d0d527d75191115a535bc2c4311ade9) +++ lams_central/conf/war/META-INF/MANIFEST.MF (.../MANIFEST.MF) (revision 31bb64847befe2f009de312f08d2f34dafcd424f) @@ -1,2 +1 @@ -Class-Path: ./lams.jar - +Class-Path: ./lams.jar ./lams-contentrepository.jar \ No newline at end of file Index: lams_central/conf/xdoclet/web-settings.xml =================================================================== diff -u -r41e3420d7cd50147599cb873f5695203fc6e17e4 -r31bb64847befe2f009de312f08d2f34dafcd424f --- lams_central/conf/xdoclet/web-settings.xml (.../web-settings.xml) (revision 41e3420d7cd50147599cb873f5695203fc6e17e4) +++ lams_central/conf/xdoclet/web-settings.xml (.../web-settings.xml) (revision 31bb64847befe2f009de312f08d2f34dafcd424f) @@ -22,7 +22,6 @@ contextConfigLocation classpath:/org/lamsfoundation/lams/applicationContext.xml - classpath:/org/lamsfoundation/lams/authoring/authoringApplicationContext.xml classpath:/org/lamsfoundation/lams/contentrepository/applicationContext.xml classpath:/org/lamsfoundation/lams/authoring/authoringApplicationContext.xml classpath:/org/lamsfoundation/lams/workspace/workspaceApplicationContext.xml Index: lams_central/web/WEB-INF/web.xml =================================================================== diff -u -r25ac272ffb5be9e7f0c2b97201de33727a617750 -r31bb64847befe2f009de312f08d2f34dafcd424f --- lams_central/web/WEB-INF/web.xml (.../web.xml) (revision 25ac272ffb5be9e7f0c2b97201de33727a617750) +++ lams_central/web/WEB-INF/web.xml (.../web.xml) (revision 31bb64847befe2f009de312f08d2f34dafcd424f) @@ -27,7 +27,6 @@ contextConfigLocation classpath:/org/lamsfoundation/lams/applicationContext.xml - classpath:/org/lamsfoundation/lams/authoring/authoringApplicationContext.xml classpath:/org/lamsfoundation/lams/contentrepository/applicationContext.xml classpath:/org/lamsfoundation/lams/authoring/authoringApplicationContext.xml classpath:/org/lamsfoundation/lams/workspace/workspaceApplicationContext.xml