Return-Path: X-Original-To: apmail-incubator-rave-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-rave-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CAAA46F59 for ; Thu, 16 Jun 2011 21:24:05 +0000 (UTC) Received: (qmail 73846 invoked by uid 500); 16 Jun 2011 21:01:14 -0000 Delivered-To: apmail-incubator-rave-commits-archive@incubator.apache.org Received: (qmail 73739 invoked by uid 500); 16 Jun 2011 21:01:13 -0000 Mailing-List: contact rave-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: rave-dev@incubator.apache.org Delivered-To: mailing list rave-commits@incubator.apache.org Received: (qmail 73596 invoked by uid 99); 16 Jun 2011 21:01:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 21:01:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 21:01:02 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 080D823889E7; Thu, 16 Jun 2011 21:00:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1136677 - /incubator/rave/trunk/rave-portal/src/main/dist/bin/setenv.bat Date: Thu, 16 Jun 2011 21:00:41 -0000 To: rave-commits@incubator.apache.org From: ate@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110616210042.080D823889E7@eris.apache.org> Author: ate Date: Thu Jun 16 21:00:41 2011 New Revision: 1136677 URL: http://svn.apache.org/viewvc?rev=1136677&view=rev Log: RAVE-59: Create automation for building of demo package See: http://issues.apache.org/jira/browse/RAVE-59 - fixing setenv.bat for Tomcat (Windows eol-style CRLF and no surrounding quotes) Modified: incubator/rave/trunk/rave-portal/src/main/dist/bin/setenv.bat (contents, props changed) Modified: incubator/rave/trunk/rave-portal/src/main/dist/bin/setenv.bat URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-portal/src/main/dist/bin/setenv.bat?rev=1136677&r1=1136676&r2=1136677&view=diff ============================================================================== --- incubator/rave/trunk/rave-portal/src/main/dist/bin/setenv.bat (original) +++ incubator/rave/trunk/rave-portal/src/main/dist/bin/setenv.bat Thu Jun 16 21:00:41 2011 @@ -1,16 +1,16 @@ -@echo off -rem Licensed to the Apache Software Foundation (ASF) under one or more -rem contributor license agreements. See the NOTICE file distributed with -rem this work for additional information regarding copyright ownership. -rem The ASF licenses this file to You under the Apache License, Version 2.0 -rem (the "License"); you may not use this file except in compliance with -rem the License. You may obtain a copy of 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, -rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -rem See the License for the specific language governing permissions and -rem limitations under the License. -set JAVA_OPTS="%JAVA_OPTS% -Xmx512m -XX:MaxPermSize=128m" \ No newline at end of file +@echo off +rem Licensed to the Apache Software Foundation (ASF) under one or more +rem contributor license agreements. See the NOTICE file distributed with +rem this work for additional information regarding copyright ownership. +rem The ASF licenses this file to You under the Apache License, Version 2.0 +rem (the "License"); you may not use this file except in compliance with +rem the License. You may obtain a copy of 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, +rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem See the License for the specific language governing permissions and +rem limitations under the License. +set JAVA_OPTS=%JAVA_OPTS% -Xmx512m -XX:MaxPermSize=128m Propchange: incubator/rave/trunk/rave-portal/src/main/dist/bin/setenv.bat ------------------------------------------------------------------------------ --- svn:eol-style (original) +++ svn:eol-style Thu Jun 16 21:00:41 2011 @@ -1 +1 @@ -native +CRLF