diff --git a/templates/INSTALL b/templates/INSTALL deleted file mode 100644 index e69de29..0000000 diff --git a/templates/LICENSE b/templates/LICENSE index cc51139..2d9616a 100644 --- a/templates/LICENSE +++ b/templates/LICENSE @@ -1,6 +1 @@ -gCube System - License ------------------------------------------------------------- - -The gCube/gCore software is licensed as Free Open Source software conveying to the EUPL (http://ec.europa.eu/idabc/eupl). -The software and documentation is provided by its authors/distributors "as is" and no expressed or -implied warranty is given for its use, quality or fitness for a particular case. \ No newline at end of file +${gcube.license} \ No newline at end of file diff --git a/templates/MAINTAINERS b/templates/MAINTAINERS deleted file mode 100644 index 7e6f0e7..0000000 --- a/templates/MAINTAINERS +++ /dev/null @@ -1,3 +0,0 @@ -### MAINTAINERS - -Mangiacrapa Francesco (francesco.mangiacrapa@isti.cnr.it), CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" diff --git a/templates/descriptor.xml b/templates/descriptor.xml index b978636..dc46ade 100644 --- a/templates/descriptor.xml +++ b/templates/descriptor.xml @@ -15,24 +15,15 @@ README LICENSE - INSTALL - MAINTAINERS changelog.xml 755 + true - ${distroDirectory}/svnpath.txt - /${artifactId} - - - ${configDirectory}/profile.xml - / - - - target/${build.finalName}.${packaging} + target/${build.finalName}.${project.packaging} /${artifactId} diff --git a/templates/svnpath.txt b/templates/svnpath.txt deleted file mode 100644 index dcd0d22..0000000 --- a/templates/svnpath.txt +++ /dev/null @@ -1 +0,0 @@ -${scm.url} \ No newline at end of file