[MRM-1562] Update to Archiva as OSGi compliant application

Submitted by Jean-Baptiste Onofré

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1225147 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-12-28 09:09:34 +00:00
parent f5f3e37a2f
commit 020a44b802
2 changed files with 1 additions and 2 deletions

View File

@ -85,7 +85,7 @@
org.codehaus.plexus.classworlds*, org.codehaus.plexus.classworlds*,
org.codehaus.plexus.component.repository.exception, org.codehaus.plexus.component.repository.exception,
org.codehaus.plexus.digest, org.codehaus.plexus.digest,
org.springframework.stereotype, org.springframework.stereotype;version="[3,4)",
org.apache.maven.index.context;resolution:=optional, org.apache.maven.index.context;resolution:=optional,
org.slf4j;resolution:=optional org.slf4j;resolution:=optional
</Import-Package> </Import-Package>

View File

@ -36,7 +36,6 @@ $(function() {
return mapRole(item); return mapRole(item);
}); });
$("#main-content").html($("#rolesGrid").tmpl(data)); $("#main-content").html($("#rolesGrid").tmpl(data));
} }
} }
); );