Revert "Bug 461427 - SWT fragment missing on classpath in build of SWT tests and tools when moving to tycho 0.23.0-SNAPSHOT"
This reverts commit 2015cd98ef5b2c9ff44d19f27b2e4161df8682ce. Change-Id: Idc564e44700fe1194001116124de782c4d9b67ad
diff --git a/pom.xml b/pom.xml
index 489ba83..5530040 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,27 +41,22 @@
     </repository>
   </repositories>
 
-  <profiles>
-    <profile>
-      <id>build-individual-bundles</id>
-      <build>
-      <plugins>
-        <plugin>
-          <groupId>org.eclipse.tycho</groupId>
-          <artifactId>target-platform-configuration</artifactId>
-          <version>${tycho.version}</version>
-          <configuration>
-            <dependency-resolution>
-              <profileProperties>
-                <org.eclipse.swt.buildtime>true</org.eclipse.swt.buildtime>
-              </profileProperties>
-            </dependency-resolution>
-          </configuration>
-        </plugin>
-      </plugins>
-      </build>
-    </profile>
-  </profiles>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.eclipse.tycho</groupId>
+        <artifactId>target-platform-configuration</artifactId>
+        <version>${tycho.version}</version>
+        <configuration>
+          <dependency-resolution>
+            <profileProperties>
+              <org.eclipse.swt.buildtime>true</org.eclipse.swt.buildtime>
+            </profileProperties>
+          </dependency-resolution>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 
   <modules>
     <module>bundles/org.eclipse.swt</module>