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