diff --git a/src/main/webapp/WEB-INF/LICENSE b/src/main/webapp/WEB-INF/LICENSE new file mode 100644 index 0000000..3695e26 --- /dev/null +++ b/src/main/webapp/WEB-INF/LICENSE @@ -0,0 +1 @@ +${gcube.license} diff --git a/src/main/webapp/WEB-INF/README b/src/main/webapp/WEB-INF/README new file mode 100644 index 0000000..2a5e628 --- /dev/null +++ b/src/main/webapp/WEB-INF/README @@ -0,0 +1,62 @@ +The gCube System - ICProxy +-------------------------------------------------- + +${description} + + +${gcube.description} + +${gcube.funding} + + +Version +-------------------------------------------------- + +1.1.0-SNAPSHOT (${buildDate}) + +Please see the file named "changelog.xml" in this directory for the release notes. + + +Authors +-------------------------------------------------- + +* Lucio Lelii (lucio.lelii-AT-isti.cnr.it), CNR, Italy + +Maintainers +-------------------------------------------------- + +* Lucio Lelii (lucio.lelii-AT-isti.cnr.it), CNR, Italy + +Download information +-------------------------------------------------- + +Source code is available from SVN: + https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/icproxy + +Binaries can be downloaded from the gCube website: + ${gcube.website} + + +Installation +-------------------------------------------------- + +Installation documentation is available on-line in the gCube Wiki: + ${gcube.wikiRoot} + +Documentation +-------------------------------------------------- + +Documentation is available on-line in the gCube Wiki: + ${gcube.wikiRoot} + +Support +-------------------------------------------------- + +Bugs and support requests can be reported in the gCube issue tracking tool: + ${gcube.issueTracking} + + +Licensing +-------------------------------------------------- + +This software is licensed under the terms you may find in the file named "LICENSE" in this directory. diff --git a/src/main/webapp/WEB-INF/changelog.xml b/src/main/webapp/WEB-INF/changelog.xml new file mode 100644 index 0000000..06a4db7 --- /dev/null +++ b/src/main/webapp/WEB-INF/changelog.xml @@ -0,0 +1,8 @@ + + + First Release + + + Porting to auth2 + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/descriptor.xml b/src/main/webapp/WEB-INF/descriptor.xml new file mode 100644 index 0000000..f942e46 --- /dev/null +++ b/src/main/webapp/WEB-INF/descriptor.xml @@ -0,0 +1,35 @@ + + servicearchive + + tar.gz + + / + + + /home/lucio/workspace/imarine/icproxy.1.1/distro + / + true + + README + LICENSE + changelog.xml + + 755 + true + + + + + /home/lucio/workspace/imarine/icproxy.1.1/distro/profile.xml + / + true + + + target/icproxy.war + /icproxy + + + diff --git a/src/main/webapp/WEB-INF/gcube-app.xml b/src/main/webapp/WEB-INF/gcube-app.xml deleted file mode 100644 index f60faa5..0000000 --- a/src/main/webapp/WEB-INF/gcube-app.xml +++ /dev/null @@ -1,12 +0,0 @@ - - ICProxy - DataAccess - 1.0.0-SNAPSHOT - icproxy webapp - - - /ServiceEndpoint/* - - diff --git a/src/main/webapp/WEB-INF/profile.xml b/src/main/webapp/WEB-INF/profile.xml new file mode 100644 index 0000000..452a978 --- /dev/null +++ b/src/main/webapp/WEB-INF/profile.xml @@ -0,0 +1,26 @@ + + + + Service + + ${description} + InformationSystem + icproxy + 1.0.0 + + + icproxy + 1.1.0-SNAPSHOT + + org.gcube.information-system + icproxy + 1.1.0-SNAPSHOT + + + icproxy.jar + + + + + + diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index 78214bc..0000000 --- a/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - org.gcube.informationsystem.icproxy.ICProxy - - - org.gcube.informationsystem.icproxy.ICProxy - /gcube/service/* - - \ No newline at end of file