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 224680 Details for
Bug 396445
[CBI] none of the generated source features are signed
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]
sign-sources.patch
sign-sources.patch (text/plain), 2.63 KB, created by
Thanh Ha
on 2012-12-13 13:48:39 EST
(
hide
)
Description:
sign-sources.patch
Filename:
MIME Type:
Creator:
Thanh Ha
Created:
2012-12-13 13:48:39 EST
Size:
2.63 KB
patch
obsolete
>diff --git a/org.eclipse.jdt-feature/pom.xml b/org.eclipse.jdt-feature/pom.xml >index 84970c0..67e6100 100644 >--- a/org.eclipse.jdt-feature/pom.xml >+++ b/org.eclipse.jdt-feature/pom.xml >@@ -81,4 +81,78 @@ > </plugin> > </plugins> > </build> >+ >+ <profiles> >+ <profile> >+ <id>eclipse-sign</id> >+ <build> >+ <plugins> >+ <plugin> >+ <groupId>org.eclipse.tycho</groupId> >+ <artifactId>target-platform-configuration</artifactId> >+ <version>${tycho.version}</version> >+ <configuration> >+ <includePackedArtifacts>true</includePackedArtifacts> >+ </configuration> >+ </plugin> >+ <plugin> >+ <groupId>org.eclipse.tycho.extras</groupId> >+ <artifactId>tycho-pack200a-plugin</artifactId> >+ <version>${tycho-extras.version}</version> >+ <executions> >+ <execution> >+ <id>pack200-normalize</id> >+ <goals> >+ <goal>normalize</goal> >+ </goals> >+ </execution> >+ </executions> >+ </plugin> >+ <plugin> >+ <groupId>org.eclipse.cbi.maven.plugins</groupId> >+ <artifactId>eclipse-jarsigner-plugin</artifactId> >+ <version>1.0.1</version> >+ <executions> >+ <execution> >+ <id>sign</id> >+ <goals> >+ <goal>sign</goal> >+ </goals> >+ </execution> >+ </executions> >+ </plugin> >+ <plugin> >+ <groupId>org.eclipse.tycho.extras</groupId> >+ <artifactId>tycho-pack200b-plugin</artifactId> >+ <version>${tycho-extras.version}</version> >+ <executions> >+ <execution> >+ <id>pack200-pack</id> >+ <goals> >+ <goal>pack</goal> >+ </goals> >+ </execution> >+ </executions> >+ </plugin> >+ <plugin> >+ <groupId>org.eclipse.tycho</groupId> >+ <artifactId>tycho-p2-plugin</artifactId> >+ <version>${tycho.version}</version> >+ <executions> >+ <execution> >+ <id>p2-metadata</id> >+ <goals> >+ <goal>p2-metadata</goal> >+ </goals> >+ <phase>package</phase> >+ </execution> >+ </executions> >+ <configuration> >+ <defaultP2Metadata>false</defaultP2Metadata> >+ </configuration> >+ </plugin> >+ </plugins> >+ </build> >+ </profile> >+ </profiles> > </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 396445
: 224680 |
224743