Mercurial > hg > Members > kono > jpf-core
diff nbproject/project.xml @ 15:cb7500a46eab
some minor syntax fixes to make IntelliJ happy
author | Peter Mehlitz <pcmehlitz@gmail.com> |
---|---|
date | Wed, 18 Mar 2015 11:52:11 -0700 |
parents | 61d41facf527 |
children |
line wrap: on
line diff
--- a/nbproject/project.xml Mon Mar 16 19:39:36 2015 -0700 +++ b/nbproject/project.xml Wed Mar 18 11:52:11 2015 -0700 @@ -280,13 +280,13 @@ </compilation-unit> <compilation-unit> <package-root>src/peers</package-root> - <classpath mode="compile">build/main:build/annotations</classpath> + <classpath mode="compile">build/annotations;build/main</classpath> <built-to>build/peers</built-to> <source-level>1.8</source-level> </compilation-unit> <compilation-unit> <package-root>src/classes</package-root> - <classpath mode="compile">build/annotations:build/main</classpath> + <classpath mode="compile">build/annotations;build/main</classpath> <built-to>build/classes</built-to> <source-level>1.8</source-level> </compilation-unit>