Repository: commons-math Updated Branches: refs/heads/master bb20e79f7 -> 3923fc10f
Disable jacoco temporarily. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/3923fc10 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/3923fc10 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/3923fc10 Branch: refs/heads/master Commit: 3923fc10fe84af51c6a274099fe451eaf92d586e Parents: bb20e79 Author: tn <[email protected]> Authored: Tue Jan 13 10:58:15 2015 +0100 Committer: tn <[email protected]> Committed: Tue Jan 13 10:58:15 2015 +0100 ---------------------------------------------------------------------- src/site/resources/profile.jacoco | 17 ----------------- src/site/resources/profile.jacoco.disabled | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/3923fc10/src/site/resources/profile.jacoco ---------------------------------------------------------------------- diff --git a/src/site/resources/profile.jacoco b/src/site/resources/profile.jacoco deleted file mode 100644 index a12755f..0000000 --- a/src/site/resources/profile.jacoco +++ /dev/null @@ -1,17 +0,0 @@ -# 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. -# ----------------------------------------------------------------------------- -# -# Empty file used to automatically trigger JaCoCo profile from commons parent pom http://git-wip-us.apache.org/repos/asf/commons-math/blob/3923fc10/src/site/resources/profile.jacoco.disabled ---------------------------------------------------------------------- diff --git a/src/site/resources/profile.jacoco.disabled b/src/site/resources/profile.jacoco.disabled new file mode 100644 index 0000000..a12755f --- /dev/null +++ b/src/site/resources/profile.jacoco.disabled @@ -0,0 +1,17 @@ +# 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. +# ----------------------------------------------------------------------------- +# +# Empty file used to automatically trigger JaCoCo profile from commons parent pom
