diff options
author | nandika | 2010-08-19 08:02:26 +0000 |
---|---|---|
committer | nandika | 2010-08-19 08:02:26 +0000 |
commit | dfc2c1d4f1bdd8ba67f91f951e7915a6d8e595e8 (patch) | |
tree | 4f24f7fc1c6178d3b5b4115c8b60faec14542f19 /build | |
parent | 04699f5c967a13bdd15e38f2c223691ff16e6911 (diff) | |
download | axis2c-dfc2c1d4f1bdd8ba67f91f951e7915a6d8e595e8.tar.gz axis2c-dfc2c1d4f1bdd8ba67f91f951e7915a6d8e595e8.tar.bz2 |
echo off added to bat files
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@987060 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/axis2_env.bat | 1 | ||||
-rw-r--r-- | build/win32/bindist.bat | 1 | ||||
-rw-r--r-- | build/win32/build.bat | 1 | ||||
-rw-r--r-- | build/win32/clean.bat | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/build/win32/axis2_env.bat b/build/win32/axis2_env.bat index 81623ac..a51d383 100644 --- a/build/win32/axis2_env.bat +++ b/build/win32/axis2_env.bat @@ -1,3 +1,4 @@ +@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.
diff --git a/build/win32/bindist.bat b/build/win32/bindist.bat index 94b6419..a74b4cf 100644 --- a/build/win32/bindist.bat +++ b/build/win32/bindist.bat @@ -1,3 +1,4 @@ +@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.
diff --git a/build/win32/build.bat b/build/win32/build.bat index 0694eb8..be81b5c 100644 --- a/build/win32/build.bat +++ b/build/win32/build.bat @@ -1,3 +1,4 @@ +@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.
diff --git a/build/win32/clean.bat b/build/win32/clean.bat index 5417eaa..df64b49 100644 --- a/build/win32/clean.bat +++ b/build/win32/clean.bat @@ -1,3 +1,4 @@ +@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.
|