diff -up ./build/org.eclipse.cdt.autotools.docs/pom.xml.fix ./build/org.eclipse.cdt.autotools.docs/pom.xml --- ./build/org.eclipse.cdt.autotools.docs/pom.xml.fix 2013-04-09 13:12:37.000000000 -0400 +++ ./build/org.eclipse.cdt.autotools.docs/pom.xml 2013-04-09 15:24:35.000000000 -0400 @@ -23,20 +23,27 @@ ${tycho-extras-version} -application org.eclipse.ant.core.antRunner -buildfile build-index.xml build.index - - - org.apache.ant - eclipse-plugin - - - org.eclipse.help.base - eclipse-plugin - - - org.eclipse.ant.core - eclipse-plugin - - + + + org.apache.ant + eclipse-plugin + + + org.eclipse.help.base + eclipse-plugin + + + org.eclipse.ant.core + eclipse-plugin + + + + + localrepo + p2 + file:${basedir}/../../.m2/p2/repo + + @@ -49,4 +56,4 @@ - \ No newline at end of file + diff -up ./doc/org.eclipse.cdt.doc.isv/pom.xml.fix ./doc/org.eclipse.cdt.doc.isv/pom.xml --- ./doc/org.eclipse.cdt.doc.isv/pom.xml.fix 2013-04-09 12:08:40.000000000 -0400 +++ ./doc/org.eclipse.cdt.doc.isv/pom.xml 2013-04-09 16:31:32.000000000 -0400 @@ -51,6 +51,13 @@ eclipse-plugin + + + localrepo + p2 + file:${basedir}/../../.m2/p2/repo + + diff -up ./doc/org.eclipse.cdt.doc.user/pom.xml.fix ./doc/org.eclipse.cdt.doc.user/pom.xml --- ./doc/org.eclipse.cdt.doc.user/pom.xml.fix 2013-04-09 13:11:54.000000000 -0400 +++ ./doc/org.eclipse.cdt.doc.user/pom.xml 2013-04-09 15:24:02.000000000 -0400 @@ -37,20 +37,27 @@ ${tycho-extras-version} -application org.eclipse.ant.core.antRunner -buildfile customBuildCallbacks.xml build.index - - - org.apache.ant - eclipse-plugin - - - org.eclipse.help.base - eclipse-plugin - - - org.eclipse.ant.core - eclipse-plugin - - + + + org.apache.ant + eclipse-plugin + + + org.eclipse.help.base + eclipse-plugin + + + org.eclipse.ant.core + eclipse-plugin + + + + + localrepo + p2 + file:${basedir}/../../.m2/p2/repo + +