add partially generated final bwmirror java project
will need to redirect some generated output to place files into this bwmirror project structure.
This commit is contained in:
parent
6beb507311
commit
12f01889ac
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -5,8 +5,11 @@ target/
|
||||||
.idea/
|
.idea/
|
||||||
.settings/
|
.settings/
|
||||||
/output
|
/output
|
||||||
bwapi_bridge/Debug/
|
/bwapi_bridge/Debug/
|
||||||
bwapi_bridge/Release/
|
/bwapi_bridge/Release/
|
||||||
|
/bwmirror/src/main/java/bwapi
|
||||||
|
/bwmirror/src/main/java/bwta
|
||||||
|
/bwmirror/src/main/resources/bwapi_bridge*.dll
|
||||||
.project
|
.project
|
||||||
.classpath
|
.classpath
|
||||||
*.iml
|
*.iml
|
||||||
|
|
34
bwmirror/pom.xml
Normal file
34
bwmirror/pom.xml
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
<groupId>org.clojars.gered</groupId>
|
||||||
|
<artifactId>bwmirror</artifactId>
|
||||||
|
<version>2.6</version>
|
||||||
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
|
<name>BWMirror</name>
|
||||||
|
<description>An API for SC:Broodwar AIs</description>
|
||||||
|
|
||||||
|
<licenses>
|
||||||
|
<license>
|
||||||
|
<name>GNU Lesser General Public License v3.0</name>
|
||||||
|
<url>https://www.gnu.org/licenses/lgpl.html</url>
|
||||||
|
</license>
|
||||||
|
</licenses>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>clojars</id>
|
||||||
|
<name>Clojars repository</name>
|
||||||
|
<url>https://clojars.org/repo</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<maven.compiler.source>1.7</maven.compiler.source>
|
||||||
|
<maven.compiler.target>1.7</maven.compiler.target>
|
||||||
|
</properties>
|
||||||
|
|
||||||
|
</project>
|
0
bwmirror/src/main/java/.keep
Normal file
0
bwmirror/src/main/java/.keep
Normal file
BIN
bwmirror/src/main/resources/libgmp-10.dll
Normal file
BIN
bwmirror/src/main/resources/libgmp-10.dll
Normal file
Binary file not shown.
BIN
bwmirror/src/main/resources/libmpfr-4.dll
Normal file
BIN
bwmirror/src/main/resources/libmpfr-4.dll
Normal file
Binary file not shown.
Reference in a new issue