michael@0: #filter substitution michael@0: michael@0: test.jar: michael@0: # test chrome with flags and path expansion michael@0: % content test %one michael@0: # test locale with variable substitution and path expansion michael@0: % locale @AB_CD@ %three michael@0: # test overlays michael@0: % overlay chrome://one/file.xml chrome://two/otherfile.xml michael@0: # test regular file, preprocessed file, preprocessed css michael@0: one/file.xml (thesrcdir/file.xml) michael@0: * one/preproc (thesrcdir/preproc.in) michael@0: * one/some.css (thesrcdir/some.css) michael@0: # test reference against topsrcdir michael@0: two/otherfile.xml (/config/tests/src-simple/thetopsrcdir/otherfile.xml) michael@0: # test reference against localesrcdir michael@0: three/l10nfile.txt (%l10nfile.txt) michael@0: michael@0: test.jar: michael@0: # test manifest update the locale one was already added above, add skin michael@0: % locale @AB_CD@ %three michael@0: % skin test classic %one