From 8c8c495f47d341c83322daf9d930ff8d1886695c Mon Sep 17 00:00:00 2001 From: Stanislav Usenkov Date: Thu, 12 Feb 2015 12:49:35 +0600 Subject: [PATCH] Remove NetBeans files. --- nb-configuration.xml | 18 ----------------- nbactions.xml | 46 -------------------------------------------- 2 files changed, 64 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 e8aab4f..0000000 --- a/nb-configuration.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - ______JDK_1.7_Update_72 - - diff --git a/nbactions.xml b/nbactions.xml deleted file mode 100644 index b15d146..0000000 --- a/nbactions.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - run - - jar - - - process-classes - org.codehaus.mojo:exec-maven-plugin:1.2.1:exec - - - -classpath %classpath ru.simsonic.rscPermissions.IndependentMain - java - - - - 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 ru.simsonic.rscPermissions.IndependentMain - java - true - - - - profile - - jar - - - process-classes - org.codehaus.mojo:exec-maven-plugin:1.2.1:exec - - - -classpath %classpath ru.simsonic.rscPermissions.IndependentMain - java - - -