Skip to content

Commit

Permalink
MODE-1729 Removed newlines in element values in arquillian.xml
Browse files Browse the repository at this point in the history
Not sure why the newlines matter, but they're okay on Windows but
break the build on OS X.
  • Loading branch information
rhauch committed Jan 10, 2013
1 parent 28ba51d commit a3faffb
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
<configuration>
<property name="jbossHome">${project.build.directory}/jboss-as-${jbossas-version}</property>
<property name="serverConfig">standalone-modeshape.xml</property>
<property name="javaVmArguments">
-Xmx512m -XX:MaxPermSize=128m
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=${arquillian.suspend}
-DrootDirectoryPath=${project.build.directory}
-DgitRepositoryRootPath=${project.build.directory}/../../../
<property name="javaVmArguments">-Xmx512m -XX:MaxPermSize=128m -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=${arquillian.suspend} -DrootDirectoryPath=${project.build.directory} -DgitRepositoryRootPath=${project.build.directory}/../../../
</property>
</configuration>
</container>
Expand Down

0 comments on commit a3faffb

Please sign in to comment.