Author: jonesde
Date: Fri Sep 29 01:35:58 2006
New Revision: 451162

URL: http://svn.apache.org/viewvc?view=rev&rev=451162
Log:
Added AL2 header, these are templates I created based on the weblogic startup 
scripts which are meant for changing and reuse, including in this way

Modified:
    
incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/startOFBizServer.cmd
    
incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/startOFBizServer.sh

Modified: 
incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/startOFBizServer.cmd
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/startOFBizServer.cmd?view=diff&rev=451162&r1=451161&r2=451162
==============================================================================
--- 
incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/startOFBizServer.cmd
 (original)
+++ 
incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/startOFBizServer.cmd
 Fri Sep 29 01:35:58 2006
@@ -1,6 +1,19 @@
[EMAIL PROTECTED] 
####################################################################
[EMAIL PROTECTED] Copyright 2001-2006 The Apache Software Foundation
[EMAIL PROTECTED]
[EMAIL PROTECTED] Licensed under the Apache License, Version 2.0 (the 
"License"); you may not
[EMAIL PROTECTED] use this file except in compliance with the License. You may 
obtain a copy of
[EMAIL PROTECTED] the License at
[EMAIL PROTECTED]
[EMAIL PROTECTED] http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED] Unless required by applicable law or agreed to in writing, 
software
[EMAIL PROTECTED] distributed under the License is distributed on an "AS IS" 
BASIS, WITHOUT
[EMAIL PROTECTED] WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied. See the
[EMAIL PROTECTED] License for the specific language governing permissions and 
limitations
[EMAIL PROTECTED] under the License.
 @rem *************************************************************************
[EMAIL PROTECTED] This script is used to start WebLogic Server for the purpose 
of running 
[EMAIL PROTECTED] the code examples. 
[EMAIL PROTECTED] This script is used to start WebLogic Server.
 @rem
 @rem To create your own start script for your domain, you can initialize the 
 @rem environment by calling %WL_HOME%/common/bin/commEnv.cmd. 

Modified: 
incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/startOFBizServer.sh
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/startOFBizServer.sh?view=diff&rev=451162&r1=451161&r2=451162
==============================================================================
--- 
incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/startOFBizServer.sh
 (original)
+++ 
incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/startOFBizServer.sh
 Fri Sep 29 01:35:58 2006
@@ -1,7 +1,20 @@
 #!/bin/sh
+#####################################################################
+# 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.
 # ****************************************************************************
-# This script is used to start WebLogic Server for the purpose of running 
-# the code examples.  
+# This script is used to start WebLogic Server.
 #
 # To create your own start script for your domain, you can initialize the 
 # environment by calling $WL_HOME/common/bin/commEnv.sh. It sets following


Reply via email to