Skip to content

Commit

Permalink
buildfile modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Sergey authored and Ilya Sergey committed Dec 28, 2011
1 parent 15d386c commit 828e592
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
11 changes: 6 additions & 5 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
<mkdir dir="${test.dist}/config"/>
<mkdir dir="${test.dist}/system"/>

<junit fork="no"
<junit fork="yes"
dir="${project.dir}"
showoutput="yes"
printsummary="yes"
Expand All @@ -266,14 +266,15 @@

<jvmarg value="-Xbootclasspath/p:./lib/boot/boot.jar"/>
<jvmarg value="-Djava.awt.headless=true"/>
<jvmarg value="-Xmx256M"/>
<jvmarg value="-Xmx350M"/>
<jvmarg value="-ea"/>
<jvmarg value="-Djava.compiler=NONE"/>
<!--<jvmarg value="-Xdebug"/>-->
<!--<jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5549"/>-->

<jvmarg value="-Xdebug"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5568"/>

<!-- Useful for internal tests -->
<jvmarg value="-Didea.platform.prefix=Idea"/>
<!--<jvmarg value="-Didea.platform.prefix=Idea"/>-->
<jvmarg value="-Didea.config.path=${test.dist}/config"/>
<jvmarg value="-Didea.system.path=${test.dist}/system"/>
<jvmarg value="-Didea.plugins.path=${project.dest}/.."/>
Expand Down
7 changes: 7 additions & 0 deletions clojure-intellij-plugin.ipr
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,13 @@
<option name="TAB_SIZE" value="2" />
</indentOptions>
</codeStyleSettings>
<codeStyleSettings language="XML">
<indentOptions>
<option name="INDENT_SIZE" value="2" />
<option name="CONTINUATION_INDENT_SIZE" value="4" />
<option name="TAB_SIZE" value="2" />
</indentOptions>
</codeStyleSettings>
</value>
</option>
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
Expand Down

0 comments on commit 828e592

Please sign in to comment.