Index: lams_central/.classpath
===================================================================
RCS file: /usr/local/cvsroot/lams_central/.classpath,v
diff -u -r1.15 -r1.16
--- lams_central/.classpath 9 Feb 2012 11:50:52 -0000 1.15
+++ lams_central/.classpath 28 Mar 2012 16:22:54 -0000 1.16
@@ -18,5 +18,5 @@
-
+
Index: lams_central/build.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_central/build.properties,v
diff -u -r1.6 -r1.7
--- lams_central/build.properties 7 Apr 2006 00:26:24 -0000 1.6
+++ lams_central/build.properties 28 Mar 2012 16:22:54 -0000 1.7
@@ -3,3 +3,5 @@
product=lams-central
version=1.1
+# Precompiled JSP classes package
+jsp.java.src.package=org.lamsfoundation.lams.central.jsp
\ No newline at end of file
Index: lams_central/build.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_central/build.xml,v
diff -u -r1.53 -r1.54
--- lams_central/build.xml 5 Oct 2011 08:12:40 -0000 1.53
+++ lams_central/build.xml 28 Mar 2012 16:22:54 -0000 1.54
@@ -110,24 +110,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -151,46 +133,33 @@
file="${build.lib}/${product}.war/images/css/rams_login.gif" verbose="true"/>
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
@@ -300,11 +269,14 @@
+
+
+
@@ -345,6 +317,128 @@
-
+
+
+
+
+ Copying web files
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Generating Java source from JSP pages
+
+
+
+
+
+ Compiling JSP classes
+
+
+
+
+
+
+
+
+
+
+ Copying web resources
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Copying web resources
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: lams_central/src/java/org/lamsfoundation/lams/web/IndexAction.java
===================================================================
RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/web/IndexAction.java,v
diff -u -r1.50 -r1.51
--- lams_central/src/java/org/lamsfoundation/lams/web/IndexAction.java 19 Jun 2009 10:54:17 -0000 1.50
+++ lams_central/src/java/org/lamsfoundation/lams/web/IndexAction.java 28 Mar 2012 16:22:54 -0000 1.51
@@ -219,6 +219,6 @@
String plannerPath = lamsEarPath + File.separator + IndexAction.PATH_LAMS_CENTRAL + File.separator
+ IndexAction.PATH_PEDAGOGICAL_PLANNER;
File plannerDir = new File(plannerPath);
- return plannerDir.isDirectory() && plannerDir.list().length > 0;
+ return plannerDir.isDirectory();
}
}
\ No newline at end of file
Index: lams_central/web/WEB-INF/lams.tld
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/WEB-INF/Attic/lams.tld,v
diff -u -r1.44 -r1.45
--- lams_central/web/WEB-INF/lams.tld 4 Jul 2011 12:00:02 -0000 1.44
+++ lams_central/web/WEB-INF/lams.tld 28 Mar 2012 16:22:54 -0000 1.45
@@ -457,10 +457,6 @@
Passon
/WEB-INF/tags/Passon.tag
-
- ExportPortOutput
- /WEB-INF/tags/ExportPortOutput.tag
-
Date
/WEB-INF/tags/Date.tag
@@ -519,10 +515,6 @@
head
/WEB-INF/tags/Head.tag
-
-
- ProgressOutput
- /WEB-INF/tags/ProgressOutput.tag
-
+