Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorLorenzo Bettini2014-07-04 18:36:26 +0000
committerLorenzo Bettini2014-07-04 18:36:26 +0000
commit8deafe66d2d1de534003b8c9fcbd1ac2d2fae8fb (patch)
treeb0c4d08e1df3a7dd22eb460ddef9102c9881a245 /releng
parentf859f57cd9d64e9a9a22ece3860548a6799b82bb (diff)
downloadorg.eclipse.emf-parsley-8deafe66d2d1de534003b8c9fcbd1ac2d2fae8fb.tar.gz
org.eclipse.emf-parsley-8deafe66d2d1de534003b8c9fcbd1ac2d2fae8fb.tar.xz
org.eclipse.emf-parsley-8deafe66d2d1de534003b8c9fcbd1ac2d2fae8fb.zip
Updated to Xtext 2.6.2
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.emf.parsley.parent/launches/org.eclipse.emf.parsley.parent KEPLER Other Display.launch19
-rw-r--r--releng/org.eclipse.emf.parsley.parent/pom.xml4
2 files changed, 21 insertions, 2 deletions
diff --git a/releng/org.eclipse.emf.parsley.parent/launches/org.eclipse.emf.parsley.parent KEPLER Other Display.launch b/releng/org.eclipse.emf.parsley.parent/launches/org.eclipse.emf.parsley.parent KEPLER Other Display.launch
new file mode 100644
index 000000000..335d8a8ec
--- /dev/null
+++ b/releng/org.eclipse.emf.parsley.parent/launches/org.eclipse.emf.parsley.parent KEPLER Other Display.launch
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">
+<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
+<stringAttribute key="M2_GOALS" value="clean verify"/>
+<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
+<booleanAttribute key="M2_OFFLINE" value="false"/>
+<stringAttribute key="M2_PROFILES" value="rcp-build-kepler rcp-build"/>
+<listAttribute key="M2_PROPERTIES"/>
+<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
+<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
+<intAttribute key="M2_THREADS" value="1"/>
+<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
+<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
+<mapAttribute key="org.eclipse.debug.core.environmentVariables">
+<mapEntry key="DISPLAY" value=":50"/>
+</mapAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms40m -Xmx384m -XX:MaxPermSize=256m"/>
+<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:/org.eclipse.emf.parsley.parent}"/>
+</launchConfiguration>
diff --git a/releng/org.eclipse.emf.parsley.parent/pom.xml b/releng/org.eclipse.emf.parsley.parent/pom.xml
index 22a64db1c..fab05e114 100644
--- a/releng/org.eclipse.emf.parsley.parent/pom.xml
+++ b/releng/org.eclipse.emf.parsley.parent/pom.xml
@@ -24,8 +24,8 @@
<findbugs-version>2.5.4-SNAPSHOT</findbugs-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<memoryArgs>-Xms256M -Xmx1024M -XX:PermSize=256M -XX:MaxPermSize=256M -XX:+HeapDumpOnOutOfMemoryError</memoryArgs>
- <xtext-version>2.6.1</xtext-version>
- <platform-version>[3.9,4.0)</platform-version>
+ <xtext-version>2.6.2</xtext-version>
+ <!-- <platform-version>[3.9,4.0)</platform-version> -->
<fornax-oaw-m2-plugin-version>3.4.0</fornax-oaw-m2-plugin-version>
<!-- <jacoco.reportPath>../target/jacoco.exec</jacoco.reportPath> -->

Back to the top