summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/runvirt-plugin-qemu/src/main/java/org/openslx/runvirt/plugin/qemu/App.java
diff options
context:
space:
mode:
authorManuel Bentele2021-02-05 09:17:43 +0100
committerManuel Bentele2021-02-05 09:17:43 +0100
commit150b2366f88788b1415e6c43f33043ef4df908cb (patch)
tree7cd32e49bb3719332eb23287efc8e78f077a528b /core/modules/qemu/runvirt-plugin-qemu/src/main/java/org/openslx/runvirt/plugin/qemu/App.java
parent[libvirt] Fix installation of package files (diff)
downloadmltk-150b2366f88788b1415e6c43f33043ef4df908cb.tar.gz
mltk-150b2366f88788b1415e6c43f33043ef4df908cb.tar.xz
mltk-150b2366f88788b1415e6c43f33043ef4df908cb.zip
[qemu] Add empty Maven project for 'qemu' runvirt plugin
Diffstat (limited to 'core/modules/qemu/runvirt-plugin-qemu/src/main/java/org/openslx/runvirt/plugin/qemu/App.java')
-rw-r--r--core/modules/qemu/runvirt-plugin-qemu/src/main/java/org/openslx/runvirt/plugin/qemu/App.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/modules/qemu/runvirt-plugin-qemu/src/main/java/org/openslx/runvirt/plugin/qemu/App.java b/core/modules/qemu/runvirt-plugin-qemu/src/main/java/org/openslx/runvirt/plugin/qemu/App.java
new file mode 100644
index 00000000..ce6e7e12
--- /dev/null
+++ b/core/modules/qemu/runvirt-plugin-qemu/src/main/java/org/openslx/runvirt/plugin/qemu/App.java
@@ -0,0 +1,12 @@
+package org.openslx.runvirt.plugin.qemu;
+
+/**
+ * Hello world!
+ */
+public class App
+{
+ public static void main( String[] args )
+ {
+ System.out.println( "Hello World!" );
+ }
+}