Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Oberlies2015-01-08 15:53:04 +0000
committerTobias Oberlies2015-02-11 14:46:49 +0000
commit82f2b6357622391f971295b0ebc8a8d0c2dd1ab6 (patch)
treef2657365eb38b1e37290e60a7a614bc4e151fe2c /org.eclipse.equinox.p2.releng
parent045d698f5769d110f20411cbdd2b91664337f97d (diff)
downloadrt.equinox.p2-82f2b6357622391f971295b0ebc8a8d0c2dd1ab6.tar.gz
rt.equinox.p2-82f2b6357622391f971295b0ebc8a8d0c2dd1ab6.tar.xz
rt.equinox.p2-82f2b6357622391f971295b0ebc8a8d0c2dd1ab6.zip
416676 Remove unnecessary build profile for local builds
- With the progress done in the CBI, and in particular the profile build-individual-bundles, we no longer need our own profile builds of the p2 project. Bug: 416676 Change-Id: I51c4cbc7183bc5bf91f9a2b6ba4fc5ded7941e65
Diffstat (limited to 'org.eclipse.equinox.p2.releng')
-rw-r--r--org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent/pom.xml35
1 files changed, 1 insertions, 34 deletions
diff --git a/org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent/pom.xml b/org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent/pom.xml
index 804acc0f6..ef13bb23c 100644
--- a/org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent/pom.xml
+++ b/org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent/pom.xml
@@ -56,39 +56,6 @@
<osgi.ws>cocoa</osgi.ws>
</properties>
</profile>
- <profile>
- <id>partial-build</id>
- <activation>
- <property>
- <name>eclipse-sdk-repo.url</name>
- </property>
- </activation>
- <repositories>
- <repository>
- <id>eclipse-snapshots</id>
- <url>http://repo.eclipse.org/content/repositories/eclipse-snapshots/</url>
- </repository>
- </repositories>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-surefire-plugin</artifactId>
- <configuration>
- <dependencies>
- <dependency>
- <type>eclipse-plugin</type>
- <artifactId>org.eclipse.osgi.compatibility.state</artifactId>
- <version>0.0.0</version>
- </dependency>
- </dependencies>
- <testFailureIgnore>true</testFailureIgnore>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
- </profile>
</profiles>
+
</project>

Back to the top