dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #01887
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 603: Removed unwanted files.
------------------------------------------------------------
revno: 603
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Sun 2009-09-06 10:33:37 +0200
message:
Removed unwanted files.
removed:
lite-package/nb-configuration.xml
lite-package/nbactions.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== removed file 'lite-package/nb-configuration.xml'
--- lite-package/nb-configuration.xml 2009-04-22 21:34:35 +0000
+++ lite-package/nb-configuration.xml 1970-01-01 00:00:00 +0000
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project-shared-configuration>
- <!--
-This file contains additional configuration written by modules in the NetBeans IDE.
-The configuration is intended to be shared among all the users of project and
-therefore it is assumed to be part of version control checkout.
-Without this configuration present, some functionality in the IDE may be limited or fail altogether.
--->
- <config-data xmlns="http://www.netbeans.org/ns/maven-config-data/1">
- <configurations/>
- </config-data>
-</project-shared-configuration>
=== removed file 'lite-package/nbactions.xml'
--- lite-package/nbactions.xml 2009-04-22 21:34:35 +0000
+++ lite-package/nbactions.xml 1970-01-01 00:00:00 +0000
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<actions>
- <action>
- <actionName>run</actionName>
- <goals>
- <goal>process-classes</goal>
- <goal>org.codehaus.mojo:exec-maven-plugin:1.1.1:exec</goal>
- </goals>
- <properties>
- <exec.args>-classpath %classpath org.hisp.dhis.TrayApp</exec.args>
- <exec.executable>java</exec.executable>
- </properties>
- </action>
- <action>
- <actionName>debug</actionName>
- <goals>
- <goal>process-classes</goal>
- <goal>org.codehaus.mojo:exec-maven-plugin:1.1.1:exec</goal>
- </goals>
- <properties>
- <exec.args>-Xdebug -Djava.compiler=none -Xnoagent -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -classpath %classpath org.hisp.dhis.TrayApp</exec.args>
- <jpda.listen>true</jpda.listen>
- <exec.executable>java</exec.executable>
- </properties>
- </action>
- </actions>