mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Delete the unwanted file that got pulled into the last commit.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user