create a separate jar archivetype
This commit is contained in:
parent
6e7d60f2cc
commit
55fe5f07ef
3 changed files with 48 additions and 34 deletions
|
|
@ -626,7 +626,8 @@ CREATE TABLE archivetypes (
|
|||
extensions TEXT NOT NULL
|
||||
) WITHOUT OIDS;
|
||||
|
||||
insert into archivetypes (name, description, extensions) values ('zip', 'Zip archives, including jars', 'zip jar war rar ear');
|
||||
insert into archivetypes (name, description, extensions) values ('jar', 'Jar files', 'jar war rar ear');
|
||||
insert into archivetypes (name, description, extensions) values ('zip', 'Zip archives', 'zip');
|
||||
insert into archivetypes (name, description, extensions) values ('pom', 'Maven Project Object Management files', 'pom');
|
||||
|
||||
-- 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