File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
net.sourceforge.pmd.eclipse.plugin Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ This is a minor release.
1616### 🐛 Fixed Issues
1717
1818### ✨ Merged pull requests
19+ * [ #290 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/290 ) : chore: Add pmd-css - [ Andreas Dangel] ( https://github.com/adangel ) (@adangel )
1920
2021### 📦 Dependency updates
2122
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ Bundle-ClassPath: .,
8585 target/lib/net.sourceforge.pmd.pmd-coco.jar,
8686 target/lib/net.sourceforge.pmd.pmd-cpp.jar,
8787 target/lib/net.sourceforge.pmd.pmd-cs.jar,
88+ target/lib/net.sourceforge.pmd.pmd-css.jar,
8889 target/lib/net.sourceforge.pmd.pmd-dart.jar,
8990 target/lib/net.sourceforge.pmd.pmd-fortran.jar,
9091 target/lib/net.sourceforge.pmd.pmd-gherkin.jar,
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ bin.includes = .,\
8686 target/lib/net.sourceforge.pmd.pmd-coco.jar,\
8787 target/lib/net.sourceforge.pmd.pmd-cpp.jar,\
8888 target/lib/net.sourceforge.pmd.pmd-cs.jar,\
89+ target/lib/net.sourceforge.pmd.pmd-css.jar,\
8990 target/lib/net.sourceforge.pmd.pmd-dart.jar,\
9091 target/lib/net.sourceforge.pmd.pmd-fortran.jar,\
9192 target/lib/net.sourceforge.pmd.pmd-gherkin.jar,\
You can’t perform that action at this time.
0 commit comments