root/branches/release-39/MANIFEST.SKIP @ 2499

Revision 2499, 3.6 kB (checked in by bchoate, 18 months ago)

Skip all 't' directories for builds.

  • Property svn:keywords set to Author Date Id Revision
Line 
1# Themes that aren't to be in the general release
2mt-static/themes/cityscape-austin
3mt-static/themes/cityscape-boston
4mt-static/themes/cityscape-chicago
5mt-static/themes/cityscape-dc
6mt-static/themes/cityscape-houston
7mt-static/themes/cityscape-kiev
8mt-static/themes/cityscape-la
9mt-static/themes/cityscape-london
10mt-static/themes/cityscape-miami
11mt-static/themes/cityscape-nashville
12mt-static/themes/cityscape-nyc
13mt-static/themes/cityscape-paris
14mt-static/themes/cityscape-philadelphia
15mt-static/themes/cityscape-seattle
16#mt-static/themes/cityscape-sf
17mt-static/themes/cityscape-sydney
18mt-static/themes/cityscape-tokyo
19mt-static/themes/cityscape-toronto
20mt-static/themes/cityscape-vegas
21mt-static/themes/hills-dusk
22mt-static/themes/hills-green
23mt-static/themes/hills-midnight
24mt-static/themes/hills-pink
25mt-static/themes/minimalist-blue
26mt-static/themes/minimalist-brown
27mt-static/themes/minimalist-green
28mt-static/themes/minimalist-grey
29mt-static/themes/minimalist-light-blue
30mt-static/themes/minimalist-light-green
31mt-static/themes/minimalist-pink
32mt-static/themes/minimalist-purple
33#mt-static/themes/minimalist-red
34mt-static/themes/minimalist-white
35mt-static/themes/mt-static/themes/cityscape-portland
36#mt-static/themes/unity-blue
37mt-static/themes/unity-green
38mt-static/themes/unity-purple
39mt-static/themes/unity-tricolor
40
41# Conditional SKIP rule; format: #?(var=value) RULE
42#?package=MT ^COPYING
43#?package=MT ^COPYRIGHT
44#?package=MT ^mt-cp.cgi
45#?package=MT ^mt-static/themes/tristan-blue
46#?package=MT ^addons/Community.pack
47#?package=MT ^mt-static/addons/Community.pack
48#?package=MT ^addons/Enterprise.pack
49#?package=MT ^mt-static/addons/Enterprise.pack
50
51#?package=MTP ^addons
52#?package=MTP ^COPYING
53#?package=MTP ^COPYRIGHT
54#?package=MTP ^mt-cp.cgi
55#?package=MTP ^mt-static/addons
56#?package=MTP ^mt-static/themes/tristan-blue
57
58#?package=MTOS ^addons
59#?package=MTOS ^mt-cp.cgi
60#?package=MTOS ^mt-static/addons
61#?package=MTOS ^mt-static/themes/tristan-blue
62#?package=MTOS ^mt-static/plugins/feeds-app-lite
63#?package=MTOS ^plugins/feeds-app-lite
64#?package=MTOS ^plugins/CustomFields
65
66#?package=MTE ^COPYING
67#?package=MTE ^COPYRIGHT
68#?package=MTE ^addons/Community.pack
69#?package=MTE ^mt-static/addons/Community.pack
70#?package=MTE ^mt-cp.cgi
71#?package=MTE ^mt-static/themes/tristan-blue
72
73#?package=MTCS ^COPYING
74#?package=MTCS ^COPYRIGHT
75#?package=MTCS ^addons/Enterprise.pack
76#?package=MTCS ^mt-static/addons/Enterprise.pack
77
78# MT::App::Viewer
79lib/MT/App/Viewer.pm
80mt-view.cgi
81
82^schemas
83\bknown-issues
84^t/
85.*/t/
86^db
87^ToDo$
88^README
89
90# License files.
91^LICENSE$
92^LICENSE-PERSONAL$
93^LICENSE-BETA$
94^LICENSE-COMMERCIAL$
95
96# Revision files.
97\bCVS\b
98\bRCS\b
99\.svn\b
100\.gitignore
101,v$
102
103# Hidden, temp and backup files.
104~$
105^\.#
106\.bak$
107\.old$
108\.swp$
109\.tmp$
110^\.DS_Store$
111
112# Packages
113^lib/MT/FileMgr/SFTP.pm$
114^lib/MT/FileMgr/FTP.pm$
115^lib/MT/FileMgr/DAV.pm$
116^extlib/share
117^extlib/pkg
118^extlib/perllocal.po
119Tangent\.pm$
120/no\.pm$
121/it\.pm$
122
123# Language
124lang-es
125lang-no
126lang-ja
127lang-it
128\.(en_us|fr|de|gb|ja|en|no|it)$
129
130# Tools
131^mt-inbox.pl$
132^mt-thread.cgi$
133^mt-set-reg.cgi$
134^mt-load.cgi
135#^tools/find-junk
136#^tools/list-index
137#^tools/list-objects
138^tools/populate
139^tools/mt-tools
140^tools/mt-tools.tar.gz
141^tools/mt-tools.zip
142#^tools/rebuild-indexes
143#^tools/rebuild-pages
144#^tools/remove-object
145#^tools/run-periodic-tasks
146#^tools/sig-validate
147#^tools/upgrade
148^tools/write-default-templates
149
150# Plugins
151#plugins/StyleCatcher
152#plugins/WidgetManager
153#plugins/feeds-app-lite
154plugins/feeds-app-lite/tools/
155plugins/feeds-app-lite/t/
156
157# 'Extras'
158^extras/
159
160# Build process and distribution files
161\.pre$
162^MANIFEST
163Makefile
164^_build
165^build
166^Build.*$
167^blib/
168^pm_to_blib$
169^MT-
170^MT.*\.zip
171^MT.*\.gz
172index\.html\..*
173readme\.html\..*
174build-language-stamp
Note: See TracBrowser for help on using the browser.