Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 221246 Details for
Bug 385959
org.eclipse.jdt.launching uses customBuildCallbacks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch that is used in Fedora
eclipse-build-internal-jdt-debug-jar.patch (text/plain), 1.92 KB, created by
Krzysztof Daniel
on 2012-09-19 09:30:06 EDT
(
hide
)
Description:
Patch that is used in Fedora
Filename:
MIME Type:
Creator:
Krzysztof Daniel
Created:
2012-09-19 09:30:06 EDT
Size:
1.92 KB
patch
obsolete
>--- eclipse.jdt.debug/org.eclipse.jdt.launching/pom.xml.bak 2012-09-19 14:00:15.000000000 +0200 >+++ eclipse.jdt.debug/org.eclipse.jdt.launching/pom.xml 2012-09-19 14:36:29.035226726 +0200 >@@ -22,4 +22,50 @@ > <artifactId>org.eclipse.jdt.launching</artifactId> > <version>3.6.100-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >+ >+ <build> >+ <plugins> >+ <plugin> >+ <artifactId>maven-antrun-plugin</artifactId> >+ <version> 1.7 </version> >+ <executions> >+ <execution> >+ <id>compile-internal-jar</id> >+ <phase>compile</phase> >+ <configuration> >+ <target> >+ <property name="build.compiler" value="extJavac"/> >+ <ant antfile="customBuildCallbacks.xml" dir="." target="pre.@dot" /> >+ </target> >+ </configuration> >+ <goals> >+ <goal>run</goal> >+ </goals> >+ </execution> >+ </executions> >+ <dependencies> >+ <dependency> >+ <groupId>bsf</groupId> >+ <artifactId>bsf</artifactId> >+ <version>2.4.0</version> >+ </dependency> >+ <dependency> >+ <groupId>rhino</groupId> >+ <artifactId>js</artifactId> >+ <version>1.7R2</version> >+ </dependency> >+ <dependency> >+ <groupId>org.apache.ant</groupId> >+ <artifactId>ant-apache-bsf</artifactId> >+ <version>1.8.3</version> >+ </dependency> >+ <dependency> >+ <groupId>org.apache.ant</groupId> >+ <artifactId>ant-nodeps</artifactId> >+ <version>1.8.1</version> >+ </dependency> >+ </dependencies> >+ </plugin> >+ </plugins> >+ </build> > </project>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 385959
: 221246 |
221247