mirror of
https://github.com/ethauvin/bld-archive.git
synced 2025-04-25 13:27:11 -07:00
Added LICENSE and readme
This commit is contained in:
parent
18fb00ef75
commit
2376c9f3e1
4 changed files with 235 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
/*
|
||||
* Copyright 2001-2023 Geert Bevin (gbevin[remove] at uwyn dot com)
|
||||
* Licensed under the Apache License, Version 2.0 (the "License")
|
||||
*/
|
||||
package rife.bld.extension;
|
||||
|
||||
import rife.bld.Project;
|
||||
|
@ -40,7 +44,7 @@ public class ArchiveBuild extends Project {
|
|||
.info()
|
||||
.groupId("com.uwyn.rife2")
|
||||
.artifactId("bld-archive")
|
||||
.description("bld extension for creating archives")
|
||||
.description("bld extension for working with archives")
|
||||
.url("https://github.com/rife2/bld-archive")
|
||||
.developer(new PublishDeveloper()
|
||||
.id("gbevin")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue