File: disable_tapestry.diff

package info (click to toggle)
sitemesh 2.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,792 kB
  • sloc: java: 6,708; xml: 551; jsp: 393; perl: 64; makefile: 11
file content (25 lines) | stat: -rw-r--r-- 745 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description: Exclude Tapestry features
Author: Miguel Landaeta <miguel@miguel.cc>
Forwarded: no
Last-Update: 2011-05-07

diff --git a/build.xml b/build.xml
index fb28188..5b91afd 100644
--- a/build.xml
+++ b/build.xml
@@ -49,6 +49,7 @@
             >
             <src path="src/java"/>
             <src path="build/java"/>
+            <exclude name="com/opensymphony/module/sitemesh/tapestry/*"/>
         </javac>
     </target>
 
@@ -81,6 +82,7 @@
             destdir="dist/docs/api"
             stylesheetfile="docs/api.css"
             packagenames="com.opensymphony.*"
+            excludepackagenames="com.opensymphony.module.sitemesh.tapestry.*"
             classpathref="cp"
             author="true"
             version="true"