Author: jacopoc
Date: Mon Mar 10 09:29:20 2014 New Revision: 1575875 URL: http://svn.apache.org/r1575875 Log: Added missing index.jsp files required to enable redirection to control/main for the webapplications overriden by specialpurpose components; this fixes the issues reported in the mailing list by Deepak Dixit and by Vyom Jain. Added: ofbiz/trunk/specialpurpose/birt/webapp/accounting/index.jsp (with props) ofbiz/trunk/specialpurpose/birt/webapp/facility/index.jsp (with props) ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/index.jsp (with props) Added: ofbiz/trunk/specialpurpose/birt/webapp/accounting/index.jsp URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/webapp/accounting/index.jsp?rev=1575875&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/birt/webapp/accounting/index.jsp (added) +++ ofbiz/trunk/specialpurpose/birt/webapp/accounting/index.jsp Mon Mar 10 09:29:20 2014 @@ -0,0 +1,19 @@ +<%-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--%> +<%response.sendRedirect("control/main");%> Propchange: ofbiz/trunk/specialpurpose/birt/webapp/accounting/index.jsp ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/birt/webapp/accounting/index.jsp ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/specialpurpose/birt/webapp/accounting/index.jsp ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/trunk/specialpurpose/birt/webapp/facility/index.jsp URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/webapp/facility/index.jsp?rev=1575875&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/birt/webapp/facility/index.jsp (added) +++ ofbiz/trunk/specialpurpose/birt/webapp/facility/index.jsp Mon Mar 10 09:29:20 2014 @@ -0,0 +1,19 @@ +<%-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--%> +<%response.sendRedirect("control/main");%> Propchange: ofbiz/trunk/specialpurpose/birt/webapp/facility/index.jsp ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/birt/webapp/facility/index.jsp ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/specialpurpose/birt/webapp/facility/index.jsp ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/index.jsp URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/index.jsp?rev=1575875&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/index.jsp (added) +++ ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/index.jsp Mon Mar 10 09:29:20 2014 @@ -0,0 +1,19 @@ +<%-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--%> +<%response.sendRedirect("control/main");%> Propchange: ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/index.jsp ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/index.jsp ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/index.jsp ------------------------------------------------------------------------------ svn:mime-type = text/plain |
Free forum by Nabble | Edit this page |