From 13542fd87b714d5b002750bb58141f10d5e7f130 Mon Sep 17 00:00:00 2001 From: Edison Su Date: Mon, 27 Aug 2012 10:38:55 -0700 Subject: [PATCH] add platform storage pom.xml --- platform/storage/.classpath | 8 +++++--- platform/storage/.project | 6 ++++++ platform/storage/pom.xml | 6 ++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 platform/storage/pom.xml diff --git a/platform/storage/.classpath b/platform/storage/.classpath index fb5011632c0..991b70d8691 100755 --- a/platform/storage/.classpath +++ b/platform/storage/.classpath @@ -1,6 +1,8 @@ - - - + + + + + diff --git a/platform/storage/.project b/platform/storage/.project index ba98bbb7755..ae8a72bd9ed 100755 --- a/platform/storage/.project +++ b/platform/storage/.project @@ -10,8 +10,14 @@ + + org.eclipse.m2e.core.maven2Builder + + + + org.eclipse.m2e.core.maven2Nature org.eclipse.jdt.core.javanature diff --git a/platform/storage/pom.xml b/platform/storage/pom.xml new file mode 100644 index 00000000000..49cf6b74891 --- /dev/null +++ b/platform/storage/pom.xml @@ -0,0 +1,6 @@ + + 4.0.0 + com.cloud + cloud-platform-storage + 0.0.1-SNAPSHOT + \ No newline at end of file