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 241179 Details for
Bug 430989
tycho-compiler cannot handle JavaSE-1.8 execution environment
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.
Updated pom.xml which uses latest JDT
pom.xml (text/xml), 2.99 KB, created by
Fabian Schöppl
on 2014-03-24 09:37:17 EDT
(
hide
)
Description:
Updated pom.xml which uses latest JDT
Filename:
MIME Type:
Creator:
Fabian Schöppl
Created:
2014-03-24 09:37:17 EDT
Size:
2.99 KB
patch
obsolete
><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> > <modelVersion>4.0.0</modelVersion> > <groupId>MyBundle</groupId> > <artifactId>MyBundle</artifactId> > <version>1.0.0</version> > <packaging>eclipse-plugin</packaging> > > <properties> > <tycho-version>0.20.0</tycho-version> > <cbi-jdt-repo.url>https://repo.eclipse.org/content/repositories/eclipse-staging/</cbi-jdt-repo.url> > <cbi-jdt-version>3.10.0.v20140316-0146</cbi-jdt-version> > </properties> > > <pluginRepositories> > <pluginRepository> > <id>cbi-jdt</id> > <url>${cbi-jdt-repo.url}</url> > <releases> > <enabled>true</enabled> > </releases> > <snapshots> > <enabled>true</enabled> > </snapshots> > </pluginRepository> > </pluginRepositories> > > <build> > <plugins> > > <plugin> > <groupId>org.eclipse.tycho</groupId> > <artifactId>target-platform-configuration</artifactId> > <version>${tycho-version}</version> > <configuration> > <pomDependencies>consider</pomDependencies> > > <!-- configure the p2 target environments for multi-platform build --> > <environments> > <environment> > <os>win32</os> > <ws>win32</ws> > <arch>x86</arch> > </environment> > <!-- Required if you run tests on a x64 machine --> > <environment> > <os>win32</os> > <ws>win32</ws> > <arch>x86_64</arch> > </environment> > </environments> > > </configuration> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-compiler-plugin</artifactId> > <version>2.3.2</version> > <configuration> > <!--<encoding>UTF-8</encoding> --> > <source>1.8</source> > <target>1.8</target> > </configuration> > </plugin> > > <plugin> > <groupId>org.eclipse.tycho</groupId> > <artifactId>tycho-maven-plugin</artifactId> > <version>${tycho-version}</version> > <extensions>true</extensions> > <configuration> > <encoding>UTF-8</encoding> > <source>1.8</source> > <target>1.8</target> > </configuration> > </plugin> > > <plugin> > <groupId>org.eclipse.tycho</groupId> > <artifactId>tycho-compiler-plugin</artifactId> > <version>${tycho-version}</version> > <dependencies> > <dependency> > <groupId>org.eclipse.jdt</groupId> > <artifactId>org.eclipse.jdt.core</artifactId> > <version>${cbi-jdt-version}</version> > </dependency> > </dependencies> > </plugin> > > <plugin> > <groupId>org.eclipse.tycho</groupId> > <artifactId>tycho-source-plugin</artifactId> > <version>${tycho-version}</version> > <executions> > <execution> > <id>plugin-source</id> > <goals> > <goal>plugin-source</goal> > </goals> > </execution> > </executions> > </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 Raw
Actions:
View
Attachments on
bug 430989
:
241164
| 241179