You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by at...@apache.org on 2011/06/16 23:00:41 UTC

svn commit: r1136677 - /incubator/rave/trunk/rave-portal/src/main/dist/bin/setenv.bat

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