Skip to content

Commit

Permalink
Remove JSP calendar example.
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Dec 5, 2024
1 parent e9c725c commit 84c4af7
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 619 deletions.
9 changes: 0 additions & 9 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1646,15 +1646,6 @@
</fileset>
</txt2html>

<txt2html todir="${tomcat.build}/webapps/examples/jsp/cal">
<fileset dir="webapps/examples/WEB-INF/classes/cal">
<include name="Entries.java"/>
<include name="Entry.java"/>
<include name="JspCalendar.java"/>
<include name="TableBean.java"/>
</fileset>
</txt2html>

<txt2html todir="${tomcat.build}/webapps/examples/jsp/jsptoserv">
<fileset dir="webapps/examples/WEB-INF/classes">
<include name="ServletToJsp.java"/>
Expand Down
3 changes: 3 additions & 0 deletions webapps/docs/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@
Examples. Limit the shopping cart example to only allow adding the
pre-defined items to the cart. (markt)
</add>
<fix>
Examples. Remove JSP calendar example. (markt)
</fix>
</changelog>
</subsection>
<subsection name = "Other">
Expand Down
63 changes: 0 additions & 63 deletions webapps/examples/WEB-INF/classes/cal/Entries.java

This file was deleted.

52 changes: 0 additions & 52 deletions webapps/examples/WEB-INF/classes/cal/Entry.java

This file was deleted.

152 changes: 0 additions & 152 deletions webapps/examples/WEB-INF/classes/cal/JspCalendar.java

This file was deleted.

Loading

0 comments on commit 84c4af7

Please sign in to comment.