diff --git a/.project b/.project new file mode 100644 index 0000000..c1baee1 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + maven-portal-bom + + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + + diff --git a/.settings/org.eclipse.m2e.core.prefs b/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 0000000..98b4585 --- /dev/null +++ b/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,5 @@ +#Wed Mar 13 18:58:47 CET 2013 +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..98276f2 --- /dev/null +++ b/pom.xml @@ -0,0 +1,93 @@ + + 4.0.0 + + maven-parent + org.gcube.tools + 1.0.0 + + org.gcube.distribution + maven-portal-bom + ${bom.version} + pom + + + 1.0.0-SNAPSHOT + + + + + + org.gcube.distribution + maven-bom + ${bom.version} + + + org.gcube.applicationsupportlayer + accesslogger + [1.2.0-SNAPSHOT,) + provided + + + org.gcube.applicationsupportlayer + asl_http_access_management + [1.0.1-SNAPSHOT,) + provided + + + org.gcube.applicationsupportlayer + aslcontent + [4.1.3-SNAPSHOT,) + provided + + + org.gcube.applicationsupportlayer + aslcore + [3.2.2-SNAPSHOT,) + + + org.gcube.applicationsupportlayer + aslresourcemanagement + 1.0.0-SNAPSHOT + provided + + + org.gcube.applicationsupportlayer + aslsearch + [3.2.0-SNAPSHOT,) + provided + + + org.gcube.applicationsupportlayer + aslsocial + [0.1.1-SNAPSHOT,) + provided + + + org.gcube.applicationsupportlayer + aslstoragemanagement + [1.0.1-SNAPSHOT,) + provided + + + org.gcube.applicationsupportlayer + aslvre + [2.0.3-SNAPSHOT,) + provided + + + org.gcube.portlets.user + home-library + [4.3.1-SNAPSHOT,) + provided + + + org.gcube.portlets.user + home-library-jcr + [1.3.0-SNAPSHOT,2.0.0-SNAPSHOT) + provided + + + + + \ No newline at end of file