Blob Blame History Raw
--- pom.xml	2010-09-14 00:39:02.000000000 +0200
+++ pom.xml	2010-09-23 09:11:42.197087974 +0200
@@ -153,21 +152,0 @@
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-toolchains-plugin</artifactId>
-        <version>1.0</version>
-        <executions>
-          <execution>
-            <phase>validate</phase>
-            <goals>
-              <goal>toolchain</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <toolchains>
-            <jdk>
-              <version>1.4</version>
-              <vendor>sun</vendor>
-            </jdk>
-          </toolchains>
-        </configuration>
-      </plugin>
-      <plugin>