You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by za...@apache.org on 2014/07/29 08:44:09 UTC

[1/5] git commit: add clean.bat

Repository: cordova-firefoxos
Updated Branches:
  refs/heads/master c5ec8d0bd -> 30665243a


add clean.bat


Project: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/commit/ed4076c5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/tree/ed4076c5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/diff/ed4076c5

Branch: refs/heads/master
Commit: ed4076c5d11169bbbd7c4e40778837a2cff47b86
Parents: 1cdee48
Author: Willy Aguirre <ma...@gmail.com>
Authored: Wed Jul 16 15:22:07 2014 -0500
Committer: Willy Aguirre <ma...@gmail.com>
Committed: Wed Jul 16 15:22:07 2014 -0500

----------------------------------------------------------------------
 bin/templates/project/cordova/clean.bat | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/ed4076c5/bin/templates/project/cordova/clean.bat
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/clean.bat b/bin/templates/project/cordova/clean.bat
new file mode 100644
index 0000000..3e54a01
--- /dev/null
+++ b/bin/templates/project/cordova/clean.bat
@@ -0,0 +1,18 @@
+:: 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.
+
+ECHO Cleaning Firefoxos project


[3/5] git commit: update clean.bat

Posted by za...@apache.org.
update clean.bat

Project: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/commit/cf158d89
Tree: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/tree/cf158d89
Diff: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/diff/cf158d89

Branch: refs/heads/master
Commit: cf158d8988bfcd6122b75b39759f32935ce8ba42
Parents: b0d8e63
Author: Willy Aguirre <ma...@gmail.com>
Authored: Tue Jul 22 16:28:51 2014 -0500
Committer: Willy Aguirre <ma...@gmail.com>
Committed: Tue Jul 22 16:28:51 2014 -0500

----------------------------------------------------------------------
 bin/templates/project/cordova/clean.bat | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/cf158d89/bin/templates/project/cordova/clean.bat
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/clean.bat b/bin/templates/project/cordova/clean.bat
index 33b01c8..95840a8 100644
--- a/bin/templates/project/cordova/clean.bat
+++ b/bin/templates/project/cordova/clean.bat
@@ -16,12 +16,12 @@
 :: under the License.
 
 @ECHO OFF
-SET script_path="%~dp0build"
+SET script_path="%~dp0clean"
 IF EXIST %script_path% (
-	RMDIR /S %script_path%
+	node %script_path% %*
 	ECHO Cleaning Firefoxos project
 ) ELSE (
 	ECHO.
-    ECHO ERROR: Could not find 'build' script in 'cordova' folder, aborting...>&2
-    EXIT /B 1
+    	ECHO ERROR: Could not find 'clean' script in 'cordova' folder, aborting...>&2
+    	EXIT /B 1
 )	


[5/5] git commit: Merge remote-tracking branch 'marti/master'

Posted by za...@apache.org.
Merge remote-tracking branch 'marti/master'


Project: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/commit/30665243
Tree: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/tree/30665243
Diff: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/diff/30665243

Branch: refs/heads/master
Commit: 30665243aefdf10f2f562452f218338619fa9e0d
Parents: c5ec8d0 6ad6b1a
Author: Piotr Zalewa <pi...@zalewa.info>
Authored: Tue Jul 29 08:43:43 2014 +0200
Committer: Piotr Zalewa <pi...@zalewa.info>
Committed: Tue Jul 29 08:43:43 2014 +0200

----------------------------------------------------------------------
 bin/templates/project/cordova/clean.bat | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
----------------------------------------------------------------------



[2/5] git commit: update clean.bat

Posted by za...@apache.org.
update clean.bat


Project: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/commit/b0d8e635
Tree: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/tree/b0d8e635
Diff: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/diff/b0d8e635

Branch: refs/heads/master
Commit: b0d8e635f4f43d39599d27f78ce1fcd10ddb0baf
Parents: ed4076c
Author: Willy Aguirre <ma...@gmail.com>
Authored: Wed Jul 16 16:00:15 2014 -0500
Committer: Willy Aguirre <ma...@gmail.com>
Committed: Wed Jul 16 16:00:15 2014 -0500

----------------------------------------------------------------------
 bin/templates/project/cordova/clean.bat | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/b0d8e635/bin/templates/project/cordova/clean.bat
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/clean.bat b/bin/templates/project/cordova/clean.bat
index 3e54a01..33b01c8 100644
--- a/bin/templates/project/cordova/clean.bat
+++ b/bin/templates/project/cordova/clean.bat
@@ -15,4 +15,13 @@
 :: specific language governing permissions and limitations
 :: under the License.
 
-ECHO Cleaning Firefoxos project
+@ECHO OFF
+SET script_path="%~dp0build"
+IF EXIST %script_path% (
+	RMDIR /S %script_path%
+	ECHO Cleaning Firefoxos project
+) ELSE (
+	ECHO.
+    ECHO ERROR: Could not find 'build' script in 'cordova' folder, aborting...>&2
+    EXIT /B 1
+)	


[4/5] git commit: remove echo

Posted by za...@apache.org.
remove echo


Project: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/commit/6ad6b1af
Tree: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/tree/6ad6b1af
Diff: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/diff/6ad6b1af

Branch: refs/heads/master
Commit: 6ad6b1aff76528faa2b17feeeda4d3d3c2b7d2b7
Parents: cf158d8
Author: Willy Aguirre <ma...@gmail.com>
Authored: Mon Jul 28 17:57:17 2014 -0500
Committer: Willy Aguirre <ma...@gmail.com>
Committed: Mon Jul 28 17:57:17 2014 -0500

----------------------------------------------------------------------
 bin/templates/project/cordova/clean.bat | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/6ad6b1af/bin/templates/project/cordova/clean.bat
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/clean.bat b/bin/templates/project/cordova/clean.bat
index 95840a8..f7f898f 100644
--- a/bin/templates/project/cordova/clean.bat
+++ b/bin/templates/project/cordova/clean.bat
@@ -19,9 +19,8 @@
 SET script_path="%~dp0clean"
 IF EXIST %script_path% (
 	node %script_path% %*
-	ECHO Cleaning Firefoxos project
 ) ELSE (
 	ECHO.
-    	ECHO ERROR: Could not find 'clean' script in 'cordova' folder, aborting...>&2
-    	EXIT /B 1
+    ECHO ERROR: Could not find 'clean' script in 'cordova' folder, aborting...>&2
+    EXIT /B 1
 )