Repository: incubator-reef Updated Branches: refs/heads/branch-0.11.0-incubating bbb7704ee -> 6ccfcb767
update git attributes and get run.cmd Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/6ccfcb76 Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/6ccfcb76 Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/6ccfcb76 Branch: refs/heads/branch-0.11.0-incubating Commit: 6ccfcb767834be32ea2e2f04c3dd2dc438fc5434 Parents: bbb7704 Author: Julia Wang <[email protected]> Authored: Mon May 11 19:49:19 2015 -0700 Committer: Julia Wang <[email protected]> Committed: Mon May 11 19:49:19 2015 -0700 ---------------------------------------------------------------------- .gitattributes | 21 +++++++++++++++++++++ lang/cs/Org.Apache.REEF.Client/run.cmd | 27 +++++++++++++++++++++++---- 2 files changed, 44 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/6ccfcb76/.gitattributes ---------------------------------------------------------------------- diff --git a/.gitattributes b/.gitattributes index a42f0a4..fa96ba0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,25 @@ # Commit text files using LF endings *.java text eol=lf whitespace=trailing-space,space-before-tab,tab-in-indent,blank-at-eof *.sh text eol=lf +*.js text eol=lf +site.xml text eol=lf +*.apt text eol=lf +DISCLAIMER text eol=lf +HEADER text eol=lf +LICENSE text eol=lf +NOTICE text eol=lf +*.md text eol=lf +pom.xml text eol=lf +*.h text eol=crlf +*.cpp text eol=crlf +*.rc text eol=crlf +*.vcproj text eol=crlf +*.csproj text eol=crlf +*.bat text eol=crlf +*.cs text eol=crlf +*.cmd text eol=crlf +*.ps1 text eol=crlf +*.psm1 eol=crlf +*.png binary +*.jpg binary * text=auto http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/6ccfcb76/lang/cs/Org.Apache.REEF.Client/run.cmd ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Client/run.cmd b/lang/cs/Org.Apache.REEF.Client/run.cmd index 0bac112..a949c45 100644 --- a/lang/cs/Org.Apache.REEF.Client/run.cmd +++ b/lang/cs/Org.Apache.REEF.Client/run.cmd @@ -1,3 +1,22 @@ +@REM +@REM Licensed to the Apache Software Foundation (ASF) under one +@REM or more contributor license agreements. See the NOTICE file +@REM distributed with this work for additional information +@REM regarding copyright ownership. The ASF licenses this file +@REM to you under the Apache License, Version 2.0 (the +@REM "License"); you may not use this file except in compliance +@REM with 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, +@REM software distributed under the License is distributed on an +@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +@REM KIND, either express or implied. See the License for the +@REM specific language governing permissions and limitations +@REM under the License. +@REM + @echo off :: :: Licensed to the Apache Software Foundation (ASF) under one @@ -7,16 +26,16 @@ :: 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. -:: +:: :: RUNTIME set SHADED_JAR=.\reef-bridge-java-0.11.0-incubating-shaded.jar @@ -28,4 +47,4 @@ set CLASSPATH=%HADOOP_HOME%\share\hadoop\hdfs\lib\*;%HADOOP_HOME%\share\hadoop\h set CMD=%JAVA_HOME%\bin\java.exe -cp %HADOOP_HOME%\etc\hadoop;%SHADED_JAR%;%CLASSPATH% %LOGGING_CONFIG% %* ::%LOGGING_CONFIG% echo %CMD% -%CMD% \ No newline at end of file +%CMD%
