mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 02:52:02 -08:00
fix new srcdir layout
This commit is contained in:
parent
80d16d5f28
commit
b6a42d77ad
2 changed files with 9 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
annotation.processing.enabled=true
|
||||||
|
annotation.processing.enabled.in.editor=false
|
||||||
|
annotation.processing.run.all.processors=true
|
||||||
application.title=MageClient
|
application.title=MageClient
|
||||||
application.vendor=BetaSteward_at_googlemail.com
|
application.vendor=BetaSteward_at_googlemail.com
|
||||||
build.classes.dir=${build.dir}/classes
|
build.classes.dir=${build.dir}/classes
|
||||||
|
|
@ -31,6 +34,8 @@ javac.classpath=\
|
||||||
# Space-separated list of extra javac options
|
# Space-separated list of extra javac options
|
||||||
javac.compilerargs=
|
javac.compilerargs=
|
||||||
javac.deprecation=false
|
javac.deprecation=false
|
||||||
|
javac.processorpath=\
|
||||||
|
${javac.classpath}
|
||||||
javac.source=1.6
|
javac.source=1.6
|
||||||
javac.target=1.6
|
javac.target=1.6
|
||||||
javac.test.classpath=\
|
javac.test.classpath=\
|
||||||
|
|
@ -72,6 +77,7 @@ run.test.classpath=\
|
||||||
${javac.test.classpath}:\
|
${javac.test.classpath}:\
|
||||||
${build.test.classes.dir}
|
${build.test.classes.dir}
|
||||||
source.encoding=UTF-8
|
source.encoding=UTF-8
|
||||||
src.dir=src
|
src.java.dir=src\\main\\java
|
||||||
|
src.resources.dir=src\\main\\resources
|
||||||
test.src.dir=test
|
test.src.dir=test
|
||||||
app.version=0.3
|
app.version=0.3
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,8 @@
|
||||||
<name>Mage.Client</name>
|
<name>Mage.Client</name>
|
||||||
<explicit-platform explicit-source-supported="true"/>
|
<explicit-platform explicit-source-supported="true"/>
|
||||||
<source-roots>
|
<source-roots>
|
||||||
<root id="src.dir"/>
|
<root id="src.java.dir"/>
|
||||||
|
<root id="src.resources.dir"/>
|
||||||
</source-roots>
|
</source-roots>
|
||||||
<test-roots>
|
<test-roots>
|
||||||
<root id="test.src.dir"/>
|
<root id="test.src.dir"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue