Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
bonita
bonita-studio
Commits
a44da125
Commit
a44da125
authored
Dec 06, 2018
by
Romain Bioteau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix eclipse-run configuration
parent
d9702ff3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
all-in-one/pom.xml
all-in-one/pom.xml
+1
-2
No files found.
all-in-one/pom.xml
View file @
a44da125
...
...
@@ -27,7 +27,6 @@
<antRunner>
-application org.eclipse.ant.core.antRunner
</antRunner>
<p2BuildFile>
-buildfile p2AllInOne.xml -clean -noSplash -consoleLog
</p2BuildFile>
<root.dir.arg>
-Droot.dir=${project.build.directory}/${product.short.name}-${project.version}
</root.dir.arg>
<argLine>
${antRunner} ${p2BuildFile} ${root.dir.arg}
</argLine>
<signServiceURL></signServiceURL>
</properties>
...
...
@@ -208,7 +207,7 @@
<groupId>
org.eclipse.tycho.extras
</groupId>
<artifactId>
tycho-eclipserun-plugin
</artifactId>
<configuration>
<appArgLine>
${os-jvm-flags} ${a
rgLine}/
</appArgLine>
<appArgLine>
${os-jvm-flags} ${a
ntRunner} ${p2BuildFile} ${root.dir.arg}
</appArgLine>
<argLine>
-Xmx512m -Xms256m
</argLine>
<repositories>
<repository>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment