Updated Branches: refs/heads/engineCheck 3fd83875d -> 818107e80
[CB-4036] - forgot to add test file Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/818107e8 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/818107e8 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/818107e8 Branch: refs/heads/engineCheck Commit: 818107e8058e61f8cecd37be97251c1aa01edd25 Parents: 3fd8387 Author: Tim Kim <[email protected]> Authored: Mon Aug 26 16:32:44 2013 -0700 Committer: Tim Kim <[email protected]> Committed: Mon Aug 26 16:32:44 2013 -0700 ---------------------------------------------------------------------- spec/plugins/EnginePlugin/megaBoringVersion | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/818107e8/spec/plugins/EnginePlugin/megaBoringVersion ---------------------------------------------------------------------- diff --git a/spec/plugins/EnginePlugin/megaBoringVersion b/spec/plugins/EnginePlugin/megaBoringVersion new file mode 100755 index 0000000..cbf7911 --- /dev/null +++ b/spec/plugins/EnginePlugin/megaBoringVersion @@ -0,0 +1,23 @@ +#! /bin/sh + +# +# 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 4.0.0 +exit 0 \ No newline at end of file
