Updated Branches: refs/heads/1.6.x 5967f0f47 -> f8c115b39
JCLOUDS-67: Filtered license headers from script fragments Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/commit/f8c115b3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/tree/f8c115b3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/diff/f8c115b3 Branch: refs/heads/1.6.x Commit: f8c115b39fd70d620a6202f16b23ceec3bc7fc37 Parents: 5967f0f Author: Ignasi Barrera <[email protected]> Authored: Sun May 19 00:43:23 2013 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Mon May 20 11:25:23 2013 +0200 ---------------------------------------------------------------------- pom.xml | 8 ---- .../test_export_ip_address_from_vm_named.sh | 32 --------------- 2 files changed, 0 insertions(+), 40 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/blob/f8c115b3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6bd5bae..075b48b 100644 --- a/pom.xml +++ b/pom.xml @@ -118,10 +118,6 @@ <exclude>**/README.md</exclude> <exclude>**/README.txt</exclude> - <!-- temporarily exclude shell script fragments --> - <exclude>**/*sh</exclude> - <exclude>**/*cmd</exclude> - <!-- reference data lists --> <exclude>**/*json</exclude> <exclude>**/*readme</exclude> @@ -193,10 +189,6 @@ <exclude>**/README.md</exclude> <exclude>**/README.txt</exclude> - <!-- temporarily exclude shell script fragments --> - <exclude>**/*sh</exclude> - <exclude>**/*cmd</exclude> - <!-- reference data lists --> <exclude>**/*json</exclude> <exclude>**/*readme</exclude> http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/blob/f8c115b3/virtualbox/src/test/resources/test_export_ip_address_from_vm_named.sh ---------------------------------------------------------------------- diff --git a/virtualbox/src/test/resources/test_export_ip_address_from_vm_named.sh b/virtualbox/src/test/resources/test_export_ip_address_from_vm_named.sh index 3ac040c..52fd3b9 100644 --- a/virtualbox/src/test/resources/test_export_ip_address_from_vm_named.sh +++ b/virtualbox/src/test/resources/test_export_ip_address_from_vm_named.sh @@ -3,42 +3,10 @@ set +u shopt -s xpg_echo shopt -s expand_aliases unset PATH JAVA_HOME LD_LIBRARY_PATH -# -# 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. -# function abort { echo "aborting: $@" 1>&2 exit 1 } -# -# 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. -# function exportIpAddressFromVmNamed { unset FOUND_IP_ADDRESS; [ $# -eq 1 ] || {
