Blob Blame History Raw
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 @@
 				<version>${tycho-extras-version}</version>
 				<configuration>
 					<appArgLine>-application org.eclipse.ant.core.antRunner -buildfile build-index.xml build.index</appArgLine>
-					<dependencies>
-						<dependency>
-							<artifactId>org.apache.ant</artifactId>
-							<type>eclipse-plugin</type>
-						</dependency>
-						<dependency>
-							<artifactId>org.eclipse.help.base</artifactId>
-							<type>eclipse-plugin</type>
-						</dependency>
-						<dependency>
-							<artifactId>org.eclipse.ant.core</artifactId>
-							<type>eclipse-plugin</type>
-						</dependency>
-					</dependencies>
+                                        <dependencies>
+                                                <dependency>
+                                                        <artifactId>org.apache.ant</artifactId>
+                                                        <type>eclipse-plugin</type>
+                                                </dependency>
+                                                <dependency>
+                                                        <artifactId>org.eclipse.help.base</artifactId>
+                                                        <type>eclipse-plugin</type>
+                                                </dependency>
+                                                <dependency>
+                                                        <artifactId>org.eclipse.ant.core</artifactId>
+                                                        <type>eclipse-plugin</type>
+                                                </dependency>
+                                        </dependencies>
+                                        <repositories>
+                                                <repository>
+                                                        <id>localrepo</id>
+                                                        <layout>p2</layout>
+                                                        <url>file:${basedir}/../../.m2/p2/repo</url>
+                                                </repository>
+                                        </repositories>
 				</configuration>
 				<executions>
 					<execution>
@@ -49,4 +56,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>
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 @@
 							<type>eclipse-plugin</type>
 						</dependency>
 					</dependencies>
+					<repositories>
+						<repository>
+							<id>localrepo</id>
+							<layout>p2</layout>
+							<url>file:${basedir}/../../.m2/p2/repo</url>
+						</repository>
+					</repositories>
 				</configuration>
 				<executions>
 					<execution>
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 @@
 				<version>${tycho-extras-version}</version>
 				<configuration>
 					<appArgLine>-application org.eclipse.ant.core.antRunner -buildfile customBuildCallbacks.xml build.index</appArgLine>
-					<dependencies>
-						<dependency>
-							<artifactId>org.apache.ant</artifactId>
-							<type>eclipse-plugin</type>
-						</dependency>
-						<dependency>
-							<artifactId>org.eclipse.help.base</artifactId>
-							<type>eclipse-plugin</type>
-						</dependency>
-						<dependency>
-							<artifactId>org.eclipse.ant.core</artifactId>
-							<type>eclipse-plugin</type>
-						</dependency>
-					</dependencies>
+                                        <dependencies>
+                                                <dependency>
+                                                        <artifactId>org.apache.ant</artifactId>
+                                                        <type>eclipse-plugin</type>
+                                                </dependency>
+                                                <dependency>
+                                                        <artifactId>org.eclipse.help.base</artifactId>
+                                                        <type>eclipse-plugin</type>
+                                                </dependency>
+                                                <dependency>
+                                                        <artifactId>org.eclipse.ant.core</artifactId>
+                                                        <type>eclipse-plugin</type>
+                                                </dependency>
+                                        </dependencies>
+                                        <repositories>
+                                                <repository>
+                                                        <id>localrepo</id>
+                                                        <layout>p2</layout>
+                                                        <url>file:${basedir}/../../.m2/p2/repo</url>
+                                                </repository>
+                                        </repositories>
 				</configuration>
 				<executions>
 					<execution>