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 385959
Collapse All | Expand All

(-)eclipse.jdt.debug/org.eclipse.jdt.launching/pom.xml.bak (+46 lines)
Lines 22-25 Link Here
22
  <artifactId>org.eclipse.jdt.launching</artifactId>
22
  <artifactId>org.eclipse.jdt.launching</artifactId>
23
  <version>3.6.100-SNAPSHOT</version>
23
  <version>3.6.100-SNAPSHOT</version>
24
  <packaging>eclipse-plugin</packaging>
24
  <packaging>eclipse-plugin</packaging>
25
  
26
  <build>
27
        <plugins>
28
          <plugin>
29
            <artifactId>maven-antrun-plugin</artifactId>
30
            <version> 1.7 </version>
31
            <executions>
32
              <execution>
33
                <id>compile-internal-jar</id>
34
                <phase>compile</phase>
35
                <configuration>
36
                  <target>
37
                    <property name="build.compiler" value="extJavac"/>
38
                    <ant antfile="customBuildCallbacks.xml" dir="." target="pre.@dot" />
39
                  </target>
40
                </configuration>
41
                <goals>
42
                  <goal>run</goal>
43
                </goals>
44
              </execution>
45
            </executions>
46
            <dependencies>
47
              <dependency>
48
                <groupId>bsf</groupId>
49
                <artifactId>bsf</artifactId>
50
                <version>2.4.0</version>
51
              </dependency>
52
              <dependency>
53
                <groupId>rhino</groupId>
54
                <artifactId>js</artifactId>
55
                <version>1.7R2</version>
56
              </dependency>
57
              <dependency>
58
                <groupId>org.apache.ant</groupId>
59
                <artifactId>ant-apache-bsf</artifactId>
60
                <version>1.8.3</version>
61
              </dependency>
62
              <dependency>
63
                <groupId>org.apache.ant</groupId>
64
                <artifactId>ant-nodeps</artifactId>
65
                <version>1.8.1</version>
66
              </dependency>
67
            </dependencies>
68
          </plugin>
69
        </plugins>
70
      </build>
25
</project>
71
</project>

Return to bug 385959