diff options
author | Alexander Kurtakov | 2016-10-01 05:30:13 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2016-10-01 05:30:13 +0000 |
commit | 16cc1606c729f61ef35e91ce02c614caa468ad74 (patch) | |
tree | b0be944662de311442b4f54cfcd1452829d95c7b /pom.xml | |
parent | 925a7de7fc98f997653b7676c3f6c94edeb451c8 (diff) | |
download | eclipse.platform.releng.aggregator-16cc1606c729f61ef35e91ce02c614caa468ad74.tar.gz eclipse.platform.releng.aggregator-16cc1606c729f61ef35e91ce02c614caa468ad74.tar.xz eclipse.platform.releng.aggregator-16cc1606c729f61ef35e91ce02c614caa468ad74.zip |
Revert "Bug 502962 - Activate build-individual-bundles profile automatically"
This reverts commit 925a7de7fc98f997653b7676c3f6c94edeb451c8.
Needs more work.
Change-Id: I4777752a63cf13053d281c431128ccbc8c23a396
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2016 Eclipse Foundation. + Copyright (c) 2012, 2014 Eclipse Foundation. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v1.0 which accompanies this distribution, and is available at @@ -20,10 +20,6 @@ <artifactId>platform-aggregator</artifactId> <version>4.7.0-SNAPSHOT</version> <packaging>pom</packaging> - <properties> - <!--Property used in parent pom which if defined disables activation of build-individual-bundles profile --> - <aggregatorBuild>true</aggregatorBuild> - </properties> <modules> |