root/tags/mt4.24/MANIFEST.SKIP

Revision 2955, 3.4 kB (checked in by bchoate, 19 months ago)

Adding MTCOM build package for transitional 'commercial' SKUs.

  • 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 ^addons/Enterprise.pack
45#?package=MT ^mt-static/addons/Enterprise.pack
46
47#?package=MTOS ^addons
48#?package=MTOS ^mt-cp.cgi
49#?package=MTOS ^mt-static/addons
50#?package=MTOS ^mt-static/themes/tristan-blue
51#?package=MTOS ^mt-static/themes/tristan-blue-4.2
52#?package=MTOS ^mt-static/plugins/feeds-app-lite
53#?package=MTOS ^plugins/feeds-app-lite
54#?package=MTOS ^plugins/CustomFields
55
56#?package=MTCOM ^COPYING
57#?package=MTCOM ^COPYRIGHT
58#?package=MTCOM ^addons/Enterprise.pack
59#?package=MTCOM ^mt-static/addons/Enterprise.pack
60#?package=MTCOM ^addons/Community.pack
61#?package=MTCOM ^mt-static/addons/Community.pack
62#?package=MTCOM ^mt-cp.cgi
63#?package=MTCOM ^mt-static/themes/tristan-blue
64#?package=MTCOM ^mt-static/themes/tristan-blue-4.2
65
66#?package=MTE ^COPYING
67#?package=MTE ^COPYRIGHT
68
69# MT::App::Viewer
70lib/MT/App/Viewer.pm
71mt-view.cgi
72
73^schemas
74\bknown-issues
75^t/
76.*/t/
77^db
78^ToDo$
79^README
80
81# License files.
82^LICENSE$
83^LICENSE-PERSONAL$
84^LICENSE-BETA$
85^LICENSE-COMMERCIAL$
86
87# Revision files.
88\bCVS\b
89\bRCS\b
90\.svn\b
91\.gitignore
92,v$
93
94# Hidden, temp and backup files.
95~$
96^\.#
97\.bak$
98\.old$
99\.swp$
100\.tmp$
101^\.DS_Store$
102
103# Packages
104^lib/MT/FileMgr/SFTP.pm$
105^lib/MT/FileMgr/FTP.pm$
106^lib/MT/FileMgr/DAV.pm$
107^extlib/share
108^extlib/pkg
109^extlib/perllocal.po
110Tangent\.pm$
111/no\.pm$
112/it\.pm$
113
114# Language
115lang-es
116lang-no
117lang-ja
118lang-it
119\.(en_us|fr|de|gb|ja|en|no|it)$
120
121# Tools
122^mt-inbox.pl$
123^mt-thread.cgi$
124^mt-set-reg.cgi$
125^mt-load.cgi
126#^tools/find-junk
127#^tools/list-index
128#^tools/list-objects
129^tools/populate
130^tools/mt-tools
131^tools/mt-tools.tar.gz
132^tools/mt-tools.zip
133#^tools/rebuild-indexes
134#^tools/rebuild-pages
135#^tools/remove-object
136#^tools/run-periodic-tasks
137#^tools/sig-validate
138#^tools/upgrade
139^tools/write-default-templates
140
141# Plugins
142#plugins/StyleCatcher
143#plugins/WidgetManager
144#plugins/feeds-app-lite
145plugins/feeds-app-lite/tools/
146plugins/feeds-app-lite/t/
147
148# 'Extras'
149^extras/
150
151# Build process and distribution files
152\.pre$
153^MANIFEST
154Makefile
155^_build
156^build
157^Build.*$
158^blib/
159^pm_to_blib$
160^MT-
161^MT.*\.zip
162^MT.*\.gz
163index\.html\..*
164readme\.html\..*
165build-language-stamp
Note: See TracBrowser for help on using the browser.