debian/0000755000000000000000000000000011732702751007173 5ustar debian/build.properties0000644000000000000000000000216711732702644012417 0ustar version=2.0.9.RELEASE debug=on target=1.4 dir.build=${basedir}/../build dir.src=${basedir}/../projects dir.build.api=${basedir}/../build/api dir.src.spring-binding=${dir.src}/spring-binding dir.src.spring-js=${dir.src}/spring-js dir.src.spring-webflow=${dir.src}/spring-webflow classpath.spring-binding="spring-core.jar spring-context.jar ognl.jar el-api-2.1.jar spring-beans.jar commons-logging.jar" classpath.spring-js="servlet-api-2.5.jar spring-core.jar commons-logging.jar tiles-core.jar tiles-api.jar spring-webmvc.jar spring-web.jar spring-context.jar spring-beans.jar" classpath.spring-webflow="spring-beans.jar spring-core.jar commons-logging.jar spring-binding.jar spring-context.jar spring-webmvc.jar spring-aop.jar spring-js.jar el-api-2.1.jar ognl.jar spring-web.jar hibernate3.jar spring-orm.jar spring-tx.jar glassfish-javaee.jar junit.jar backport-util-concurrent.jar portlet-api.jar spring-webmvc-portlet.jar" dist.file.spring-binding=${basedir}/../dist/spring-binding-${version}.jar dist.file.spring-js=${basedir}/../dist/spring-js-${version}.jar dist.file.spring-webflow=${basedir}/../dist/spring-webflow-${version}.jar debian/libspring-webflow-2.0-java.docs0000644000000000000000000000001311732702644014710 0ustar readme.txt debian/00TODO0000644000000000000000000000057011732702644010026 0ustar * Build spring-webflow documentation reference from source. It depends on some libraries not packaged in Debian yet. It is written with DocBook. * Build libspring-faces-2.0-java binary package. Currently, it can't be build because it depends on RichFaces and it is not packaged in Debian yet. -- Miguel Landaeta Tue, 20 Jul 2010 21:48:28 -0430 debian/README.source0000644000000000000000000000126311732702644011355 0ustar The upstream tarball has been modified as follows, to comply with DFSG: * All .jar files under src directory have been removed since they included another copy of the source code of these libraries. * All files under docs/javadoc-api were removed since javadoc files can be regenerated during build-time. * All .jar files under dist directory have been removed since those libraries are regenerated during build time. * Additionally, .jar files in directories projects/spring-build/lib/ivy and in projects/spring-webflow-samples/booking-portlet-faces/pluto-runtime-libs were removed. -- Miguel Landaeta Mon, 29 Mar 2010 14:35:26 -0430 debian/libspring-webflow-2.0-java-doc.doc-base0000644000000000000000000000056411732702644016213 0ustar Document: libspring-webflow-2.0-java-reference Title: Spring Web Flow Reference Guide Abstract: Spring Web Flow is the module of Spring for implementing flows. Section: Programming Format: HTML Index: /usr/share/doc/libspring-webflow-2.0-java/reference/htmlsingle/spring-webflow-reference.html Files: /usr/share/doc/libspring-webflow-2.0-java/reference/htmlsingle/*.html debian/watch0000644000000000000000000000033711732702644010230 0ustar version=3 opts=dversionmangle=s/\+dfsg// \ https://s3browse.springsource.com/browse/dist.springframework.org/release/SWF/ \ http://dist.springframework.org/release/SWF/spring-webflow-([\w\.]+).zip debian debian/orig-tar.sh debian/orig-tar.excludes0000644000000000000000000000041711732702644012460 0ustar libspring-webflow-*/src/org.springframework.*.jar libspring-webflow-*/dist/* libspring-webflow-*/docs/javadoc-api/* libspring-webflow-*/projects/spring-build/lib/ivy/*.jar libspring-webflow-*/projects/spring-webflow-samples/booking-portlet-faces/pluto-runtime-libs/*.jar debian/rules0000755000000000000000000000054411732702644010257 0ustar #!/usr/bin/make -f %: dh --with javahelper $@ override_dh_auto_install: dh_auto_install ant -f debian/build.xml override_dh_auto_clean: ant -f debian/build.xml clean get-orig-source: cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \ uscan \ --verbose \ --no-symlink \ --destdir $(CURDIR) \ --watchfile debian/watch \ --force-download debian/libspring-js-2.0-java.docs0000644000000000000000000000001311732702644013657 0ustar readme.txt debian/control0000644000000000000000000000750511732702644010606 0ustar Source: libspring-webflow-2.0-java Maintainer: Debian Java Maintainers Uploaders: Miguel Landaeta DM-Upload-Allowed: yes Section: java Priority: optional Build-Depends: debhelper (>> 7.0.50), ant, default-jdk, javahelper, libspring-core-java, libspring-aop-java, libspring-beans-java, libspring-context-java, libspring-orm-java, libspring-transaction-java, libspring-web-java, libspring-web-servlet-java, glassfish-javaee, junit, libbackport-util-concurrent-java, libcommons-logging-java, libhibernate3-java, libognl-java, libservlet2.5-java, libtiles-java, libportlet-api-2.0-spec-java, libspring-web-portlet-java, libspring-security-core-2.0-java, default-jdk-doc Standards-Version: 3.9.3 Homepage: http://www.springsource.org/webflow Vcs-Git: git://git.debian.org/git/pkg-java/libspring-webflow-2.0-java.git Vcs-Browser: http://git.debian.org/?p=pkg-java/libspring-webflow-2.0-java.git Package: libspring-js-2.0-java Architecture: all Depends: libspring-core-java, libspring-beans-java, libspring-context-java, libspring-web-java, libspring-web-servlet-java, libcommons-logging-java, libservlet2.5-java, libtiles-java, ${misc:Depends} Recommends: libjs-dojo-core, libjs-dojo-dijit Description: server-side Javascript abstraction framework Spring JavaScript is a JavaScript abstraction framework that makes it easy to write unobtrusive JavaScript to progressively enhance a web page with behavior. The framework consists of a public JavaScript API along with an implementation that builds on the Dojo Toolkit. Spring.js aims to simplify the use of Dojo for common enterprise scenarios while retaining its full-power for advanced use cases. . Spring JavaScript can work with any server-side framework. The Web Flow 2 distribution includes convenient integration between Spring JavaScript and Spring Web MVC for processing Ajax requests. Package: libspring-webflow-2.0-java Architecture: all Depends: libspring-core-java, libspring-aop-java, libspring-beans-java, libspring-context-java, libspring-orm-java, libspring-transaction-java, libspring-web-java, libspring-js-2.0-java, glassfish-javaee, libcommons-logging-java, libbackport-util-concurrent-java, libognl-java, libservlet2.5-java, libportlet-api-2.0-spec-java, libspring-web-portlet-java, libspring-security-core-2.0-java, ${misc:Depends} Recommends: libhibernate3-java Description: Java MVC framework focused in View and Controller layers The Web Flow module is a MVC extension that allows you to define Controllers using a domain-specific-language. This language is designed to model user interactions that require several requests into the server to complete, or may be invoked from different contexts. Provides: - A domain-specific-language for defining reusable controller modules called flows. - An advanced controller engine for managing conversational state. - First-class support for using Ajax to construct rich user interfaces. - First-class support for using JavaServerFaces with Spring. Package: libspring-webflow-2.0-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Recommends: libspring-webflow-2.0-java (= ${binary:Version}) Suggests: default-jdk-doc Description: documentation for libspring-webflow-2.0-java Documentation for the Web Flow module that is a MVC extension that allows you to define Controllers using a domain-specific-language. This language is designed to model user interactions that require several requests into the server to complete, or may be invoked from different contexts. Provides: - A domain-specific-language for defining reusable controller modules called flows. - An advanced controller engine for managing conversational state. - First-class support for using Ajax to construct rich user interfaces. - First-class support for using JavaServerFaces with Spring. debian/build.xml0000644000000000000000000001161111732702644011015 0ustar debian/libspring-webflow-2.0-java.jlibs0000644000000000000000000000011411732702644015065 0ustar dist/spring-webflow-2.0.9.RELEASE.jar dist/spring-binding-2.0.9.RELEASE.jar debian/libspring-webflow-2.0-java-doc.install0000644000000000000000000000016411732702644016200 0ustar build/reference usr/share/doc/libspring-webflow-2.0-java build/samples usr/share/doc/libspring-webflow-2.0-java debian/libspring-js-2.0-java.jlibs0000644000000000000000000000004111732702644014033 0ustar dist/spring-js-2.0.9.RELEASE.jar debian/classpath-debian0000644000000000000000000000127311732702644012324 0ustar usr/share/java/backport-util-concurrent.jar usr/share/java/commons-logging.jar usr/share/java/el-api-2.1.jar usr/share/java/glassfish-javaee.jar usr/share/java/hibernate3.jar usr/share/java/junit.jar usr/share/java/ognl.jar usr/share/java/portlet-api.jar usr/share/java/servlet-api-2.5.jar usr/share/java/spring3-core.jar usr/share/java/spring3-aop.jar usr/share/java/spring3-beans.jar usr/share/java/spring3-context.jar usr/share/java/spring3-orm.jar usr/share/java/spring3-transaction.jar usr/share/java/spring3-web.jar usr/share/java/spring3-web.servlet.jar usr/share/java/spring3-web.portlet.jar usr/share/java/spring-security-core.jar usr/share/java/tiles-api.jar usr/share/java/tiles-core.jar debian/copyright0000644000000000000000000004567611732702644011151 0ustar The sources where downloaded from http://www.springsource.org/download#webflow The exact zip file was located at http://s3.amazonaws.com/dist.springframework.org/release/SWF/spring-webflow-2.0.8.RELEASE.zip Files: * Copyright: © 2007-2009 SpringSource Inc. License: Apache-2.0 The full text of the Apache 2.0 license is distributed in /usr/share/common-licenses/Apache-2.0 on Debian systems. Files: projects/spring-js/src/main/resources/META-INF/css-framework/* Copyright: © 2005 Mike Stenhouse of Content with Style License: other Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of CSS Framework nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: projects/spring-js/src/main/resources/META-INF/dojo/* Copyright: © 2004-2008 The Dojo Foundation License: Academic Free License >= 2.1, Modified BSD license License: Academic Free License 2.1 This Academic Free License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following notice immediately following the copyright notice for the Original Work: Licensed under the Academic Free License version 2.1 1) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license to do the following: a) to reproduce the Original Work in copies; b) to prepare derivative works ("Derivative Works") based upon the Original Work; c) to distribute copies of the Original Work and Derivative Works to the public; d) to perform the Original Work publicly; and e) to display the Original Work publicly. 2) Grant of Patent License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, to make, use, sell and offer for sale the Original Work and Derivative Works. 3) Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor hereby agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work, and by publishing the address of that information repository in a notice immediately following the copyright notice that applies to the Original Work. 4) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior written permission of the Licensor. Nothing in this License shall be deemed to grant any rights to trademarks, copyrights, patents, trade secrets or any other intellectual property of Licensor except as expressly stated herein. No patent license is granted to make, use, sell or offer to sell embodiments of any patent claims other than the licensed claims defined in Section 2. No right is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under different terms from this License any Original Work that Licensor otherwise would have a right to license. 5) This section intentionally omitted. 6) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work. 7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately proceeding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to Original Work is granted hereunder except under this disclaimer. 8) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to any person for any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to liability for death or personal injury resulting from Licensor's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. 9) Acceptance and Termination. If You distribute copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. Nothing else but this License (or another written agreement between Licensor and You) grants You permission to create Derivative Works based upon the Original Work or to exercise any of the rights granted in Section 1 herein, and any attempt to do so except under the terms of this License (or another written agreement between Licensor and You) is expressly prohibited by U.S. copyright law, the equivalent laws of other countries, and by international treaty. Therefore, by exercising any of the rights granted to You in Section 1 herein, You indicate Your acceptance of this License and all of its terms and conditions. 10) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware. 11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of the U.S. Copyright Act, 17 U.S.C. § 101 et seq., the equivalent laws of other countries, and international treaty. This section shall survive the termination of this License. 12) Attorneys Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License. 13) Miscellaneous. This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. 14) Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. 15) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You. This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights reserved. Permission is hereby granted to copy and distribute this license without modification. This license may not be modified without the express written permission of its copyright owner. License: Modified BSD license Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the Dojo Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: projects/spring-js/src/main/resources/META-INF/dojo/_firebug/firebug.html, projects/spring-js/src/main/resources/META-INF/dojo/_firebug/firebug.js, projects/spring-js/src/main/resources/META-INF/dojo/_firebug/errIcon.png, projects/spring-js/src/main/resources/META-INF/dojo/_firebug/infoIcon.png, projects/spring-js/src/main/resources/META-INF/dojo/_firebug/warningIcon.png Copyright: © 2006-2007 Joe Hewitt License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the Dojo Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: projects/spring-js/src/main/resources/META-INF/dojo/resources/dojo.css Copyright: © 2007 Yahoo! Inc. License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of Yahoo! Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission of Yahoo! Inc. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: projects/spring-js/src/main/resources/META-INF/dojo/cldr/* Copyright: © 1991-2009 Unicode, Inc. License: other Unicode Data Files include all data files under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/ . Unicode Software includes any source code published in the Unicode Standard or under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/. NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. COPYRIGHT AND PERMISSION NOTICE Copyright © 1991-2009 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html. Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that (a) the above copyright notice(s) and this permission notice appear with all copies of the Data Files or Software, (b) both the above copyright notice(s) and this permission notice appear in associated documentation, and (c) there is clear notice in each modified Data File or in the Software as well as in the documentation associated with the Data File(s) or Software that the data or software has been modified. THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE. Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder. Files: debian/* Copyright: © 2010 Miguel Landaeta License: Apache-2.0 The full text of the Apache 2.0 license is distributed in /usr/share/common-licenses/Apache-2.0 on Debian systems. debian/compat0000644000000000000000000000000211732702644010372 0ustar 7 debian/source/0000755000000000000000000000000011732702644010474 5ustar debian/source/format0000644000000000000000000000001411732702644011702 0ustar 3.0 (quilt) debian/libspring-webflow-2.0-java.install0000644000000000000000000000007711732702644015440 0ustar debian/README.Debian usr/share/doc/libspring-webflow-2.0-java debian/orig-tar.sh0000755000000000000000000000104711732702644011261 0ustar #!/bin/sh set -e # called by uscan with '--upstream-version' echo "version $2" upstream_package="spring-webflow" package=`dpkg-parsechangelog | sed -n 's/^Source: //p'` debian_version=`dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p'` TAR=${package}_${debian_version}.orig.tar.gz DIR=${package}-${debian_version}.orig # clean up the upstream sources unzip $3 && mv ${upstream_package}-$2 $DIR GZIP=--best tar --numeric --group 0 --owner 0 --anchored \ -X debian/orig-tar.excludes -c -v -z -f $TAR $DIR rm -rf $3 $DIR debian/changelog0000644000000000000000000000253111732702644011047 0ustar libspring-webflow-2.0-java (2.0.9.RELEASE-4) unstable; urgency=low * Fix FTBFS caused by new features in Spring Framework 3.0. (Closes: #663569). * Bump Standards-Version to 3.9.3. No changes were required. [tony mancill] * Set DMUA flag. -- Miguel Landaeta Wed, 21 Mar 2012 19:33:23 -0430 libspring-webflow-2.0-java (2.0.9.RELEASE-3) unstable; urgency=low * Switch dependencies on Spring Framework 2.5 with 3.0. (Closes: #638397). * Bump Standards-Version to 3.9.2. No changes were required. -- Miguel Landaeta Thu, 18 Aug 2011 21:21:06 -0430 libspring-webflow-2.0-java (2.0.9.RELEASE-2) unstable; urgency=low * Remove Class-Path headers from jars. (Closes: #589780). * Bump Standards-Version to 3.9.0. No changes were required. * Link javadoc to system javadocs. * Enable support for Spring Security. * Clarify description of patches. -- Miguel Landaeta Tue, 20 Jul 2010 21:55:52 -0430 libspring-webflow-2.0-java (2.0.9.RELEASE-1) unstable; urgency=low * New upstream release. * Enable support for Portlet API. -- Miguel Landaeta Mon, 26 Apr 2010 19:49:22 -0430 libspring-webflow-2.0-java (2.0.8.RELEASE-1) unstable; urgency=low * Initial release (Closes: #575850), -- Miguel Landaeta Wed, 31 Mar 2010 19:12:16 -0430 debian/patches/0000755000000000000000000000000011732702644010623 5ustar debian/patches/ognl.diff0000644000000000000000000000656411732702644012427 0ustar Author: Miguel Landaeta Subject: OGNL compatibility Forwarded: no Last-Update: 2010-07-20 Just implement some missing methods from OGNL API. diff --git a/projects/spring-webflow/src/main/java/org/springframework/webflow/expression/WebFlowOgnlExpressionParser.java b/projects/spring-webflow/src/main/java/org/springframework/webflow/expression/WebFlowOgnlExpressionParser.java index 318f401..cbeb02f 100644 --- a/projects/spring-webflow/src/main/java/org/springframework/webflow/expression/WebFlowOgnlExpressionParser.java +++ b/projects/spring-webflow/src/main/java/org/springframework/webflow/expression/WebFlowOgnlExpressionParser.java @@ -21,6 +21,7 @@ import ognl.ObjectPropertyAccessor; import ognl.Ognl; import ognl.OgnlException; import ognl.PropertyAccessor; +import ognl.OgnlContext; import org.springframework.beans.factory.BeanFactory; import org.springframework.beans.factory.support.StaticListableBeanFactory; @@ -64,6 +65,14 @@ public class WebFlowOgnlExpressionParser extends OgnlExpressionParser { throw new UnsupportedOperationException( "Cannot mutate immutable attribute collections; operation disallowed"); } + + public String getSourceAccessor(OgnlContext context, Object target, Object index) { + throw new UnsupportedOperationException("getSourceAccessor"); + } + + public String getSourceSetter(OgnlContext context, Object target, Object index) { + throw new UnsupportedOperationException("getSourceSetter"); + } } /** @@ -149,6 +158,14 @@ public class WebFlowOgnlExpressionParser extends OgnlExpressionParser { BeanFactory beanFactory = requestContext.getActiveFlow().getApplicationContext(); return beanFactory != null ? beanFactory : EMPTY_BEAN_FACTORY; } + + public String getSourceSetter(OgnlContext context, Object target, Object index) { + throw new UnsupportedOperationException("getSourceSetter"); + } + + public String getSourceAccessor(OgnlContext context, Object target, Object index) { + throw new UnsupportedOperationException("getSourceAccessor"); + } } /** @@ -165,6 +182,14 @@ public class WebFlowOgnlExpressionParser extends OgnlExpressionParser { public void setProperty(Map context, Object target, Object name, Object value) throws OgnlException { throw new OgnlException("Cannot set properties on a Action instance - operation not allowed"); } + + public String getSourceSetter(OgnlContext context, Object target, Object index) { + throw new UnsupportedOperationException("getSourceSetter"); + } + + public String getSourceAccessor(OgnlContext context, Object target, Object index) { + throw new UnsupportedOperationException("getSourceAccessor"); + } } /** @@ -190,6 +215,14 @@ public class WebFlowOgnlExpressionParser extends OgnlExpressionParser { public void setProperty(Map context, Object target, Object name, Object value) throws OgnlException { throw new OgnlException("Cannot set properties on a MessageSource instance - operation not allowed"); } + + public String getSourceSetter(OgnlContext context, Object target, Object index) { + throw new UnsupportedOperationException("getSourceSetter"); + } + + public String getSourceAccessor(OgnlContext context, Object target, Object index) { + throw new UnsupportedOperationException("getSourceAccessor"); + } } -} \ No newline at end of file +} debian/patches/spring_30.diff0000644000000000000000000001020111732702644013253 0ustar Description: Dummy compatibility with Spring Framework 3.0 Author: Miguel Landaeta Bug-Debian: http://bugs.debian.org/638397 Forwarded: no Last-Update: 2012-03-21 --- libspring-webflow-2.0-java-2.0.9.RELEASE.orig/projects/spring-webflow/src/main/java/org/springframework/webflow/mvc/portlet/FlowHandlerAdapter.java +++ libspring-webflow-2.0-java-2.0.9.RELEASE/projects/spring-webflow/src/main/java/org/springframework/webflow/mvc/portlet/FlowHandlerAdapter.java @@ -27,6 +27,10 @@ import javax.portlet.PortletResponse; import javax.portlet.PortletSession; import javax.portlet.RenderRequest; import javax.portlet.RenderResponse; +import javax.portlet.EventRequest; +import javax.portlet.EventResponse; +import javax.portlet.ResourceRequest; +import javax.portlet.ResourceResponse; import org.springframework.beans.factory.InitializingBean; import org.springframework.util.Assert; @@ -253,4 +257,12 @@ public class FlowHandlerAdapter extends } } -} \ No newline at end of file + public void handleEvent(EventRequest request, EventResponse response, Object handler) { + throw new UnsupportedOperationException("handleEvent"); + } + + public ModelAndView handleResource(ResourceRequest request, ResourceResponse response, Object handler) { + throw new UnsupportedOperationException("handleResource"); + } + +} --- libspring-webflow-2.0-java-2.0.9.RELEASE.orig/projects/spring-webflow/src/main/java/org/springframework/webflow/scope/ConversationScope.java +++ libspring-webflow-2.0-java-2.0.9.RELEASE/projects/spring-webflow/src/main/java/org/springframework/webflow/scope/ConversationScope.java @@ -26,4 +26,7 @@ public class ConversationScope extends A protected MutableAttributeMap getScope() { return getRequiredRequestContext().getConversationScope(); } + public Object resolveContextualObject(String key) { + throw new UnsupportedOperationException("resolveContextualObject"); + } } --- libspring-webflow-2.0-java-2.0.9.RELEASE.orig/projects/spring-webflow/src/main/java/org/springframework/webflow/scope/RequestScope.java +++ libspring-webflow-2.0-java-2.0.9.RELEASE/projects/spring-webflow/src/main/java/org/springframework/webflow/scope/RequestScope.java @@ -26,4 +26,7 @@ public class RequestScope extends Abstra protected MutableAttributeMap getScope() { return getRequiredRequestContext().getRequestScope(); } -} \ No newline at end of file + public Object resolveContextualObject(String key) { + throw new UnsupportedOperationException("resolveContextualObject"); + } +} --- libspring-webflow-2.0-java-2.0.9.RELEASE.orig/projects/spring-webflow/src/main/java/org/springframework/webflow/scope/FlashScope.java +++ libspring-webflow-2.0-java-2.0.9.RELEASE/projects/spring-webflow/src/main/java/org/springframework/webflow/scope/FlashScope.java @@ -26,4 +26,7 @@ public class FlashScope extends Abstract protected MutableAttributeMap getScope() { return getRequiredRequestContext().getFlashScope(); } + public Object resolveContextualObject(String key) { + throw new UnsupportedOperationException("resolveContextualObject"); + } } --- libspring-webflow-2.0-java-2.0.9.RELEASE.orig/projects/spring-webflow/src/main/java/org/springframework/webflow/scope/ViewScope.java +++ libspring-webflow-2.0-java-2.0.9.RELEASE/projects/spring-webflow/src/main/java/org/springframework/webflow/scope/ViewScope.java @@ -26,4 +26,7 @@ public class ViewScope extends AbstractW protected MutableAttributeMap getScope() { return getRequiredRequestContext().getViewScope(); } + public Object resolveContextualObject(String key) { + throw new UnsupportedOperationException("resolveContextualObject"); + } } --- libspring-webflow-2.0-java-2.0.9.RELEASE.orig/projects/spring-webflow/src/main/java/org/springframework/webflow/scope/FlowScope.java +++ libspring-webflow-2.0-java-2.0.9.RELEASE/projects/spring-webflow/src/main/java/org/springframework/webflow/scope/FlowScope.java @@ -26,4 +26,7 @@ public class FlowScope extends AbstractW protected MutableAttributeMap getScope() { return getRequiredRequestContext().getFlowScope(); } + public Object resolveContextualObject(String key) { + throw new UnsupportedOperationException("resolveContextualObject"); + } } debian/patches/series0000644000000000000000000000003111732702644012032 0ustar ognl.diff spring_30.diff debian/libspring-webflow-2.0-java-doc.javadoc0000644000000000000000000000007111732702644016136 0ustar build/api /usr/share/doc/libspring-webflow-2.0-java/api debian/README.Debian0000644000000000000000000000177411732702644011246 0ustar ------------------------------------- libspring-webflow-2.0-java for Debian ------------------------------------- *** Removal of functionalities *** Spring Web Flow Debian package doesn't contains some of the functionalities of upstream binary releases. Here is a list of excluded files regarding original content of Spring Web Flow: * spring-faces [not-in-debian] RichFaces is not in Debian yet org/springframework/faces/** * spring-js [embedded-libraries] Instead of shipping copies of dojo and dijit Javascript frameworks in spring-js.jar, this package just Recommends the installation of libjs-dojo-core and libjs-dojo-dijit packages. Depending on which Java container you want to use, you must specify in your webapp configuration how to serve that static content (e.g. libjs-dojo-core content is at /usr/share/javascript/dojo). org/springframework/js/META-INF/dojo/** org/springframework/js/META-INF/dijit/** -- Miguel Landaeta Tue, 20 Jul 2010 21:49:27 -0430