- Delete the unwanted file that got pulled into the last commit.

This commit is contained in:
Agetian
2014-02-02 08:51:34 +00:00
parent bbe5e3c556
commit 4fa37ac4b9
2 changed files with 0 additions and 19 deletions

1
.gitattributes vendored
View File

@@ -625,7 +625,6 @@ forge-gui/CHANGES.txt -text
forge-gui/LICENSE.txt -text
forge-gui/README.txt -text
forge-gui/forge.profile.properties.example -text
forge-gui/nbactions.xml -text
forge-gui/pom.xml -text
forge-gui/res/ai/Default.ai -text
forge-gui/res/ai/Reckless.ai -text

View File

@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>debug</actionName>
<packagings>
<packaging>jar</packaging>
</packagings>
<goals>
<goal>process-classes</goal>
<goal>org.codehaus.mojo:exec-maven-plugin:1.2.1:exec</goal>
</goals>
<properties>
<exec.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -classpath %classpath forge.view.Main</exec.args>
<exec.executable>java</exec.executable>
<jpda.listen>true</jpda.listen>
</properties>
</action>
</actions>