Skip to content

Commit

Permalink
Merge pull request #112 from lahodaj/remove-db-support
Browse files Browse the repository at this point in the history
Removing (unused) DB support.
  • Loading branch information
Achal1607 authored Mar 18, 2024
2 parents 4310c65 + 0bde557 commit 33979c6
Show file tree
Hide file tree
Showing 2 changed files with 766 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<property name="nbplatform.default.harness.dir" location="${nbplatform.default.netbeans.dest.dir}/harness" />
<property name="nbantext.jar" location="netbeans/nbbuild/build/nbantext.jar" />
<property name="nb_all" location="netbeans" />
<property name="patches" value="patches/6330.diff patches/6760.diff patches/6834.diff patches/7001.diff patches/6968.diff patches/mvn-sh.diff patches/rename-debugger.diff patches/generate-dependencies.diff" />
<property name="patches" value="patches/6330.diff patches/6760.diff patches/6834.diff patches/7001.diff patches/6968.diff patches/mvn-sh.diff patches/rename-debugger.diff patches/generate-dependencies.diff patches/remove-db.diff" />
<condition property="cmd.suffix" value=".cmd" else="">
<os family="windows"/>
</condition>
Expand Down
Loading

0 comments on commit 33979c6

Please sign in to comment.