You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2012/09/07 01:31:50 UTC

[2/14] git commit: added missing files

added missing files


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/65f19917
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/65f19917
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/65f19917

Branch: refs/heads/javelin
Commit: 65f199178547a2d0a858d8bc45697f3da6ab2c87
Parents: 6d0e3bd
Author: Alex Huang <al...@citrix.com>
Authored: Thu Sep 6 16:30:54 2012 -0700
Committer: Alex Huang <al...@citrix.com>
Committed: Thu Sep 6 16:30:54 2012 -0700

----------------------------------------------------------------------
 .../jobs/.settings/org.eclipse.m2e.core.prefs      |    4 ++++
 framework/jobs/pom.xml                             |   11 +++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/65f19917/framework/jobs/.settings/org.eclipse.m2e.core.prefs
----------------------------------------------------------------------
diff --git a/framework/jobs/.settings/org.eclipse.m2e.core.prefs b/framework/jobs/.settings/org.eclipse.m2e.core.prefs
new file mode 100755
index 0000000..f897a7f
--- /dev/null
+++ b/framework/jobs/.settings/org.eclipse.m2e.core.prefs
@@ -0,0 +1,4 @@
+activeProfiles=
+eclipse.preferences.version=1
+resolveWorkspaceProjects=true
+version=1

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/65f19917/framework/jobs/pom.xml
----------------------------------------------------------------------
diff --git a/framework/jobs/pom.xml b/framework/jobs/pom.xml
new file mode 100755
index 0000000..d2313be
--- /dev/null
+++ b/framework/jobs/pom.xml
@@ -0,0 +1,11 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.cloudstack</groupId>
+  <artifactId>cloud-framework-jobs</artifactId>
+  <version>4.0.0-SNAPSHOT</version>
+  <dependency>
+    <groupId>org.quartz-scheduler</groupId>
+    <artifactId>quartz</artifactId>
+    <version>2.1.6</version>
+  </dependency>
+</project>
\ No newline at end of file