Author: jacopoc
Date: Sun Jul 16 02:32:12 2006 New Revision: 422418 URL: http://svn.apache.org/viewvc?rev=422418&view=rev Log: Conversion from MIT to ASL2.0 for the files of the appserver component. Many thanks to Ashish Vijaywargiya for the patch (Apache OFBIZ-87). Modified: incubator/ofbiz/trunk/framework/appserver/build.xml incubator/ofbiz/trunk/framework/appserver/config/ofbiz-containers.xml incubator/ofbiz/trunk/framework/appserver/ofbiz-component.xml incubator/ofbiz/trunk/framework/appserver/templates/orion202/ofbiz-application.xml incubator/ofbiz/trunk/framework/appserver/templates/orion202/ofbiz-http-site.xml incubator/ofbiz/trunk/framework/appserver/templates/orion202/server.xml incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/config.xml Modified: incubator/ofbiz/trunk/framework/appserver/build.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/appserver/build.xml?rev=422418&r1=422417&r2=422418&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/appserver/build.xml (original) +++ incubator/ofbiz/trunk/framework/appserver/build.xml Sun Jul 16 02:32:12 2006 @@ -1,27 +1,19 @@ <?xml version="1.0"?> <!-- - * Copyright (c) 2001 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS 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. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - * This is the Open for Business AppServers Build Script. - * $Id: build.xml 7900 2006-06-29 05:03:20Z jonesde $ + +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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. --> <project name="OFBiz - AppServers" default="jar" basedir="."> Modified: incubator/ofbiz/trunk/framework/appserver/config/ofbiz-containers.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/appserver/config/ofbiz-containers.xml?rev=422418&r1=422417&r2=422418&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/appserver/config/ofbiz-containers.xml (original) +++ incubator/ofbiz/trunk/framework/appserver/config/ofbiz-containers.xml Sun Jul 16 02:32:12 2006 @@ -1,27 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - * Copyright (c) 2003-2005 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS 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. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * OFBiz Containers - * $Id: ofbiz-containers.xml 5462 2005-08-05 18:35:48Z jonesde $ +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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. --> <ofbiz-containers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Modified: incubator/ofbiz/trunk/framework/appserver/ofbiz-component.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/appserver/ofbiz-component.xml?rev=422418&r1=422417&r2=422418&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/appserver/ofbiz-component.xml (original) +++ incubator/ofbiz/trunk/framework/appserver/ofbiz-component.xml Sun Jul 16 02:32:12 2006 @@ -1,25 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - * Copyright (c) 2003-2005 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS 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. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * $Id: ofbiz-component.xml 5462 2005-08-05 18:35:48Z jonesde $ + +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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. --> <ofbiz-component name="appservers" Modified: incubator/ofbiz/trunk/framework/appserver/templates/orion202/ofbiz-application.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/appserver/templates/orion202/ofbiz-application.xml?rev=422418&r1=422417&r2=422418&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/appserver/templates/orion202/ofbiz-application.xml (original) +++ incubator/ofbiz/trunk/framework/appserver/templates/orion202/ofbiz-application.xml Sun Jul 16 02:32:12 2006 @@ -1,5 +1,21 @@ <?xml version="1.0"?> <!DOCTYPE orion-application PUBLIC "-//Evermind//DTD J2EE Application runtime 1.2//EN" "http://www.orionserver.com/dtds/orion-application.dtd"> +<!-- + +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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. +--> <!-- The global application config that is the parent of all the other applications in this server. --> Modified: incubator/ofbiz/trunk/framework/appserver/templates/orion202/ofbiz-http-site.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/appserver/templates/orion202/ofbiz-http-site.xml?rev=422418&r1=422417&r2=422418&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/appserver/templates/orion202/ofbiz-http-site.xml (original) +++ incubator/ofbiz/trunk/framework/appserver/templates/orion202/ofbiz-http-site.xml Sun Jul 16 02:32:12 2006 @@ -1,5 +1,22 @@ <?xml version="1.0"?> <!DOCTYPE web-site PUBLIC "Orion Web-site" "http://www.orionserver.com/dtds/web-site.dtd"> +<!-- + +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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. +--> + <web-site host="[ALL]" port="8080" display-name="OFBiz HTTP WebSite"> <!-- The default web-app for this site, bound to the root --> Modified: incubator/ofbiz/trunk/framework/appserver/templates/orion202/server.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/appserver/templates/orion202/server.xml?rev=422418&r1=422417&r2=422418&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/appserver/templates/orion202/server.xml (original) +++ incubator/ofbiz/trunk/framework/appserver/templates/orion202/server.xml Sun Jul 16 02:32:12 2006 @@ -1,5 +1,21 @@ <?xml version="1.0"?> <!DOCTYPE application-server PUBLIC "Orion Application Server Config" "http://www.orionserver.com/dtds/application-server.dtd"> +<!-- + +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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. +--> <application-server application-directory="../applications" Modified: incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/config.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/config.xml?rev=422418&r1=422417&r2=422418&view=diff ============================================================================== --- incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/config.xml (original) +++ incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/config.xml Sun Jul 16 02:32:12 2006 @@ -1,4 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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. +--> + <Domain ConfigurationVersion="8.1.2.0" Name="examples"> <Server COMEnabled="true" ConsoleInputEnabled="false" JavaCompiler="javac" ListenAddress="" ListenPort="7001" |
Free forum by Nabble | Edit this page |