You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2016/02/12 01:05:07 UTC

incubator-tamaya git commit: Removed unused plugin.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 7c15f6945 -> c6e33112b


Removed unused plugin.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/c6e33112
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/c6e33112
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/c6e33112

Branch: refs/heads/master
Commit: c6e33112bda4ca154eb80a00d465be4f04c9f3c5
Parents: 7c15f69
Author: anatole <an...@apache.org>
Authored: Fri Feb 12 01:04:46 2016 +0100
Committer: anatole <an...@apache.org>
Committed: Fri Feb 12 01:04:46 2016 +0100

----------------------------------------------------------------------
 toolchains.xml | 33 ---------------------------------
 1 file changed, 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/c6e33112/toolchains.xml
----------------------------------------------------------------------
diff --git a/toolchains.xml b/toolchains.xml
deleted file mode 100644
index c58bb0d..0000000
--- a/toolchains.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<toolchains xmlns="http://maven.apache.org/TOOLCHAINS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-            xsi:schemaLocation="http://maven.apache.org/TOOLCHAINS/1.1.0 http://maven.apache.org/xsd/toolchains-1.1.0.xsd">
-
-
-    <!--
-     This is a simple example to configure your maven-toolchains-plugin.
-     Copy this file over to your ~.m2/ directory and edit the /path/to/jdk/... entries
-     to fit your local setup.
-    -->
-    <!-- jdk-1.7 -->
-    <toolchain>
-        <type>jdk</type>
-        <provides>
-            <version>1.7</version>
-            <vendor>Oracle</vendor>
-        </provides>
-        <configuration>
-            <jdkHome>/path/to/jdk/1.7</jdkHome>
-        </configuration>
-    </toolchain>
-
-    <!-- jdk-1.8 -->
-    <toolchain>
-        <type>jdk</type>
-        <provides>
-            <version>1.8</version>
-            <vendor>Oracle</vendor>
-        </provides>
-        <configuration>
-            <jdkHome>/path/to/jdk/1.8</jdkHome>
-        </configuration>
-    </toolchain>
-</toolchains>