Skip to content

Commit

Permalink
added .hgignore and reenabled clojuredev support for clojuredev
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent.petit@gmail.com committed May 10, 2009
1 parent 321eddd commit 4cfa00f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .externalToolBuilders/clojuredev.builder.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="false"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_DISABLED_BUILDER" value="clojuredev.builder"/>
<mapAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS"/>
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
</launchConfiguration>
1 change: 1 addition & 0 deletions .hgignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin/

0 comments on commit 4cfa00f

Please sign in to comment.