obr archivetype
This commit is contained in:
parent
709558eaa9
commit
6513039f4d
1 changed files with 1 additions and 0 deletions
|
|
@ -823,6 +823,7 @@ insert into archivetypes (name, description, extensions) values ('batch', 'Batch
|
|||
insert into archivetypes (name, description, extensions) values ('shell', 'Shell script', 'sh');
|
||||
insert into archivetypes (name, description, extensions) values ('rc', 'Resource file', 'rc');
|
||||
insert into archivetypes (name, description, extensions) values ('wsdl', 'Web Services Description Language', 'wsdl');
|
||||
insert into archivetypes (name, description, extensions) values ('obr', 'OSGi Bundle Repository', 'obr');
|
||||
|
||||
|
||||
-- Do we want to enforce a constraint that a build can only generate one
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue