Author: jacopoc
Date: Sun Sep 7 06:43:41 2014 New Revision: 1622979 URL: http://svn.apache.org/r1622979 Log: Removed unused and not maintained integration with DataVision. Removed: ofbiz/trunk/framework/webapp/lib/DataVision-1.0.0.jar ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/view/DataVisionViewHandler.java ofbiz/trunk/framework/webtools/webapp/webtools/UomReport.xml Modified: ofbiz/trunk/.classpath ofbiz/trunk/LICENSE ofbiz/trunk/NOTICE ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/controller.xml ofbiz/trunk/specialpurpose/example/webapp/example/WEB-INF/controller.xml Modified: ofbiz/trunk/.classpath URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1622979&r1=1622978&r2=1622979&view=diff ============================================================================== --- ofbiz/trunk/.classpath (original) +++ ofbiz/trunk/.classpath Sun Sep 7 06:43:41 2014 @@ -140,7 +140,6 @@ <classpathentry kind="lib" path="framework/service/lib/XmlSchema-1.4.3.jar"/> <classpathentry kind="lib" path="framework/testtools/lib/org.springframework.test-3.1.0.M2.jar"/> <classpathentry kind="lib" path="framework/testtools/lib/org.springframework.core-3.1.0.M2.jar"/> - <classpathentry kind="lib" path="framework/webapp/lib/DataVision-1.0.0.jar"/> <classpathentry kind="lib" path="framework/webapp/lib/ezmorph-0.9.1.jar"/> <classpathentry kind="lib" path="framework/webapp/lib/iText-2.1.7.jar"/> <classpathentry kind="lib" path="framework/webapp/lib/json-lib-2.2.3-jdk15.jar"/> Modified: ofbiz/trunk/LICENSE URL: http://svn.apache.org/viewvc/ofbiz/trunk/LICENSE?rev=1622979&r1=1622978&r2=1622979&view=diff ============================================================================== --- ofbiz/trunk/LICENSE (original) +++ ofbiz/trunk/LICENSE Sun Sep 7 06:43:41 2014 @@ -329,7 +329,6 @@ framework/images/webapp/images/date/time ========================================================================= The following libraries distributed with Apache OFBiz are licensed under the Apache Software License: -framework/webapp/lib/DataVision-1.0.0.jar framework/base/lib/ant/ant-contrib-1.0b3.jar ========================================================================= Apache Software License Modified: ofbiz/trunk/NOTICE URL: http://svn.apache.org/viewvc/ofbiz/trunk/NOTICE?rev=1622979&r1=1622978&r2=1622979&view=diff ============================================================================== --- ofbiz/trunk/NOTICE (original) +++ ofbiz/trunk/NOTICE Sun Sep 7 06:43:41 2014 @@ -245,44 +245,6 @@ This product includes software developed Douglas Crockford (http://www.crockford.com). ========================================================================= -== DataVision Notice == -========================================================================= - -Icons - -DataVision uses graphic images developed by Sun. The image files are copied -into DataVision.jar. - -Copyright 2000 by Sun Microsystems, Inc. All Rights Reserved. - -Sun grants you (``Licensee'') a non-exclusive, royalty free, license to use, -and redistribute this software graphics artwork, as individual graphics or -as a collection, as part of software code or programs that you develop, -provided that i) this copyright notice and license accompany the software -graphics artwork; and ii) you do not utilize the software graphics artwork -in a manner which is disparaging to Sun. Unless enforcement is prohibited -by applicable law, you may not modify the graphics, and must use them true -to color and unmodified in every way. - -This software graphics artwork is provided ``AS IS,'' without a warranty of -any kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND -WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR -A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN AND ITS -LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A -RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE GRAPHICS ARTWORK. - -IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, -PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL -OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF -LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE GRAPHICS -ARTWORK, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -If any of the above provisions are held to be in violation of applicable -law, void, or unenforceable in any jurisdiction, then such provisions are -waived to the extent necessary for this Disclaimer to be otherwise -enforceable in such jurisdiction. - -========================================================================= == CoolTips Notice == ========================================================================= This product includes software developed by Modified: ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml?rev=1622979&r1=1622978&r2=1622979&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml Sun Sep 7 06:43:41 2014 @@ -27,7 +27,6 @@ under the License. <description>WebTools Site Configuration File</description> <handler name="ftl" type="view" class="org.ofbiz.webapp.ftl.FreeMarkerViewHandler"/> - <handler name="datavision" type="view" class="org.ofbiz.webapp.view.DataVisionViewHandler"/> <!-- Events to run on every request before security (chains exempt) --> <!-- @@ -675,8 +674,6 @@ under the License. <view-map name="printStart" type="screen" page="component://webtools/widget/CommonScreens.xml#printStart"/> <view-map name="printDone" type="screen" page="component://webtools/widget/CommonScreens.xml#printDone"/> - <view-map name="UomReport" page="/UomReport.xml" type="datavision" info="Uom"/> - <view-map name="EntitySyncStatus" page="component://webtools/widget/EntitySyncScreens.xml#EntitySyncStatus" type="screen"/> <view-map name="EntitySQLProcessor" page="component://webtools/widget/EntityScreens.xml#EntitySQLProcessor" type="screen"/> <view-map name="ConnectionPoolStatus" page="component://webtools/widget/EntityScreens.xml#ConnectionPoolStatus" type="screen"/> Modified: ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/controller.xml?rev=1622979&r1=1622978&r2=1622979&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/controller.xml (original) +++ ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/controller.xml Sun Sep 7 06:43:41 2014 @@ -28,12 +28,6 @@ under the License. <description>BIRT Component Site Configuration File</description> <handler name="birt" type="view" class="org.ofbiz.birt.webapp.view.BirtViewHandler"/> - <!-- - These can be used to return the reports as views; make sure the classes are compiled and available - <handler name="datavision" type="view" class="org.ofbiz.webapp.view.DataVisionViewHandler"/> - <handler name="jasperreportspdf" type="view" class="org.ofbiz.webapp.view.JasperReportsPdfViewHandler"/> - <handler name="jasperreportsxml" type="view" class="org.ofbiz.webapp.view.JasperReportsXmlViewHandler"/> - --> <!-- Events to run on every request before security (chains exempt) --> <!-- Modified: ofbiz/trunk/specialpurpose/example/webapp/example/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/webapp/example/WEB-INF/controller.xml?rev=1622979&r1=1622978&r2=1622979&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/example/webapp/example/WEB-INF/controller.xml (original) +++ ofbiz/trunk/specialpurpose/example/webapp/example/WEB-INF/controller.xml Sun Sep 7 06:43:41 2014 @@ -28,13 +28,6 @@ under the License. <description>Example Component Site Configuration File</description> - <!-- - These can be used to return the reports as views; make sure the classes are compiled and available - <handler name="datavision" type="view" class="org.ofbiz.webapp.view.DataVisionViewHandler"/> - <handler name="jasperreportspdf" type="view" class="org.ofbiz.webapp.view.JasperReportsPdfViewHandler"/> - <handler name="jasperreportsxml" type="view" class="org.ofbiz.webapp.view.JasperReportsXmlViewHandler"/> - --> - <!-- Events to run on every request before security (chains exempt) --> <!-- <preprocessor> |
Free forum by Nabble | Edit this page |