[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/6e76e3a5 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/6e76e3a5 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/6e76e3a5 Branch: refs/heads/master Commit: 6e76e3a5bfdc4407aa6b32b53188e8c3a54f7be0 Parents: 2e03e73 Author: Tim Kim <[email protected]> Authored: Mon Aug 26 16:32:44 2013 -0700 Committer: Tim Kim <[email protected]> Committed: Mon Aug 26 16:47:18 2013 -0700 ---------------------------------------------------------------------- spec/plugins/EnginePlugin/megaBoringVersion | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/6e76e3a5/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
