Index: lams_contentrepository/build.xml =================================================================== diff -u -rd425e72f4a45b00ef77cc0a6b7e2331a36907478 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/build.xml (.../build.xml) (revision d425e72f4a45b00ef77cc0a6b7e2331a36907478) +++ lams_contentrepository/build.xml (.../build.xml) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,6 +1,27 @@ + + Index: lams_contentrepository/conf/jboss/treecache.xml =================================================================== diff -u -rf753f75b21cc32230f53d50c509c4ca23cb4aec4 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/conf/jboss/treecache.xml (.../treecache.xml) (revision f753f75b21cc32230f53d50c509c4ca23cb4aec4) +++ lams_contentrepository/conf/jboss/treecache.xml (.../treecache.xml) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,5 +1,27 @@ + + + Index: lams_contentrepository/properties.xml =================================================================== diff -u -ref7e426ab99ab7b7dd87446ae6b05b46ed0cca86 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/properties.xml (.../properties.xml) (revision ef7e426ab99ab7b7dd87446ae6b05b46ed0cca86) +++ lams_contentrepository/properties.xml (.../properties.xml) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ + + Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/AccessDeniedException.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/AccessDeniedException.java (.../AccessDeniedException.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/AccessDeniedException.java (.../AccessDeniedException.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; /** * The current ticket doesn't have sufficient rights for the requested action. Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CheckCredentialTicketBeforeAdvice.java =================================================================== diff -u -r8968e35f45b6882cb45b294d550db4cd704b193c -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CheckCredentialTicketBeforeAdvice.java (.../CheckCredentialTicketBeforeAdvice.java) (revision 8968e35f45b6882cb45b294d550db4cd704b193c) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CheckCredentialTicketBeforeAdvice.java (.../CheckCredentialTicketBeforeAdvice.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,6 +1,24 @@ -/* - * Created on Jan 21, 2005 - */ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import java.lang.reflect.Method; Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CrCredential.java =================================================================== diff -u -rd425e72f4a45b00ef77cc0a6b7e2331a36907478 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CrCredential.java (.../CrCredential.java) (revision d425e72f4a45b00ef77cc0a6b7e2331a36907478) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CrCredential.java (.../CrCredential.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import java.io.Serializable; Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CrNode.java =================================================================== diff -u -rd425e72f4a45b00ef77cc0a6b7e2331a36907478 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CrNode.java (.../CrNode.java) (revision d425e72f4a45b00ef77cc0a6b7e2331a36907478) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CrNode.java (.../CrNode.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import java.io.Serializable; Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CrNodeVersion.java =================================================================== diff -u -rd425e72f4a45b00ef77cc0a6b7e2331a36907478 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CrNodeVersion.java (.../CrNodeVersion.java) (revision d425e72f4a45b00ef77cc0a6b7e2331a36907478) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CrNodeVersion.java (.../CrNodeVersion.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import java.io.Serializable; Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CrNodeVersionProperty.java =================================================================== diff -u -rd425e72f4a45b00ef77cc0a6b7e2331a36907478 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CrNodeVersionProperty.java (.../CrNodeVersionProperty.java) (revision d425e72f4a45b00ef77cc0a6b7e2331a36907478) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CrNodeVersionProperty.java (.../CrNodeVersionProperty.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import java.io.Serializable; Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CrWorkspace.java =================================================================== diff -u -rd425e72f4a45b00ef77cc0a6b7e2331a36907478 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CrWorkspace.java (.../CrWorkspace.java) (revision d425e72f4a45b00ef77cc0a6b7e2331a36907478) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CrWorkspace.java (.../CrWorkspace.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import java.io.Serializable; Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CrWorkspaceCredential.java =================================================================== diff -u -rd425e72f4a45b00ef77cc0a6b7e2331a36907478 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CrWorkspaceCredential.java (.../CrWorkspaceCredential.java) (revision d425e72f4a45b00ef77cc0a6b7e2331a36907478) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/CrWorkspaceCredential.java (.../CrWorkspaceCredential.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import java.io.Serializable; Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/FileException.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/FileException.java (.../FileException.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/FileException.java (.../FileException.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; /** * Some error was generated reading or writing the files Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/ICredentials.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/ICredentials.java (.../ICredentials.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/ICredentials.java (.../ICredentials.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,4 +1,25 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + + package org.lamsfoundation.lams.contentrepository; import java.io.Serializable; Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IRepository.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IRepository.java (.../IRepository.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IRepository.java (.../IRepository.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import java.io.InputStream; Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IRepositoryAdmin.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IRepositoryAdmin.java (.../IRepositoryAdmin.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IRepositoryAdmin.java (.../IRepositoryAdmin.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; /** * Administrative interface to the Repository. "Protects" Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/ITicket.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/ITicket.java (.../ITicket.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/ITicket.java (.../ITicket.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; /** Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IValue.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IValue.java (.../IValue.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IValue.java (.../IValue.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import java.util.Calendar; Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IVersionDetail.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IVersionDetail.java (.../IVersionDetail.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IVersionDetail.java (.../IVersionDetail.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import java.util.Date; Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IVersionedNode.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IVersionedNode.java (.../IVersionedNode.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IVersionedNode.java (.../IVersionedNode.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import java.io.InputStream; import java.util.Date; Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IVersionedNodeAdmin.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IVersionedNodeAdmin.java (.../IVersionedNodeAdmin.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IVersionedNodeAdmin.java (.../IVersionedNodeAdmin.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import java.util.List; Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IWorkspace.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IWorkspace.java (.../IWorkspace.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IWorkspace.java (.../IWorkspace.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,4 +1,25 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + + package org.lamsfoundation.lams.contentrepository; /** Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/InvalidParameterException.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/InvalidParameterException.java (.../InvalidParameterException.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/InvalidParameterException.java (.../InvalidParameterException.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; /** * Generic exception thrown whenever a parameter is missing. Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/ItemExistsException.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/ItemExistsException.java (.../ItemExistsException.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/ItemExistsException.java (.../ItemExistsException.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; /** * An item already exists with the given id or path. Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/ItemNotFoundException.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/ItemNotFoundException.java (.../ItemNotFoundException.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/ItemNotFoundException.java (.../ItemNotFoundException.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; /** Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/LoginException.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/LoginException.java (.../LoginException.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/LoginException.java (.../LoginException.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; /** * Login failed. Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/NoSuchNodeTypeException.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/NoSuchNodeTypeException.java (.../NoSuchNodeTypeException.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/NoSuchNodeTypeException.java (.../NoSuchNodeTypeException.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; /** * Tried to create a node with an unknown type. Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/NodeKey.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/NodeKey.java (.../NodeKey.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/NodeKey.java (.../NodeKey.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,6 +1,24 @@ -/* - * Created on Jan 11, 2005 - */ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import org.apache.commons.lang.builder.EqualsBuilder; Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/NodeType.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/NodeType.java (.../NodeType.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/NodeType.java (.../NodeType.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; /** Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/PropertyName.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/PropertyName.java (.../PropertyName.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/PropertyName.java (.../PropertyName.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,6 +1,24 @@ -/* - * Created on Jan 5, 2005 - */ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; /** Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/PropertyType.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/PropertyType.java (.../PropertyType.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/PropertyType.java (.../PropertyType.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; /** * LAMS property types. Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/RepositoryCheckedException.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/RepositoryCheckedException.java (.../RepositoryCheckedException.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/RepositoryCheckedException.java (.../RepositoryCheckedException.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; /** Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/RepositoryProxy.java =================================================================== diff -u -r34179d2a90caa174730cdd2405c8085ad6e2d165 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/RepositoryProxy.java (.../RepositoryProxy.java) (revision 34179d2a90caa174730cdd2405c8085ad6e2d165) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/RepositoryProxy.java (.../RepositoryProxy.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,6 +1,24 @@ -/* - * Created on Feb 14, 2005 - */ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import org.apache.log4j.Logger; Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/RepositoryRuntimeException.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/RepositoryRuntimeException.java (.../RepositoryRuntimeException.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/RepositoryRuntimeException.java (.../RepositoryRuntimeException.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; /** Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/SimpleCredentials.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/SimpleCredentials.java (.../SimpleCredentials.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/SimpleCredentials.java (.../SimpleCredentials.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; /** Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/SimpleRepository.java =================================================================== diff -u -rd425e72f4a45b00ef77cc0a6b7e2331a36907478 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/SimpleRepository.java (.../SimpleRepository.java) (revision d425e72f4a45b00ef77cc0a6b7e2331a36907478) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/SimpleRepository.java (.../SimpleRepository.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,6 +1,24 @@ -/* - * Created on Dec 20, 2004 - */ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import java.io.File; Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/SimpleTicket.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/SimpleTicket.java (.../SimpleTicket.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/SimpleTicket.java (.../SimpleTicket.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,6 +1,24 @@ -/* - * Created on Dec 21, 2004 - */ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import org.apache.commons.lang.builder.EqualsBuilder; Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/SimpleVersionDetail.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/SimpleVersionDetail.java (.../SimpleVersionDetail.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/SimpleVersionDetail.java (.../SimpleVersionDetail.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,6 +1,24 @@ -/* - * Created on Jan 7, 2005 - */ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import java.util.Date; Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/SimpleVersionedNode.java =================================================================== diff -u -rd425e72f4a45b00ef77cc0a6b7e2331a36907478 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/SimpleVersionedNode.java (.../SimpleVersionedNode.java) (revision d425e72f4a45b00ef77cc0a6b7e2331a36907478) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/SimpleVersionedNode.java (.../SimpleVersionedNode.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import java.io.File; Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/ValidationException.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/ValidationException.java (.../ValidationException.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/ValidationException.java (.../ValidationException.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; /** * The node is invalid for some reason. The reason should be given in Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/ValueFormatException.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/ValueFormatException.java (.../ValueFormatException.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/ValueFormatException.java (.../ValueFormatException.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; /** * Thrown when value is assigned to a propery of the wrong type, or some Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/WorkspaceNotFoundException.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/WorkspaceNotFoundException.java (.../WorkspaceNotFoundException.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/WorkspaceNotFoundException.java (.../WorkspaceNotFoundException.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; /** * Requested workspace not found. Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/contentRepositoryApplicationContext.xml =================================================================== diff -u -r34179d2a90caa174730cdd2405c8085ad6e2d165 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/contentRepositoryApplicationContext.xml (.../contentRepositoryApplicationContext.xml) (revision 34179d2a90caa174730cdd2405c8085ad6e2d165) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/contentRepositoryApplicationContext.xml (.../contentRepositoryApplicationContext.xml) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,6 +1,28 @@ + + + + + Index: lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/AllTests.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/AllTests.java (.../AllTests.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/AllTests.java (.../AllTests.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,6 +1,24 @@ -/* - * Created on Jan 11, 2005 - */ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import org.lamsfoundation.lams.contentrepository.dao.file.TestFileDAO; Index: lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/BaseTestCase.java =================================================================== diff -u -rd425e72f4a45b00ef77cc0a6b7e2331a36907478 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/BaseTestCase.java (.../BaseTestCase.java) (revision d425e72f4a45b00ef77cc0a6b7e2331a36907478) +++ lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/BaseTestCase.java (.../BaseTestCase.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import junit.framework.TestCase; Index: lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/NodeTransactionTest.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/NodeTransactionTest.java (.../NodeTransactionTest.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/NodeTransactionTest.java (.../NodeTransactionTest.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import junit.framework.TestCase; Index: lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/TestSimpleRepository.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/TestSimpleRepository.java (.../TestSimpleRepository.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/TestSimpleRepository.java (.../TestSimpleRepository.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,24 @@ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import java.io.File; Index: lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/TestSimpleTicket.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/TestSimpleTicket.java (.../TestSimpleTicket.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/TestSimpleTicket.java (.../TestSimpleTicket.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,6 +1,24 @@ -/* - * Created on Jan 11, 2005 - */ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import org.apache.log4j.Logger; Index: lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/TestSimpleVersionDetail.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/TestSimpleVersionDetail.java (.../TestSimpleVersionDetail.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/TestSimpleVersionDetail.java (.../TestSimpleVersionDetail.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,6 +1,24 @@ -/* - * Created on Jan 10, 2005 - */ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import java.util.Date; Index: lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/TestSimpleVersionedNode.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/TestSimpleVersionedNode.java (.../TestSimpleVersionedNode.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/TestSimpleVersionedNode.java (.../TestSimpleVersionedNode.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,6 +1,24 @@ -/* - * Created on Jan 6, 2005 - */ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository; import java.io.File; Index: lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/dao/file/TestFileDAO.java =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/dao/file/TestFileDAO.java (.../TestFileDAO.java) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/dao/file/TestFileDAO.java (.../TestFileDAO.java) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,6 +1,24 @@ -/* - * Created on Jan 10, 2005 - */ +/* + Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +*/ + package org.lamsfoundation.lams.contentrepository.dao.file; import org.lamsfoundation.lams.contentrepository.BaseTestCase; Index: lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/testContentRepositoryApplicationContext.xml =================================================================== diff -u -rd425e72f4a45b00ef77cc0a6b7e2331a36907478 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/testContentRepositoryApplicationContext.xml (.../testContentRepositoryApplicationContext.xml) (revision d425e72f4a45b00ef77cc0a6b7e2331a36907478) +++ lams_contentrepository/test/java/org/lamsfoundation/lams/contentrepository/testContentRepositoryApplicationContext.xml (.../testContentRepositoryApplicationContext.xml) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,6 +1,28 @@ + + + + Index: lams_contentrepository/web/WEB-INF/web.xml =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/web/WEB-INF/web.xml (.../web.xml) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/web/WEB-INF/web.xml (.../web.xml) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,4 +1,26 @@ + + + action Index: lams_contentrepository/web/addNode.jsp =================================================================== diff -u -rf8b1f7c4104c478d95786cba0b8ffb17dba79562 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/web/addNode.jsp (.../addNode.jsp) (revision f8b1f7c4104c478d95786cba0b8ffb17dba79562) +++ lams_contentrepository/web/addNode.jsp (.../addNode.jsp) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,9 +1,30 @@ + + <%@ page language="java"%> <%@ taglib uri="/WEB-INF/struts/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts/struts-logic.tld" prefix="logic" %> - + Add file or package to workspace Index: lams_contentrepository/web/error.jsp =================================================================== diff -u -r9521d8efcb3e577a474aed2d2bb69b2231d19801 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/web/error.jsp (.../error.jsp) (revision 9521d8efcb3e577a474aed2d2bb69b2231d19801) +++ lams_contentrepository/web/error.jsp (.../error.jsp) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,23 @@ + <%@ page language="java"%> <%@ taglib uri="/WEB-INF/struts/struts-html.tld" prefix="html" %> Index: lams_contentrepository/web/index.html =================================================================== diff -u -r2e997e1e672fbb98b6a24a29768fc1d0ac5f4ef4 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/web/index.html (.../index.html) (revision 2e997e1e672fbb98b6a24a29768fc1d0ac5f4ef4) +++ lams_contentrepository/web/index.html (.../index.html) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,4 +1,23 @@ + Index: lams_contentrepository/web/loggedout.html =================================================================== diff -u -r2e997e1e672fbb98b6a24a29768fc1d0ac5f4ef4 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/web/loggedout.html (.../loggedout.html) (revision 2e997e1e672fbb98b6a24a29768fc1d0ac5f4ef4) +++ lams_contentrepository/web/loggedout.html (.../loggedout.html) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,4 +1,23 @@ + Index: lams_contentrepository/web/loginRepository.jsp =================================================================== diff -u -r2e997e1e672fbb98b6a24a29768fc1d0ac5f4ef4 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/web/loginRepository.jsp (.../loginRepository.jsp) (revision 2e997e1e672fbb98b6a24a29768fc1d0ac5f4ef4) +++ lams_contentrepository/web/loginRepository.jsp (.../loginRepository.jsp) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,23 @@ + <%@ page language="java"%> <%@ taglib uri="/WEB-INF/struts/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts/struts-html.tld" prefix="html" %> Index: lams_contentrepository/web/nodeSelection.jsp =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/web/nodeSelection.jsp (.../nodeSelection.jsp) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/web/nodeSelection.jsp (.../nodeSelection.jsp) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,23 @@ + <%@ page language="java"%> <%@ page import="java.util.*"%> Index: lams_contentrepository/web/packageList.jsp =================================================================== diff -u -r09decccca1a4d871be5772d51638fa13aa928349 -rd69fd0c0b6e3af330bb1ddbf3099022feca3f092 --- lams_contentrepository/web/packageList.jsp (.../packageList.jsp) (revision 09decccca1a4d871be5772d51638fa13aa928349) +++ lams_contentrepository/web/packageList.jsp (.../packageList.jsp) (revision d69fd0c0b6e3af330bb1ddbf3099022feca3f092) @@ -1,3 +1,23 @@ + <%@ page language="java"%> <%@ page import="java.util.*"%>