From 590192d8ae5874cb10e72f7ea2ccdb50c2729785 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sat, 14 Jan 2012 22:33:15 +0000 Subject: [PATCH] add missing license headers git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1231594 13f79535-47bb-0310-9956-ffa450edef68 --- .../archiva-web/archiva-webapp-js/pom.xml | 136 +++++++++--------- .../js/archiva/templates/grids-generics.html | 18 +++ .../webapp/js/archiva/templates/menu.html | 19 ++- .../webapp/js/archiva/templates/message.html | 18 +++ .../webapp/js/archiva/templates/modal.html | 18 +++ .../js/archiva/templates/repositories.html | 18 +++ .../webapp/js/archiva/templates/topbar.html | 18 +++ .../webapp/js/redback/templates/login.html | 18 +++ .../templates/password-change-form.html | 18 +++ .../js/redback/templates/register-form.html | 18 +++ .../js/redback/templates/roles-tmpl.html | 18 +++ .../js/redback/templates/user-edit-form.html | 18 +++ .../js/redback/templates/user-edit.html | 18 +++ .../js/redback/templates/user-grids.html | 18 +++ 14 files changed, 299 insertions(+), 72 deletions(-) diff --git a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml index 5e673663f..5ece3a068 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml @@ -32,6 +32,8 @@ ${basedir}/src/test/tomcat/tomcat-context.xml + 9091 + /archiva @@ -82,7 +84,6 @@ org.apache.archiva metadata-store-jcr - runtime org.apache.jackrabbit @@ -496,8 +497,68 @@ org.codehaus.mojo tomcat-maven-plugin - 9091 - /archiva + ${tomcatRunPort} + ${tomcatRunPath} + ${tomcatContextXml} + + ${project.build.directory}/appserver-base + ${project.build.directory}/appserver-base + ${project.build.directory}/appserver-home + ${project.build.directory}/appserver-base/logs + ${basedir}/target/auto-admin-creation.properties + ${project.build.directory} + + + + + org.apache.derby + derby + ${derbyVersion} + + + javax.mail + mail + ${javaxMailVersion} + + + + + + org.apache.tomcat.maven + tomcat6-maven-plugin + + ${tomcatRunPort} + ${tomcatRunPath} + ${tomcatContextXml} + + ${project.build.directory}/appserver-base + ${project.build.directory}/appserver-base + ${project.build.directory}/appserver-home + ${project.build.directory}/appserver-base/logs + ${basedir}/target/auto-admin-creation.properties + + ${project.build.directory} + + + + + org.apache.derby + derby + ${derbyVersion} + + + javax.mail + mail + ${javaxMailVersion} + + + + + org.apache.tomcat.maven + tomcat7-maven-plugin + + ${tomcatRunPort} + ${tomcatRunPath} ${tomcatContextXml} ${project.build.directory}/appserver-base @@ -521,6 +582,7 @@ + @@ -553,74 +615,6 @@ - - - tdev - - - - org.apache.tomcat.maven - tomcat6-maven-plugin - - 9090 - / - ${tomcatContextXml} - - ${project.build.directory}/appserver-base - ${project.build.directory}/appserver-base - ${project.build.directory}/appserver-home - ${project.build.directory}/appserver-base/logs - ${basedir}/target/auto-admin-creation.properties - - ${project.build.directory} - - - - - org.apache.derby - derby - ${derbyVersion} - - - javax.mail - mail - 1.4 - - - - - org.apache.tomcat.maven - tomcat7-maven-plugin - - 9090 - / - ${tomcatContextXml} - - ${project.build.directory}/appserver-base - ${project.build.directory}/appserver-base - ${project.build.directory}/appserver-home - ${project.build.directory}/appserver-base/logs - ${basedir}/target/auto-admin-creation.properties - - ${project.build.directory} - - - - - org.apache.derby - derby - ${derbyVersion} - - - javax.mail - mail - 1.4 - - - - - - diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/grids-generics.html b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/grids-generics.html index 9aeb887ce..a7b286d8b 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/grids-generics.html +++ b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/grids-generics.html @@ -1,3 +1,21 @@ +