Additives

This commit is contained in:
Brian Fopiano 2020-09-03 23:32:49 -07:00
parent 073998789c
commit 82d6719681

View File

@ -13,7 +13,7 @@
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<development.location.dan>${user.home}\Documents\development\server\plugins\${project.name}.jar</development.location.dan> <development.location.dan>${user.home}\Documents\development\server\plugins\${project.name}.jar</development.location.dan>
<development.location.brian>${user.home}\Documents\development\server\plugins\${project.name}.jar</development.location.brian> <development.location.brian>D:\Dan\MinecraftDevelopment\server\plugins\${project.name}.jar</development.location.brian>
<lint.in>${project.basedir}\lint\in.jar</lint.in> <lint.in>${project.basedir}\lint\in.jar</lint.in>
</properties> </properties>
<build> <build>