From 5a87ef15be1dd27dedacb748c58add2502e956c5 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Fri, 14 Apr 2023 16:25:18 +0100 Subject: Restructure policy-gui repo - Removed gui-clamp module - Added gui-runtime module - Created gui-acm for future gui development work Issue-ID: POLICY-4638 Change-Id: I6d6468ae1c83d39e5b837f1dadf42bda5671ee70 Signed-off-by: waynedunican --- gui-runtime/gui-acm/.gitignore | 38 ++++++++++++++++++++++++++++++++++++++ gui-runtime/gui-acm/pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 gui-runtime/gui-acm/.gitignore create mode 100644 gui-runtime/gui-acm/pom.xml (limited to 'gui-runtime/gui-acm') diff --git a/gui-runtime/gui-acm/.gitignore b/gui-runtime/gui-acm/.gitignore new file mode 100644 index 0000000..5ff6309 --- /dev/null +++ b/gui-runtime/gui-acm/.gitignore @@ -0,0 +1,38 @@ +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### IntelliJ IDEA ### +.idea/modules.xml +.idea/jarRepositories.xml +.idea/compiler.xml +.idea/libraries/ +*.iws +*.iml +*.ipr + +### Eclipse ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ + +### Mac OS ### +.DS_Store \ No newline at end of file diff --git a/gui-runtime/gui-acm/pom.xml b/gui-runtime/gui-acm/pom.xml new file mode 100644 index 0000000..e9492aa --- /dev/null +++ b/gui-runtime/gui-acm/pom.xml @@ -0,0 +1,36 @@ + + + 4.0.0 + + org.onap.policy.gui + policy-gui + 2.4.2-SNAPSHOT + ../../pom.xml + + + gui-acm + + + 11 + 11 + UTF-8 + + + \ No newline at end of file -- cgit 1.2.3-korg