Skip to content

Commit

Permalink
Modified the code to be compatible with Netbeans 6.9
Browse files Browse the repository at this point in the history
Added default maven based project templates for clojure 1.1 and 1,2-SNAPHOT
Moved the menu items for connecting to an external repl and starting the IDE repl to a separate section under the Window menu.
Temporarily removed the stand-alone repl...there is a bug.
Took out the laprepl as a sample project.
  • Loading branch information
Eric Thorsen authored and Eric Thorsen committed Jul 5, 2010
1 parent 9df71b9 commit aeaeb76
Show file tree
Hide file tree
Showing 19 changed files with 203 additions and 469 deletions.
10 changes: 5 additions & 5 deletions netbeans/Netbeans 6.8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,31 @@
<dependency>
<groupId>org.netbeans.cluster</groupId>
<artifactId>websvccommon1</artifactId>
<version>${netbeans.release}</version>
<version>RELEASE69</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.netbeans.cluster</groupId>
<artifactId>platform11</artifactId>
<version>${netbeans.release}</version>
<version>RELEASE69</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.netbeans.cluster</groupId>
<artifactId>ide12</artifactId>
<version>${netbeans.release}</version>
<version>RELEASE69</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.netbeans.cluster</groupId>
<artifactId>nb6.8</artifactId>
<version>${netbeans.release}</version>
<version>RELEASE69</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.netbeans.cluster</groupId>
<artifactId>java</artifactId>
<version>${netbeans.release}</version>
<version>RELEASE69</version>
<type>pom</type>
</dependency>
<dependency>
Expand Down
Loading

0 comments on commit aeaeb76

Please sign in to comment.