Skip to content

Commit

Permalink
Merge pull request #12 from rkrzewski/changesForEcosystem
Browse files Browse the repository at this point in the history
Removed spurious newlines in property definitions.
  • Loading branch information
ikuraj committed Mar 2, 2013
2 parents f5ef86b + 97041ce commit 9a39e53
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ch.epfl.insynth.build/pom.xml
Expand Up @@ -48,10 +48,8 @@
<tycho.test.OSspecific />
<!-- Partial workaround against JDT Weaving deadlocks. See #1000317 and
the original ticket on https://issuetracker.springsource.com/browse/STS-1445 -->
<tycho.test.weaving>-XX:+UnlockDiagnosticVMOptions
-XX:+UnsyncloadClass -Dosgi.classloader.lock=classname</tycho.test.weaving>
<tycho.test.jvmArgs>-Xmx800m -XX:MaxPermSize=256m -Dsdtcore.headless
${tycho.test.weaving} ${tycho.test.OSspecific}</tycho.test.jvmArgs>
<tycho.test.weaving>-XX:+UnlockDiagnosticVMOptions -XX:+UnsyncloadClass -Dosgi.classloader.lock=classname</tycho.test.weaving>
<tycho.test.jvmArgs>-Xmx800m -XX:MaxPermSize=256m -Dsdtcore.headless ${tycho.test.weaving} ${tycho.test.OSspecific}</tycho.test.jvmArgs>

</properties>

Expand Down

0 comments on commit 9a39e53

Please sign in to comment.