Changeset 1391
- Timestamp:
- Sep 15, 2011, 10:32:32 AM (12 years ago)
- Location:
- extensions/net.sf.basedb.examples/trunk
- Files:
-
- 1 added
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.examples/trunk/LICENSE
r636 r1391 1 This file is part of extensions examplesfor BASE.1 This file is part of the Example Code Package for BASE. 2 2 Available at http://baseplugins.thep.lu.se/ 3 3 BASE main site: http://base.thep.lu.se/ … … 5 5 This is free software; you can redistribute it and/or 6 6 modify it under the terms of the GNU General Public License 7 as published by the Free Software Foundation; either version 27 as published by the Free Software Foundation; either version 3 8 8 of the License, or (at your option) any later version. 9 9 … … 14 14 15 15 You should have received a copy of the GNU General Public License 16 along with this program; if not, write to the Free Software 17 Foundation, Inc., 59 Temple Place - Suite 330, 18 Boston, MA 02111-1307, USA. 16 along with BASE. If not, see <http://www.gnu.org/licenses/>. -
extensions/net.sf.basedb.examples/trunk/META-INF/extensions.xml
r1350 r1391 1 1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!-- 3 Copyright (C) 2011 Nicklas Nordborg 4 5 This file is part of the Example Code Package for BASE. 6 Available at http://baseplugins.thep.lu.se/ 7 BASE main site: http://base.thep.lu.se/ 8 9 This is free software; you can redistribute it and/or 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 3 12 of the License, or (at your option) any later version. 13 14 The software is distributed in the hope that it will be useful, 15 but WITHOUT ANY WARRANTY; without even the implied warranty of 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 GNU General Public License for more details. 18 19 You should have received a copy of the GNU General Public License 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 21 --> 2 22 <extensions xmlns="http://base.thep.lu.se/extensions.xsd" 3 23 id-base="net.sf.basedb.examples.extensions."> -
extensions/net.sf.basedb.examples/trunk/META-INF/plugin-configurations.xml
r1351 r1391 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE configfile SYSTEM "plugin-configuration-file.dtd"><configfile> 2 <!-- 3 Copyright (C) 2011 Nicklas Nordborg 4 5 This file is part of the Example Code Package for BASE. 6 Available at http://baseplugins.thep.lu.se/ 7 BASE main site: http://base.thep.lu.se/ 8 9 This is free software; you can redistribute it and/or 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 3 12 of the License, or (at your option) any later version. 13 14 The software is distributed in the hope that it will be useful, 15 but WITHOUT ANY WARRANTY; without even the implied warranty of 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 GNU General Public License for more details. 18 19 You should have received a copy of the GNU General Public License 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 21 --> 22 <!DOCTYPE configfile SYSTEM "plugin-configuration-file.dtd"> 23 <configfile> 3 24 <configuration pluginClassName="net.sf.basedb.examples.plugins.ExampleImporter"> 4 25 <configname>Update existing samples</configname> -
extensions/net.sf.basedb.examples/trunk/META-INF/servlets.xml
r1125 r1391 1 1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!-- 3 Copyright (C) 2011 Nicklas Nordborg 4 5 This file is part of the Example Code Package for BASE. 6 Available at http://baseplugins.thep.lu.se/ 7 BASE main site: http://base.thep.lu.se/ 8 9 This is free software; you can redistribute it and/or 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 3 12 of the License, or (at your option) any later version. 13 14 The software is distributed in the hope that it will be useful, 15 but WITHOUT ANY WARRANTY; without even the implied warranty of 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 GNU General Public License for more details. 18 19 You should have received a copy of the GNU General Public License 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 21 --> 2 22 <servlets xmlns="http://base.thep.lu.se/servlets.xsd"> 3 23 <servlet> -
extensions/net.sf.basedb.examples/trunk/build.xml
r1352 r1391 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 3 Copyright (C) 2011 Nicklas Nordborg 4 5 This file is part of the Example Code Package for BASE. 6 Available at http://baseplugins.thep.lu.se/ 7 BASE main site: http://base.thep.lu.se/ 8 9 This is free software; you can redistribute it and/or 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 3 12 of the License, or (at your option) any later version. 13 14 The software is distributed in the hope that it will be useful, 15 but WITHOUT ANY WARRANTY; without even the implied warranty of 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 GNU General Public License for more details. 18 19 You should have received a copy of the GNU General Public License 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 21 --> 2 22 <project 3 name="Ex tensionExamples"23 name="ExampleCode" 4 24 default="build" 5 25 basedir="."> -
extensions/net.sf.basedb.examples/trunk/resources/filter_annotated.jsp
r1027 r1391 1 <%-- 2 Copyright (C) 2011 Nicklas Nordborg 3 4 This file is part of the Example Code Package for BASE. 5 Available at http://baseplugins.thep.lu.se/ 6 BASE main site: http://base.thep.lu.se/ 7 8 This is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation; either version 3 11 of the License, or (at your option) any later version. 12 13 The software is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with BASE. If not, see <http://www.gnu.org/licenses/>. 20 --%> 1 21 <%@ page 2 22 pageEncoding="UTF-8" -
extensions/net.sf.basedb.examples/trunk/resources/hello_world.jsp
r1027 r1391 1 <%-- 2 Copyright (C) 2011 Nicklas Nordborg 3 4 This file is part of the Example Code Package for BASE. 5 Available at http://baseplugins.thep.lu.se/ 6 BASE main site: http://base.thep.lu.se/ 7 8 This is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation; either version 3 11 of the License, or (at your option) any later version. 12 13 The software is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with BASE. If not, see <http://www.gnu.org/licenses/>. 20 --%> 1 21 <%@ page 2 22 pageEncoding="UTF-8" -
extensions/net.sf.basedb.examples/trunk/resources/hello_world.xjsp
r1150 r1391 1 <%-- 2 Copyright (C) 2011 Nicklas Nordborg 3 4 This file is part of the Example Code Package for BASE. 5 Available at http://baseplugins.thep.lu.se/ 6 BASE main site: http://base.thep.lu.se/ 7 8 This is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation; either version 3 11 of the License, or (at your option) any later version. 12 13 The software is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with BASE. If not, see <http://www.gnu.org/licenses/>. 20 --%> 1 21 <%@ page 2 22 pageEncoding="UTF-8" -
extensions/net.sf.basedb.examples/trunk/resources/history_file.jsp
r1273 r1391 1 <%-- 2 Copyright (C) 2011 Nicklas Nordborg 3 4 This file is part of the Example Code Package for BASE. 5 Available at http://baseplugins.thep.lu.se/ 6 BASE main site: http://base.thep.lu.se/ 7 8 This is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation; either version 3 11 of the License, or (at your option) any later version. 12 13 The software is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with BASE. If not, see <http://www.gnu.org/licenses/>. 20 --%> 1 21 <%@ page 2 22 pageEncoding="UTF-8" -
extensions/net.sf.basedb.examples/trunk/resources/item_info.jsp
r1027 r1391 1 <%-- 2 Copyright (C) 2011 Nicklas Nordborg 3 4 This file is part of the Example Code Package for BASE. 5 Available at http://baseplugins.thep.lu.se/ 6 BASE main site: http://base.thep.lu.se/ 7 8 This is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation; either version 3 11 of the License, or (at your option) any later version. 12 13 The software is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with BASE. If not, see <http://www.gnu.org/licenses/>. 20 --%> 1 21 <%@ page 2 22 pageEncoding="UTF-8" -
extensions/net.sf.basedb.examples/trunk/resources/scripts/examples.jsp
r1027 r1391 1 <%-- 2 Copyright (C) 2011 Nicklas Nordborg 3 4 This file is part of the Example Code Package for BASE. 5 Available at http://baseplugins.thep.lu.se/ 6 BASE main site: http://base.thep.lu.se/ 7 8 This is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation; either version 3 11 of the License, or (at your option) any later version. 12 13 The software is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with BASE. If not, see <http://www.gnu.org/licenses/>. 20 --%> 1 21 <%@ page 2 22 pageEncoding="UTF-8" -
extensions/net.sf.basedb.examples/trunk/src/net/sf/basedb/examples/extensions/edit/HistoryOnSaveActionFactory.java
r1273 r1391 1 /* 2 Copyright (C) 2011 Nicklas Nordborg 3 4 This file is part of the Example Code Package for BASE. 5 Available at http://baseplugins.thep.lu.se/ 6 BASE main site: http://base.thep.lu.se/ 7 8 This is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation; either version 3 11 of the License, or (at your option) any later version. 12 13 The software is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with BASE. If not, see <http://www.gnu.org/licenses/>. 20 */ 1 21 package net.sf.basedb.examples.extensions.edit; 2 22 -
extensions/net.sf.basedb.examples/trunk/src/net/sf/basedb/examples/extensions/edit/LastUpdatedByOnSaveActionFactory.java
r1272 r1391 1 /* 2 Copyright (C) 2011 Nicklas Nordborg 3 4 This file is part of the Example Code Package for BASE. 5 Available at http://baseplugins.thep.lu.se/ 6 BASE main site: http://base.thep.lu.se/ 7 8 This is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation; either version 3 11 of the License, or (at your option) any later version. 12 13 The software is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with BASE. If not, see <http://www.gnu.org/licenses/>. 20 */ 1 21 package net.sf.basedb.examples.extensions.edit; 2 22 -
extensions/net.sf.basedb.examples/trunk/src/net/sf/basedb/examples/extensions/menu/HelloUserFactory.java
r1270 r1391 1 /* 2 Copyright (C) 2011 Nicklas Nordborg 3 4 This file is part of the Example Code Package for BASE. 5 Available at http://baseplugins.thep.lu.se/ 6 BASE main site: http://base.thep.lu.se/ 7 8 This is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation; either version 3 11 of the License, or (at your option) any later version. 12 13 The software is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with BASE. If not, see <http://www.gnu.org/licenses/>. 20 */ 1 21 package net.sf.basedb.examples.extensions.menu; 2 22 -
extensions/net.sf.basedb.examples/trunk/src/net/sf/basedb/examples/extensions/menu/HelloWorldFactory.java
r1270 r1391 1 /* 2 Copyright (C) 2011 Nicklas Nordborg 3 4 This file is part of the Example Code Package for BASE. 5 Available at http://baseplugins.thep.lu.se/ 6 BASE main site: http://base.thep.lu.se/ 7 8 This is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation; either version 3 11 of the License, or (at your option) any later version. 12 13 The software is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with BASE. If not, see <http://www.gnu.org/licenses/>. 20 */ 1 21 package net.sf.basedb.examples.extensions.menu; 2 22 -
extensions/net.sf.basedb.examples/trunk/src/net/sf/basedb/examples/extensions/servlet/HelloWorldServlet.java
r1125 r1391 1 /* 2 Copyright (C) 2011 Nicklas Nordborg 3 4 This file is part of the Example Code Package for BASE. 5 Available at http://baseplugins.thep.lu.se/ 6 BASE main site: http://base.thep.lu.se/ 7 8 This is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation; either version 3 11 of the License, or (at your option) any later version. 12 13 The software is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with BASE. If not, see <http://www.gnu.org/licenses/>. 20 */ 1 21 package net.sf.basedb.examples.extensions.servlet; 2 22 -
extensions/net.sf.basedb.examples/trunk/src/net/sf/basedb/examples/extensions/toolbar/InfoButtonFactory.java
r1021 r1391 1 /* 2 Copyright (C) 2011 Nicklas Nordborg 3 4 This file is part of the Example Code Package for BASE. 5 Available at http://baseplugins.thep.lu.se/ 6 BASE main site: http://base.thep.lu.se/ 7 8 This is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation; either version 3 11 of the License, or (at your option) any later version. 12 13 The software is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with BASE. If not, see <http://www.gnu.org/licenses/>. 20 */ 1 21 package net.sf.basedb.examples.extensions.toolbar; 2 22 -
extensions/net.sf.basedb.examples/trunk/src/net/sf/basedb/examples/extensions/xjsp/HelloXJspWorld.java
r1019 r1391 1 /* 2 Copyright (C) 2011 Nicklas Nordborg 3 4 This file is part of the Example Code Package for BASE. 5 Available at http://baseplugins.thep.lu.se/ 6 BASE main site: http://base.thep.lu.se/ 7 8 This is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation; either version 3 11 of the License, or (at your option) any later version. 12 13 The software is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with BASE. If not, see <http://www.gnu.org/licenses/>. 20 */ 1 21 package net.sf.basedb.examples.extensions.xjsp; 2 22 -
extensions/net.sf.basedb.examples/trunk/src/net/sf/basedb/examples/plugins/ExampleAnalyzer.java
r1347 r1391 1 1 /* 2 Copyright (C) 2006, 2007 Nicklas Nordborg 3 4 This file is part of BASE - BioArray Software Environment. 5 Available at http://base.thep.lu.se/ 6 7 BASE is free software; you can redistribute it and/or 2 Copyright (C) 2006, 2007, 2011 Nicklas Nordborg 3 4 This file is part of the Example Code Package for BASE. 5 Available at http://baseplugins.thep.lu.se/ 6 BASE main site: http://base.thep.lu.se/ 7 8 This is free software; you can redistribute it and/or 8 9 modify it under the terms of the GNU General Public License 9 as published by the Free Software Foundation; either version 210 as published by the Free Software Foundation; either version 3 10 11 of the License, or (at your option) any later version. 11 12 BASEis distributed in the hope that it will be useful,12 13 The software is distributed in the hope that it will be useful, 13 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 16 GNU General Public License for more details. 16 17 17 18 You should have received a copy of the GNU General Public License 18 along with this program; if not, write to the Free Software 19 Foundation, Inc., 59 Temple Place - Suite 330, 20 Boston, MA 02111-1307, USA. 19 along with BASE. If not, see <http://www.gnu.org/licenses/>. 21 20 */ 22 21 package net.sf.basedb.examples.plugins; -
extensions/net.sf.basedb.examples/trunk/src/net/sf/basedb/examples/plugins/ExampleImporter.java
r1351 r1391 1 1 /* 2 Copyright (C) 2006, 2007 Nicklas Nordborg 3 4 This file is part of BASE - BioArray Software Environment. 5 Available at http://base.thep.lu.se/ 6 7 BASE is free software; you can redistribute it and/or 2 Copyright (C) 2006, 2007, 2011 Nicklas Nordborg 3 4 This file is part of the Example Code Package for BASE. 5 Available at http://baseplugins.thep.lu.se/ 6 BASE main site: http://base.thep.lu.se/ 7 8 This is free software; you can redistribute it and/or 8 9 modify it under the terms of the GNU General Public License 9 as published by the Free Software Foundation; either version 210 as published by the Free Software Foundation; either version 3 10 11 of the License, or (at your option) any later version. 11 12 BASEis distributed in the hope that it will be useful,12 13 The software is distributed in the hope that it will be useful, 13 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 16 GNU General Public License for more details. 16 17 17 18 You should have received a copy of the GNU General Public License 18 along with this program; if not, write to the Free Software 19 Foundation, Inc., 59 Temple Place - Suite 330, 20 Boston, MA 02111-1307, USA. 21 19 along with BASE. If not, see <http://www.gnu.org/licenses/>. 22 20 */ 23 21 package net.sf.basedb.examples.plugins;
Note: See TracChangeset
for help on using the changeset viewer.