You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2010/06/07 22:13:48 UTC

svn commit: r952407 - in /qpid/trunk/qpid/java: broker/bin/ common/bin/

Author: robbie
Date: Mon Jun  7 20:13:47 2010
New Revision: 952407

URL: http://svn.apache.org/viewvc?rev=952407&view=rev
Log:
QPID-2634: set/correct broker+common script line ending properties depending on targeted platform

Modified:
    qpid/trunk/qpid/java/broker/bin/create-example-ssl-stores.bat   (props changed)
    qpid/trunk/qpid/java/broker/bin/create-example-ssl-stores.sh   (props changed)
    qpid/trunk/qpid/java/broker/bin/msTool.sh   (props changed)
    qpid/trunk/qpid/java/broker/bin/qpid-passwd   (props changed)
    qpid/trunk/qpid/java/broker/bin/qpid-server   (props changed)
    qpid/trunk/qpid/java/broker/bin/qpid-server-bdb.bat   (props changed)
    qpid/trunk/qpid/java/broker/bin/qpid.start   (contents, props changed)
    qpid/trunk/qpid/java/broker/bin/qpid.stop   (props changed)
    qpid/trunk/qpid/java/broker/bin/qpid.stopall   (props changed)
    qpid/trunk/qpid/java/common/bin/qpid-jaddr   (props changed)
    qpid/trunk/qpid/java/common/bin/qpid-run   (props changed)

Propchange: qpid/trunk/qpid/java/broker/bin/create-example-ssl-stores.bat
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: qpid/trunk/qpid/java/broker/bin/create-example-ssl-stores.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: qpid/trunk/qpid/java/broker/bin/msTool.sh
------------------------------------------------------------------------------
--- svn:eol-style (original)
+++ svn:eol-style Mon Jun  7 20:13:47 2010
@@ -1 +1 @@
-native
+LF

Propchange: qpid/trunk/qpid/java/broker/bin/qpid-passwd
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: qpid/trunk/qpid/java/broker/bin/qpid-server
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: qpid/trunk/qpid/java/broker/bin/qpid-server-bdb.bat
            ('svn:executable' removed)

Modified: qpid/trunk/qpid/java/broker/bin/qpid.start
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker/bin/qpid.start?rev=952407&r1=952406&r2=952407&view=diff
==============================================================================
--- qpid/trunk/qpid/java/broker/bin/qpid.start (original)
+++ qpid/trunk/qpid/java/broker/bin/qpid.start Mon Jun  7 20:13:47 2010
@@ -1,21 +1,21 @@
-#!/bin/bash
-#
-# 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.
-#
-
+#!/bin/bash
+#
+# 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.
+#
+
 exec qpid-server -run:debug "$@"
\ No newline at end of file

Propchange: qpid/trunk/qpid/java/broker/bin/qpid.start
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: qpid/trunk/qpid/java/broker/bin/qpid.stop
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: qpid/trunk/qpid/java/broker/bin/qpid.stopall
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: qpid/trunk/qpid/java/common/bin/qpid-jaddr
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: qpid/trunk/qpid/java/common/bin/qpid-run
------------------------------------------------------------------------------
--- svn:eol-style (original)
+++ svn:eol-style Mon Jun  7 20:13:47 2010
@@ -1 +1 @@
-native
+LF



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org