Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorTom Schindl2013-05-15 22:26:44 +0000
committerTom Schindl2013-05-15 22:26:44 +0000
commit76fda1b966318da90a9ae998fa8b28330330503e (patch)
tree1bee830b4bb7313eda54238e7fd6392c012162b7 /releng
parentfa2f20ec73856569b7f737502d14f40ae852f9c0 (diff)
downloadorg.eclipse.efxclipse-76fda1b966318da90a9ae998fa8b28330330503e.tar.gz
org.eclipse.efxclipse-76fda1b966318da90a9ae998fa8b28330330503e.tar.xz
org.eclipse.efxclipse-76fda1b966318da90a9ae998fa8b28330330503e.zip
remove compiler setting
Diffstat (limited to 'releng')
-rwxr-xr-xreleng/org.eclipse.fx.releng/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.fx.releng/pom.xml b/releng/org.eclipse.fx.releng/pom.xml
index ae67ee3ce..34e47a06f 100755
--- a/releng/org.eclipse.fx.releng/pom.xml
+++ b/releng/org.eclipse.fx.releng/pom.xml
@@ -165,8 +165,8 @@
<configuration>
<encoding>UTF-8</encoding>
- <source>1.8</source>
- <target>1.7</target>
+ <!-- source>1.8</source>
+ <target>1.7</target-->
<!-- mvn install:install-file -Dfile=/Users/tomschindl/Applications/javafx-sdk2.2.0-beta/rt/lib/jfxrt.jar -DgroupId=javafx -DartifactId=javafx.mvn -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -DgeneratePom=true -->
<!-- extraClasspathElements>
<extraClasspathElement>

Back to the top