Updated Branches: refs/heads/master 614602b43 -> 61ff7eaee
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/61ff7eae Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/tree/61ff7eae Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/diff/61ff7eae Branch: refs/heads/master Commit: 61ff7eaee490f37b422cd4cf03270e893f9a04a9 Parents: 614602b Author: Ignasi Barrera <[email protected]> Authored: Sun May 19 00:43:23 2013 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Mon May 20 16:50:53 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/61ff7eae/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d5d7db7..6d7be0e 100644 --- a/pom.xml +++ b/pom.xml @@ -111,10 +111,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> @@ -186,10 +182,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/61ff7eae/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 ] || {
