Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 378234
Collapse All | Expand All

(-)a/bundles/org.eclipse.core.commands/pom.xml (+12 lines)
Lines 23-26 Link Here
23
  <artifactId>org.eclipse.core.commands</artifactId>
23
  <artifactId>org.eclipse.core.commands</artifactId>
24
  <version>3.6.1-SNAPSHOT</version>
24
  <version>3.6.1-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
25
  <packaging>eclipse-plugin</packaging>
26
27
  <build>
28
    <plugins>
29
      <plugin>
30
        <groupId>org.eclipse.tycho</groupId>
31
        <artifactId>target-platform-configuration</artifactId>
32
        <configuration>
33
          <executionEnvironment>CDC-1.0/Foundation-1.0</executionEnvironment>
34
        </configuration>
35
      </plugin>
36
    </plugins>
37
  </build>
26
</project>
38
</project>

Return to bug 378234