svn commit: r424208 - in /incubator/ofbiz/trunk: ant ant.bat ij.ofbiz rc.ofbiz startofbiz.bat startofbiz.sh stopofbiz.sh

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r424208 - in /incubator/ofbiz/trunk: ant ant.bat ij.ofbiz rc.ofbiz startofbiz.bat startofbiz.sh stopofbiz.sh

jacopoc
Author: jacopoc
Date: Fri Jul 21 00:02:43 2006
New Revision: 424208

URL: http://svn.apache.org/viewvc?rev=424208&view=rev
Log:
Added ASL2.0 to start scripts.

Modified:
    incubator/ofbiz/trunk/ant
    incubator/ofbiz/trunk/ant.bat
    incubator/ofbiz/trunk/ij.ofbiz
    incubator/ofbiz/trunk/rc.ofbiz
    incubator/ofbiz/trunk/startofbiz.bat
    incubator/ofbiz/trunk/startofbiz.sh
    incubator/ofbiz/trunk/stopofbiz.sh

Modified: incubator/ofbiz/trunk/ant
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/ant?rev=424208&r1=424207&r2=424208&view=diff
==============================================================================
--- incubator/ofbiz/trunk/ant (original)
+++ incubator/ofbiz/trunk/ant Fri Jul 21 00:02:43 2006
@@ -1,4 +1,19 @@
 #!/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.
+#####################################################################
 
 # location of java executable
 if [ -f "$JAVA_HOME/bin/java" ]; then

Modified: incubator/ofbiz/trunk/ant.bat
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/ant.bat?rev=424208&r1=424207&r2=424208&view=diff
==============================================================================
--- incubator/ofbiz/trunk/ant.bat (original)
+++ incubator/ofbiz/trunk/ant.bat Fri Jul 21 00:02:43 2006
@@ -1,3 +1,20 @@
-
-"%JAVA_HOME%\bin\java" -jar framework/base/lib/ant-launcher.jar %1 %2 %3 %4 %5 %6
-
+ECHO OFF
+REM #####################################################################
+REM # Copyright 2001-2006 The Apache Software Foundation
+REM #
+REM # Licensed under the Apache License, Version 2.0 (the "License"); you may not
+REM # use this file except in compliance with the License. You may obtain a copy of
+REM # the License at
+REM #
+REM # http://www.apache.org/licenses/LICENSE-2.0
+REM #
+REM # Unless required by applicable law or agreed to in writing, software
+REM # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+REM # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+REM # License for the specific language governing permissions and limitations
+REM # under the License.
+REM #####################################################################
+ECHO ON
+
+"%JAVA_HOME%\bin\java" -jar framework/base/lib/ant-launcher.jar %1 %2 %3 %4 %5 %6
+

Modified: incubator/ofbiz/trunk/ij.ofbiz
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/ij.ofbiz?rev=424208&r1=424207&r2=424208&view=diff
==============================================================================
--- incubator/ofbiz/trunk/ij.ofbiz (original)
+++ incubator/ofbiz/trunk/ij.ofbiz Fri Jul 21 00:02:43 2006
@@ -1,4 +1,19 @@
 #!/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.
+#####################################################################
 
 # Properties
 HM='-Dderby.system.home=data/derby'

Modified: incubator/ofbiz/trunk/rc.ofbiz
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/rc.ofbiz?rev=424208&r1=424207&r2=424208&view=diff
==============================================================================
--- incubator/ofbiz/trunk/rc.ofbiz (original)
+++ incubator/ofbiz/trunk/rc.ofbiz Fri Jul 21 00:02:43 2006
@@ -1,4 +1,19 @@
 #!/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.
+#####################################################################
 #
 # ofbiz        This shell script takes care of starting and stopping
 #              the OFBiz subsystem

Modified: incubator/ofbiz/trunk/startofbiz.bat
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/startofbiz.bat?rev=424208&r1=424207&r2=424208&view=diff
==============================================================================
--- incubator/ofbiz/trunk/startofbiz.bat (original)
+++ incubator/ofbiz/trunk/startofbiz.bat Fri Jul 21 00:02:43 2006
@@ -1,6 +1,23 @@
-
-"%JAVA_HOME%\bin\java" -Xms256M -Xmx512M -jar ofbiz.jar > framework\logs\console.log
-
-REM This one is for more of a debugging mode
-REM "%JAVA_HOME%\bin\java" -Xms256M -Xmx512M -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -jar ofbiz.jar > framework\logs\console.log
-
+ECHO OFF
+REM #####################################################################
+REM # Copyright 2001-2006 The Apache Software Foundation
+REM #
+REM # Licensed under the Apache License, Version 2.0 (the "License"); you may not
+REM # use this file except in compliance with the License. You may obtain a copy of
+REM # the License at
+REM #
+REM # http://www.apache.org/licenses/LICENSE-2.0
+REM #
+REM # Unless required by applicable law or agreed to in writing, software
+REM # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+REM # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+REM # License for the specific language governing permissions and limitations
+REM # under the License.
+REM #####################################################################
+ECHO ON
+
+"%JAVA_HOME%\bin\java" -Xms256M -Xmx512M -jar ofbiz.jar > framework\logs\console.log
+
+REM This one is for more of a debugging mode
+REM "%JAVA_HOME%\bin\java" -Xms256M -Xmx512M -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -jar ofbiz.jar > framework\logs\console.log
+

Modified: incubator/ofbiz/trunk/startofbiz.sh
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/startofbiz.sh?rev=424208&r1=424207&r2=424208&view=diff
==============================================================================
--- incubator/ofbiz/trunk/startofbiz.sh (original)
+++ incubator/ofbiz/trunk/startofbiz.sh Fri Jul 21 00:02:43 2006
@@ -1,7 +1,19 @@
 #!/bin/sh
-####
-# $Id: startofbiz.sh 7923 2006-07-01 17:37:19Z 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.
+#####################################################################
 
 # shutdown settings
 ADMIN_PORT=10523

Modified: incubator/ofbiz/trunk/stopofbiz.sh
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/stopofbiz.sh?rev=424208&r1=424207&r2=424208&view=diff
==============================================================================
--- incubator/ofbiz/trunk/stopofbiz.sh (original)
+++ incubator/ofbiz/trunk/stopofbiz.sh Fri Jul 21 00:02:43 2006
@@ -1,6 +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.
+#####################################################################
 ####
-# $Id: stopofbiz.sh 5952 2005-10-13 09:52:25Z jonesde $
 # ofbiz.admin.key and ofbiz.admin.port must match that which OFBIZ was started with
 ####