svn commit: r422417 [4/4] - in /incubator/ofbiz/trunk/framework/base: ./ config/ dtd/ src/base/org/ofbiz/base/component/ src/base/org/ofbiz/base/config/ src/base/org/ofbiz/base/container/ src/base/org/ofbiz/base/crypto/ src/base/org/ofbiz/base/location...

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

svn commit: r422417 [4/4] - in /incubator/ofbiz/trunk/framework/base: ./ config/ dtd/ src/base/org/ofbiz/base/component/ src/base/org/ofbiz/base/config/ src/base/org/ofbiz/base/container/ src/base/org/ofbiz/base/crypto/ src/base/org/ofbiz/base/location...

jacopoc
Modified: incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/StartupLoader.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/StartupLoader.java?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/StartupLoader.java (original)
+++ incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/StartupLoader.java Sun Jul 16 02:30:14 2006
@@ -1,26 +1,17 @@
 /*
- * $Id: StartupLoader.java 5462 2005-08-05 18:35:48Z jonesde $
- *
- * Copyright (c) 2003 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.
- *
+ * 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.
  */
 package org.ofbiz.base.start;
 

Modified: incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/install.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/install.properties?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/install.properties (original)
+++ incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/install.properties Sun Jul 16 02:30:14 2006
@@ -1,6 +1,20 @@
+#####################################################################
+# 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 Startup Application Settings
-# $Id: install.properties 7900 2006-06-29 05:03:20Z jonesde $
 ####
 
 # --- Java LIB tools.jar is not required
@@ -41,4 +55,3 @@
 
 # --- Tells AWT (i.e. JasperReports/FOP/etc) to not require a head (X11)
 java.awt.headless=true
-

Modified: incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/jetty.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/jetty.properties?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/jetty.properties (original)
+++ incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/jetty.properties Sun Jul 16 02:30:14 2006
@@ -1,6 +1,20 @@
+#####################################################################
+# 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 Startup Application Settings
-# $Id: start.properties 3935 2004-11-16 16:40:44Z jaz $
 ####
 
 # --- By default we will locate the file using the java.home set by java (executable)

Modified: incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/pos.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/pos.properties?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/pos.properties (original)
+++ incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/pos.properties Sun Jul 16 02:30:14 2006
@@ -1,6 +1,20 @@
+#####################################################################
+# 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 Startup Application Settings
-# $Id: pos.properties 7900 2006-06-29 05:03:20Z jonesde $
 ####
 
 # --- Java LIB tools.jar is not required

Modified: incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/rmi.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/rmi.properties?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/rmi.properties (original)
+++ incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/rmi.properties Sun Jul 16 02:30:14 2006
@@ -1,6 +1,20 @@
+#####################################################################
+# 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 Startup Application Settings
-# $Id: start.properties 3653 2004-10-12 16:40:10Z jaz $
 ####
 
 # --- By default we will locate the file using the java.home set by java (executable)

Modified: incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/setup.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/setup.properties?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/setup.properties (original)
+++ incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/setup.properties Sun Jul 16 02:30:14 2006
@@ -1,6 +1,20 @@
+#####################################################################
+# 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 Startup Application Settings
-# $Id: setup.properties 7900 2006-06-29 05:03:20Z jonesde $
 ####
 
 # --- Java LIB tools.jar is not required

Modified: incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/start.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/start.properties?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/start.properties (original)
+++ incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/start.properties Sun Jul 16 02:30:14 2006
@@ -1,6 +1,20 @@
+#####################################################################
+# 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 Startup Application Settings
-# $Id: start.properties 7900 2006-06-29 05:03:20Z jonesde $
 ####
 
 # --- By default we will locate the file using the java.home set by java (executable)

Modified: incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/test.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/test.properties?rev=422417&r1=422416&r2=422417&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/test.properties (original)
+++ incubator/ofbiz/trunk/framework/base/src/start/org/ofbiz/base/start/test.properties Sun Jul 16 02:30:14 2006
@@ -1,6 +1,20 @@
+#####################################################################
+# 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 Startup Application Settings
-# $Id: test.properties 7900 2006-06-29 05:03:20Z jonesde $
 ####
 
 # --- Java LIB tools.jar is not required
@@ -40,4 +54,4 @@
 #log4j.configuration=file:/c:/work/ofbiz/config/debug.properties
 
 # --- Tells AWT (i.e. JasperReports/FOP/etc) to not require a head (X11)
-java.awt.headless=true
\ No newline at end of file
+java.awt.headless=true