root/branches/release-32/MANIFEST.SKIP @ 1566

Revision 1566, 3.6 kB (checked in by bchoate, 20 months ago)

Removing additional themes. BugId:69892

  • 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^db
86^ToDo$
87^README
88
89# License files.
90^LICENSE$
91^LICENSE-PERSONAL$
92^LICENSE-BETA$
93^LICENSE-COMMERCIAL$
94
95# Revision files.
96\bCVS\b
97\bRCS\b
98\.svn\b
99\.gitignore
100,v$
101
102# Hidden, temp and backup files.
103~$
104^\.#
105\.bak$
106\.old$
107\.swp$
108\.tmp$
109^\.DS_Store$
110
111# Packages
112^lib/MT/FileMgr/SFTP.pm$
113^lib/MT/FileMgr/FTP.pm$
114^lib/MT/FileMgr/DAV.pm$
115^extlib/share
116^extlib/pkg
117^extlib/perllocal.po
118Tangent\.pm$
119/no\.pm$
120/it\.pm$
121
122# Language
123lang-es
124lang-no
125lang-ja
126lang-it
127\.(en_us|fr|de|gb|ja|en|no|it)$
128
129# Tools
130^mt-inbox.pl$
131^mt-thread.cgi$
132^mt-set-reg.cgi$
133^mt-load.cgi
134#^tools/find-junk
135#^tools/list-index
136#^tools/list-objects
137^tools/populate
138^tools/mt-tools
139^tools/mt-tools.tar.gz
140^tools/mt-tools.zip
141#^tools/rebuild-indexes
142#^tools/rebuild-pages
143#^tools/remove-object
144#^tools/run-periodic-tasks
145#^tools/sig-validate
146#^tools/upgrade
147^tools/write-default-templates
148
149# Plugins
150#plugins/StyleCatcher
151#plugins/WidgetManager
152#plugins/feeds-app-lite
153plugins/feeds-app-lite/tools/
154plugins/feeds-app-lite/t/
155
156# 'Extras'
157^extras/
158
159# Build process and distribution files
160\.pre$
161^MANIFEST
162Makefile
163^_build
164^build
165^Build.*$
166^blib/
167^pm_to_blib$
168^MT-
169^MT.*\.zip
170^MT.*\.gz
171index\.html\..*
172readme\.html\..*
173build-language-stamp
Note: See TracBrowser for help on using the browser.