Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade codesnippet-doclet #6565

Merged
merged 1 commit into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nbbuild/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
8D4F73654DAAE212850ADC3B0C02E5E056974B48 org.apache.rat:apache-rat:0.15
A8E7C929F046F3890F4A986F3D7EE8E4C4253C6B org.apidesign.javadoc:codesnippet-doclet:0.82
507505D294C8995C974501EC0F64604DE88AF411 org.apidesign.javadoc:codesnippet-doclet:1.0
B8A142EBDE0CDC071A347B2E93C8548C2A5D09B0 org.netbeans.tools:sigtest-maven-plugin:1.4
C9AD4A0850AB676C5C64461A05CA524CDFFF59F1 com.googlecode.json-simple:json-simple:1.1.1
3A4E4ECCF553036BB0DDBA675486D574B62A01D8 org.apache.netbeans.modules.jackpot30:tool:12.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: Codesnippet Javadoc Doclet
Version: 0.82
Version: 1.0
License: GPL-3
Source: https://github.com/jtulach/codesnippet4javadoc/
Description: Javadoc doclet to include real code snippets in the documentation
Expand Down
2 changes: 1 addition & 1 deletion nbbuild/javadoctools/template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ cause it to fail.
</sourcepath>
<doclet
name="org.apidesign.javadoc.codesnippet.Doclet"
path="${nb_all}/nbbuild/external/codesnippet-doclet-0.82.jar"
path="${nb_all}/nbbuild/external/codesnippet-doclet-1.0.jar"
>
<param name="-snippetpath" value="${javadoc.base}/src"/>
<param name="-snippetpath" value="${javadoc.base}/test/unit/src"/>
Expand Down