Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/Example.java =================================================================== diff -u -r59a6f58ab28a49b3c56e196050782286efe879ea -r45f288a0122cceb3cc3d297101d0d6aaf2402e02 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/Example.java (.../Example.java) (revision 59a6f58ab28a49b3c56e196050782286efe879ea) +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/Example.java (.../Example.java) (revision 45f288a0122cceb3cc3d297101d0d6aaf2402e02) @@ -1,3 +1,23 @@ +/* + *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.tool.example; import java.util.Date; @@ -7,7 +27,8 @@ /** * @hibernate.class * table="tl_laex11_example" - * + * + * $Id$ */ public class Example implements java.io.Serializable { Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleAttachment.java =================================================================== diff -u -r59a6f58ab28a49b3c56e196050782286efe879ea -r45f288a0122cceb3cc3d297101d0d6aaf2402e02 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleAttachment.java (.../ExampleAttachment.java) (revision 59a6f58ab28a49b3c56e196050782286efe879ea) +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleAttachment.java (.../ExampleAttachment.java) (revision 45f288a0122cceb3cc3d297101d0d6aaf2402e02) @@ -1,3 +1,23 @@ +/* + *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.tool.example; import java.util.Date; @@ -11,6 +31,7 @@ * @hibernate.class * table="tl_laex11_attachment" * + * $Id$ */ public class ExampleAttachment implements java.io.Serializable { Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleSession.java =================================================================== diff -u -r59a6f58ab28a49b3c56e196050782286efe879ea -r45f288a0122cceb3cc3d297101d0d6aaf2402e02 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleSession.java (.../ExampleSession.java) (revision 59a6f58ab28a49b3c56e196050782286efe879ea) +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleSession.java (.../ExampleSession.java) (revision 45f288a0122cceb3cc3d297101d0d6aaf2402e02) @@ -1,3 +1,23 @@ +/* + *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.tool.example; import java.util.Date; @@ -11,7 +31,8 @@ * * @hibernate.class * table="tl_laex11_session" - * + * + * $Id$ */ public class ExampleSession implements java.io.Serializable { Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleUser.java =================================================================== diff -u -r59a6f58ab28a49b3c56e196050782286efe879ea -r45f288a0122cceb3cc3d297101d0d6aaf2402e02 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleUser.java (.../ExampleUser.java) (revision 59a6f58ab28a49b3c56e196050782286efe879ea) +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleUser.java (.../ExampleUser.java) (revision 45f288a0122cceb3cc3d297101d0d6aaf2402e02) @@ -1,3 +1,23 @@ +/* + *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.tool.example; @@ -11,6 +31,7 @@ * @hibernate.class * table="tl_laex11_user" * + * $Id$ */ public class ExampleUser implements java.io.Serializable { Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleAttachmentDAO.java =================================================================== diff -u -r59a6f58ab28a49b3c56e196050782286efe879ea -r45f288a0122cceb3cc3d297101d0d6aaf2402e02 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleAttachmentDAO.java (.../IExampleAttachmentDAO.java) (revision 59a6f58ab28a49b3c56e196050782286efe879ea) +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleAttachmentDAO.java (.../IExampleAttachmentDAO.java) (revision 45f288a0122cceb3cc3d297101d0d6aaf2402e02) @@ -1,7 +1,33 @@ +/* + *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.tool.example.dao; import org.lamsfoundation.lams.dao.IBaseDAO; +/** + * DAO for accessing the ExampleAttachment objects - interface defining + * methods to be implemented by the Hibernate or other implementation. + * + * $Id$ + */ public interface IExampleAttachmentDAO extends IBaseDAO { } \ No newline at end of file Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleDAO.java =================================================================== diff -u -r59a6f58ab28a49b3c56e196050782286efe879ea -r45f288a0122cceb3cc3d297101d0d6aaf2402e02 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleDAO.java (.../IExampleDAO.java) (revision 59a6f58ab28a49b3c56e196050782286efe879ea) +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleDAO.java (.../IExampleDAO.java) (revision 45f288a0122cceb3cc3d297101d0d6aaf2402e02) @@ -1,7 +1,33 @@ +/* + *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.tool.example.dao; import org.lamsfoundation.lams.dao.IBaseDAO; +/** + * DAO for accessing the Example objects - interface defining + * methods to be implemented by the Hibernate or other implementation. + * + * $Id$ + */ public interface IExampleDAO extends IBaseDAO{ } \ No newline at end of file Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleSessionDAO.java =================================================================== diff -u -r59a6f58ab28a49b3c56e196050782286efe879ea -r45f288a0122cceb3cc3d297101d0d6aaf2402e02 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleSessionDAO.java (.../IExampleSessionDAO.java) (revision 59a6f58ab28a49b3c56e196050782286efe879ea) +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleSessionDAO.java (.../IExampleSessionDAO.java) (revision 45f288a0122cceb3cc3d297101d0d6aaf2402e02) @@ -1,7 +1,33 @@ +/* + *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.tool.example.dao; import org.lamsfoundation.lams.dao.IBaseDAO; +/** + * DAO for accessing the ExampleSession objects - interface defining + * methods to be implemented by the Hibernate or other implementation. + * + * $Id$ + */ public interface IExampleSessionDAO extends IBaseDAO{ } \ No newline at end of file Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleUserDAO.java =================================================================== diff -u -r59a6f58ab28a49b3c56e196050782286efe879ea -r45f288a0122cceb3cc3d297101d0d6aaf2402e02 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleUserDAO.java (.../IExampleUserDAO.java) (revision 59a6f58ab28a49b3c56e196050782286efe879ea) +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleUserDAO.java (.../IExampleUserDAO.java) (revision 45f288a0122cceb3cc3d297101d0d6aaf2402e02) @@ -1,7 +1,33 @@ +/* + *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.tool.example.dao; import org.lamsfoundation.lams.dao.IBaseDAO; +/** + * DAO for accessing the ExampleUser objects - interface defining + * methods to be implemented by the Hibernate or other implementation. + * + * $Id$ + */ public interface IExampleUserDAO extends IBaseDAO{ } \ No newline at end of file Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleAttachmentDAO.java =================================================================== diff -u -r59a6f58ab28a49b3c56e196050782286efe879ea -r45f288a0122cceb3cc3d297101d0d6aaf2402e02 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleAttachmentDAO.java (.../ExampleAttachmentDAO.java) (revision 59a6f58ab28a49b3c56e196050782286efe879ea) +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleAttachmentDAO.java (.../ExampleAttachmentDAO.java) (revision 45f288a0122cceb3cc3d297101d0d6aaf2402e02) @@ -1,8 +1,33 @@ +/* + *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.tool.example.dao.hibernate; import org.lamsfoundation.lams.dao.hibernate.BaseDAO; import org.lamsfoundation.lams.tool.example.dao.IExampleAttachmentDAO; +/** + * DAO for accessing the ExampleAttachment objects - Hibernate specific code. + * + * $Id$ + */ public class ExampleAttachmentDAO extends BaseDAO implements IExampleAttachmentDAO { } Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleDAO.java =================================================================== diff -u -r59a6f58ab28a49b3c56e196050782286efe879ea -r45f288a0122cceb3cc3d297101d0d6aaf2402e02 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleDAO.java (.../ExampleDAO.java) (revision 59a6f58ab28a49b3c56e196050782286efe879ea) +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleDAO.java (.../ExampleDAO.java) (revision 45f288a0122cceb3cc3d297101d0d6aaf2402e02) @@ -1,8 +1,33 @@ +/* + *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.tool.example.dao.hibernate; import org.lamsfoundation.lams.dao.hibernate.BaseDAO; import org.lamsfoundation.lams.tool.example.dao.IExampleDAO; +/** + * DAO for accessing the Example objects - Hibernate specific code. + * + * $Id$ + */ public class ExampleDAO extends BaseDAO implements IExampleDAO { } Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleSessionDAO.java =================================================================== diff -u -r59a6f58ab28a49b3c56e196050782286efe879ea -r45f288a0122cceb3cc3d297101d0d6aaf2402e02 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleSessionDAO.java (.../ExampleSessionDAO.java) (revision 59a6f58ab28a49b3c56e196050782286efe879ea) +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleSessionDAO.java (.../ExampleSessionDAO.java) (revision 45f288a0122cceb3cc3d297101d0d6aaf2402e02) @@ -1,8 +1,33 @@ +/* + *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.tool.example.dao.hibernate; import org.lamsfoundation.lams.dao.hibernate.BaseDAO; import org.lamsfoundation.lams.tool.example.dao.IExampleSessionDAO; +/** + * DAO for accessing the ExampleSession objects - Hibernate specific code. + * + * $Id$ + */ public class ExampleSessionDAO extends BaseDAO implements IExampleSessionDAO { } Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleUserDAO.java =================================================================== diff -u -r59a6f58ab28a49b3c56e196050782286efe879ea -r45f288a0122cceb3cc3d297101d0d6aaf2402e02 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleUserDAO.java (.../ExampleUserDAO.java) (revision 59a6f58ab28a49b3c56e196050782286efe879ea) +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleUserDAO.java (.../ExampleUserDAO.java) (revision 45f288a0122cceb3cc3d297101d0d6aaf2402e02) @@ -1,8 +1,33 @@ +/* + *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.tool.example.dao.hibernate; import org.lamsfoundation.lams.dao.hibernate.BaseDAO; import org.lamsfoundation.lams.tool.example.dao.IExampleUserDAO; +/** + * DAO for accessing the ExampleUser objects - Hibernate specific code. + * + * $Id$ + */ public class ExampleUserDAO extends BaseDAO implements IExampleUserDAO { } Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/ExampleService.java =================================================================== diff -u -r59a6f58ab28a49b3c56e196050782286efe879ea -r45f288a0122cceb3cc3d297101d0d6aaf2402e02 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/ExampleService.java (.../ExampleService.java) (revision 59a6f58ab28a49b3c56e196050782286efe879ea) +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/ExampleService.java (.../ExampleService.java) (revision 45f288a0122cceb3cc3d297101d0d6aaf2402e02) @@ -40,6 +40,8 @@ * An implementation of the NoticeboardService interface. * * As a requirement, all LAMS tool's service bean must implement ToolContentManager and ToolSessionManager. +* +* $Id$ */ public class ExampleService implements ToolSessionManager, ToolContentManager, Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/ExampleServiceProxy.java =================================================================== diff -u -rbb7c63e87a565c0227aed9eadb9047da764cfde8 -r45f288a0122cceb3cc3d297101d0d6aaf2402e02 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/ExampleServiceProxy.java (.../ExampleServiceProxy.java) (revision bb7c63e87a565c0227aed9eadb9047da764cfde8) +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/ExampleServiceProxy.java (.../ExampleServiceProxy.java) (revision 45f288a0122cceb3cc3d297101d0d6aaf2402e02) @@ -34,6 +34,8 @@ * In this way, the presentation tier will no longer be aware of the changes in * service layer. Therefore we can feel free to switch the business logic * implementation.

+ * + * $Id$ */ public class ExampleServiceProxy { Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/IExampleService.java =================================================================== diff -u -rbb7c63e87a565c0227aed9eadb9047da764cfde8 -r45f288a0122cceb3cc3d297101d0d6aaf2402e02 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/IExampleService.java (.../IExampleService.java) (revision bb7c63e87a565c0227aed9eadb9047da764cfde8) +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/IExampleService.java (.../IExampleService.java) (revision 45f288a0122cceb3cc3d297101d0d6aaf2402e02) @@ -25,6 +25,8 @@ /** * Defines the services available to the web layer from the Example Service + * + * $Id$ */ public interface IExampleService { Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/util/ExampleToolContentHandler.java =================================================================== diff -u -r59a6f58ab28a49b3c56e196050782286efe879ea -r45f288a0122cceb3cc3d297101d0d6aaf2402e02 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/util/ExampleToolContentHandler.java (.../ExampleToolContentHandler.java) (revision 59a6f58ab28a49b3c56e196050782286efe879ea) +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/util/ExampleToolContentHandler.java (.../ExampleToolContentHandler.java) (revision 45f288a0122cceb3cc3d297101d0d6aaf2402e02) @@ -24,6 +24,8 @@ /** * Simple client for accessing the content repository. + * + * $Id$ */ public class ExampleToolContentHandler extends ToolContentHandler {