-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
fgiust
committed
Aug 11, 2014
1 parent
1d73cbe
commit b5768fc
Showing
88 changed files
with
1,166 additions
and
1,234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,24 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<!DOCTYPE web-app | ||
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" | ||
"http://java.sun.com/j2ee/dtds/web-app_2_2.dtd" | ||
> | ||
|
||
|
||
<web-app> | ||
<description>Documentatio and examples for the Display Tag Library.</description> | ||
|
||
<servlet> | ||
<servlet-name>DisplaySource</servlet-name> | ||
<display-name>DisplaySource</display-name> | ||
<description>display source of sample jsp pages</description> | ||
<servlet-class>org.displaytag.sample.DisplaySourceServlet</servlet-class> | ||
</servlet> | ||
|
||
<servlet-mapping> | ||
<servlet-name>DisplaySource</servlet-name> | ||
<url-pattern>*.source</url-pattern> | ||
</servlet-mapping> | ||
|
||
<mime-mapping> | ||
<extension>css</extension> | ||
<mime-type>text/css</mime-type> | ||
</mime-mapping> | ||
|
||
<welcome-file-list> | ||
<welcome-file>index.jsp</welcome-file> | ||
<welcome-file>index.html</welcome-file> | ||
</welcome-file-list> | ||
|
||
<error-page> | ||
<error-code>404</error-code> | ||
<location>/404.jsp</location> | ||
</error-page> | ||
|
||
<taglib> | ||
<taglib-uri>http://displaytag.sourceforge.net/</taglib-uri> | ||
<taglib-location>/WEB-INF/displaytag-11.tld</taglib-location> | ||
</taglib> | ||
|
||
|
||
</web-app> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"> | ||
<description>Documentatio and examples for the Display Tag Library.</description> | ||
<servlet> | ||
<servlet-name>DisplaySource</servlet-name> | ||
<servlet-class>org.displaytag.sample.DisplaySourceServlet</servlet-class> | ||
</servlet> | ||
<servlet-mapping> | ||
<servlet-name>DisplaySource</servlet-name> | ||
<url-pattern>*.source</url-pattern> | ||
</servlet-mapping> | ||
<mime-mapping> | ||
<extension>css</extension> | ||
<mime-type>text/css</mime-type> | ||
</mime-mapping> | ||
<welcome-file-list> | ||
<welcome-file>index.jsp</welcome-file> | ||
<welcome-file>index.html</welcome-file> | ||
</welcome-file-list> | ||
<error-page> | ||
<error-code>404</error-code> | ||
<location>/404.jsp</location> | ||
</error-page> | ||
</web-app> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 0 additions & 49 deletions
49
displaytag/src/main/java/org/displaytag/export/DefaultRtfExportView.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.