From ee310ea7bdfc062a840e38971b69cc5c7a6d3af9 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Fri, 16 Mar 2018 15:06:21 +0100 Subject: [PATCH] MainPanel prototype --- nb-configuration.xml | 18 --------------- nbactions.xml | 52 -------------------------------------------- 2 files changed, 70 deletions(-) delete mode 100644 nb-configuration.xml delete mode 100644 nbactions.xml diff --git a/nb-configuration.xml b/nb-configuration.xml deleted file mode 100644 index ec4540c..0000000 --- a/nb-configuration.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - none - - diff --git a/nbactions.xml b/nbactions.xml deleted file mode 100644 index e64c258..0000000 --- a/nbactions.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - run - - jar - - - process-classes - org.codehaus.mojo:exec-maven-plugin:1.2.1:exec - - - -classpath %classpath ch.psi.pshell.ui.App -b -l -nlaf -p=ch.psi.mxsc.MainPanel - java - ../../config/home - - - - - debug - - jar - - - process-classes - org.codehaus.mojo:exec-maven-plugin:1.2.1:exec - - - -Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -classpath %classpath ch.psi.pshell.ui.App -b -l -nlaf -p=ch.psi.mxsc.MainPanel - java - true - ../../config/home - - - - - profile - - jar - - - process-classes - org.codehaus.mojo:exec-maven-plugin:1.2.1:exec - - - -classpath %classpath ch.psi.pshell.ui.App -b -l -nlaf -p=ch.psi.mxsc.MainPanel - java - ../../config/home - - - -