commit a501f48644916b1080e8879484f0d0c460268340 Author: fabio.simeoni Date: Mon Jan 7 14:01:04 2013 +0000 1.0.x branch (first created for gCube 2.12) git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/branches/common/common-scope-maps/1.0@67132 82a268e6-3cf1-43bd-a215-b396298e98cf diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..534b5e5 --- /dev/null +++ b/.classpath @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..b379673 --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ + + + common-scope-maps + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + + diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF new file mode 100755 index 0000000..25ab6f9 --- /dev/null +++ b/META-INF/MANIFEST.MF @@ -0,0 +1,6 @@ +Manifest-Version: 1.0 +Archiver-Version: Plexus Archiver +Created-By: Apache Maven +Built-By: fabio +Build-Jdk: 1.6.0_37 + diff --git a/META-INF/maven/org.gcube.core/common-scope-maps/pom.properties b/META-INF/maven/org.gcube.core/common-scope-maps/pom.properties new file mode 100755 index 0000000..e06c1e8 --- /dev/null +++ b/META-INF/maven/org.gcube.core/common-scope-maps/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Wed Dec 05 16:34:24 CET 2012 +version=1.0 +groupId=org.gcube.core +artifactId=common-scope-maps diff --git a/META-INF/maven/org.gcube.core/common-scope-maps/pom.xml b/META-INF/maven/org.gcube.core/common-scope-maps/pom.xml new file mode 100755 index 0000000..4ec1da4 --- /dev/null +++ b/META-INF/maven/org.gcube.core/common-scope-maps/pom.xml @@ -0,0 +1,86 @@ + + 4.0.0 + + org.gcube.tools + maven-parent + 1.0.0 + + org.gcube.core + common-scope-maps + 1.0 + Common ScopeMaps + + + + + gcube-externals + gCube Externals + ${externals.repository.url.deploy} + + + + + scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${project.artifactId} + scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${project.artifactId} + http://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${project.artifactId} + + + + distro + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + + copy-profile + install + + copy-resources + + + target + + + ${distroDirectory} + true + + profile.xml + + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + ${distroDirectory}/descriptor.xml + + + + + servicearchive + install + + single + + + + + + + + + + \ No newline at end of file diff --git a/distro/INSTALL b/distro/INSTALL new file mode 100644 index 0000000..8d1c8b6 --- /dev/null +++ b/distro/INSTALL @@ -0,0 +1 @@ + diff --git a/distro/LICENSE b/distro/LICENSE new file mode 100644 index 0000000..630ba97 --- /dev/null +++ b/distro/LICENSE @@ -0,0 +1,6 @@ +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. diff --git a/distro/MAINTAINERS b/distro/MAINTAINERS new file mode 100644 index 0000000..5e8aa8f --- /dev/null +++ b/distro/MAINTAINERS @@ -0,0 +1 @@ +* Fabio Simeoni (fabio.simeoni@fao.org), FAO of the UN, Italy \ No newline at end of file diff --git a/distro/README b/distro/README new file mode 100644 index 0000000..feab5a2 --- /dev/null +++ b/distro/README @@ -0,0 +1,38 @@ +The gCube System - ${name} +---------------------- + +This work has been partially supported by the following European projects: DILIGENT (FP6-2003-IST-2), D4Science (FP7-INFRA-2007-1.2.2), +D4Science-II (FP7-INFRA-2008-1.2.2), iMarine (FP7-INFRASTRUCTURES-2011-2), and EUBrazilOpenBio (FP7-ICT-2011-EU-Brazil). + +Authors +------- + +* Fabio Simeoni (fabio.simeoni@fao.org), FAO of the UN, Italy + +Version and Release Date +------------------------ +${version} + +Description +----------- +${description} + +Download information +-------------------- + +Source code is available from SVN: +${scm.url} + +Binaries can be downloaded from: + + +Documentation +------------- +Documentation is available on-line from the Projects Documentation Wiki: +https://gcube.wiki.gcube-system.org/gcube/index.php + + +Licensing +--------- + +This software is licensed under the terms you may find in the file named "LICENSE" in this directory. diff --git a/distro/changelog.xml b/distro/changelog.xml new file mode 100644 index 0000000..cec4f71 --- /dev/null +++ b/distro/changelog.xml @@ -0,0 +1,5 @@ + + + First Release + + \ No newline at end of file diff --git a/distro/descriptor.xml b/distro/descriptor.xml new file mode 100644 index 0000000..06c416f --- /dev/null +++ b/distro/descriptor.xml @@ -0,0 +1,38 @@ + + servicearchive + + tar.gz + + / + + + ${distroDirectory} + / + true + + README + LICENSE + INSTALL + MAINTAINERS + changelog.xml + profile.xml + + 755 + true + + + + + target/${build.finalName}.jar + /${artifactId} + + + ${distroDirectory}/svnpath.txt + /${artifactId} + true + + + \ No newline at end of file diff --git a/distro/profile.xml b/distro/profile.xml new file mode 100644 index 0000000..f6970f3 --- /dev/null +++ b/distro/profile.xml @@ -0,0 +1,26 @@ + + + + Service + + ${description} + InformationSystem + ${artifactId} + 1.0.0 + + + ${artifactId} + ${version} + + ${groupId} + ${artifactId} + ${version} + + + ${build.finalName}.jar + + + + + + diff --git a/distro/svnpath.txt b/distro/svnpath.txt new file mode 100644 index 0000000..f416f9d --- /dev/null +++ b/distro/svnpath.txt @@ -0,0 +1 @@ +${scm.url} diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..3f02b3b --- /dev/null +++ b/pom.xml @@ -0,0 +1,84 @@ + + 4.0.0 + + org.gcube.tools + maven-parent + 1.0.0 + + org.gcube.core + common-scope-maps + 1.0.0-SNAPSHOT + Common ScopeMaps + + + scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${project.artifactId} + scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${project.artifactId} + http://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${project.artifactId} + + + + distro + + + + + + + src/main/resources + true + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + + copy-profile + install + + copy-resources + + + target + + + ${distroDirectory} + true + + profile.xml + + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + ${distroDirectory}/descriptor.xml + + + + + servicearchive + install + + single + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/d4science.servicemap b/src/main/resources/d4science.servicemap new file mode 100644 index 0000000..4ce467c --- /dev/null +++ b/src/main/resources/d4science.servicemap @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/main/resources/devnext.servicemap b/src/main/resources/devnext.servicemap new file mode 100644 index 0000000..3d59093 --- /dev/null +++ b/src/main/resources/devnext.servicemap @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/main/resources/devsec.servicemap b/src/main/resources/devsec.servicemap new file mode 100644 index 0000000..d889d91 --- /dev/null +++ b/src/main/resources/devsec.servicemap @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/main/resources/ecosystem.servicemap b/src/main/resources/ecosystem.servicemap new file mode 100644 index 0000000..324c41e --- /dev/null +++ b/src/main/resources/ecosystem.servicemap @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/main/resources/farm.servicemap b/src/main/resources/farm.servicemap new file mode 100644 index 0000000..3867470 --- /dev/null +++ b/src/main/resources/farm.servicemap @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/main/resources/gcube.servicemap b/src/main/resources/gcube.servicemap new file mode 100644 index 0000000..5f62532 --- /dev/null +++ b/src/main/resources/gcube.servicemap @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/main/resources/gcubeapps.servicemap b/src/main/resources/gcubeapps.servicemap new file mode 100644 index 0000000..79c6d74 --- /dev/null +++ b/src/main/resources/gcubeapps.servicemap @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/main/resources/openbio.servicemap b/src/main/resources/openbio.servicemap new file mode 100644 index 0000000..2f95aeb --- /dev/null +++ b/src/main/resources/openbio.servicemap @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/main/resources/testing.servicemap b/src/main/resources/testing.servicemap new file mode 100644 index 0000000..78b9528 --- /dev/null +++ b/src/main/resources/testing.servicemap @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file