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 228258 Details for
Bug 385010
CBI should build and consume native filesystem libraries.
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 in a git format
clipboard.txt (text/plain), 5.21 KB, created by
Krzysztof Daniel
on 2013-03-12 10:07:09 EDT
(
hide
)
Description:
Patch in a git format
Filename:
MIME Type:
Creator:
Krzysztof Daniel
Created:
2013-03-12 10:07:09 EDT
Size:
5.21 KB
patch
obsolete
>From 01142da5cb840066bed310ca6369bcb37d831a22 Tue, 12 Mar 2013 15:06:43 +0100 >From: Krzysztof Daniel <kdaniel@redhat.com> >Date: Tue, 12 Mar 2013 15:06:17 +0100 >Subject: [PATCH] 385010: CBI should build and consume native filesystem libraries. > > >https://bugs.eclipse.org/bugs/show_bug.cgi?id=385010 >diff --git a/bundles/org.eclipse.core.filesystem.linux.x86/pom.xml b/bundles/org.eclipse.core.filesystem.linux.x86/pom.xml >index be807bd..cee98c2 100644 >--- a/bundles/org.eclipse.core.filesystem.linux.x86/pom.xml >+++ b/bundles/org.eclipse.core.filesystem.linux.x86/pom.xml >@@ -45,4 +45,66 @@ > </plugin> > </plugins> > </build> >+ >+ <profiles> >+ <profile> >+ <id>build-natives</id> >+ <activation> >+ <property> >+ <!-- This has to be hardcoded. Profiles are not allowed to use pom defined properties :-( --> >+ <name>native</name> >+ <value>gtk.linux.x86</value> >+ </property> >+ </activation> >+ <build> >+ <plugins> >+ <plugin> >+ <artifactId>maven-antrun-plugin</artifactId> >+ <version>1.7</version> >+ <executions> >+ <execution> >+ <id>natives</id> >+ <phase>process-resources</phase> >+ <configuration> >+ <target> >+ <exec executable="make" newenvironment="false" dir="../org.eclipse.core.filesystem/natives/unix/linux/"/> >+ <copy todir="os/linux/x86" > >+ <fileset dir="../org.eclipse.core.filesystem/natives/unix/linux/"> >+ <include name="libunixfile_*.so"/> >+ </fileset> >+ </copy> >+ </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> >+ </profile> >+ </profiles> > </project> >diff --git a/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml b/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml >index 744bfde..abae169 100644 >--- a/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml >+++ b/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml >@@ -45,4 +45,67 @@ > </plugin> > </plugins> > </build> >+ >+ <profiles> >+ <profile> >+ <id>build-natives</id> >+ <activation> >+ <property> >+ <!-- This has to be hardcoded. Profiles are not allowed to use pom defined properties :-( --> >+ <name>native</name> >+ <value>gtk.linux.x86_64</value> >+ </property> >+ </activation> >+ <build> >+ <plugins> >+ <plugin> >+ <artifactId>maven-antrun-plugin</artifactId> >+ <version>1.7</version> >+ <executions> >+ <execution> >+ <id>natives</id> >+ <phase>process-resources</phase> >+ <configuration> >+ <target> >+ <exec executable="make" newenvironment="false" dir="../org.eclipse.core.filesystem/natives/unix/linux/"/> >+ <mkdir dir="os/linux/x86_64/"/> >+ <copy todir="os/linux/x86_64/" > >+ <fileset dir="../org.eclipse.core.filesystem/natives/unix/linux/"> >+ <include name="libunixfile_*.so"/> >+ </fileset> >+ </copy> >+ </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> >+ </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 385010
:
218684
|
218685
|
218831
|
221226
|
226316
| 228258