[Japi-cvs] SF.net SVN: japi: [627] common/trunk/commonBuild.xml
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2007-10-12 19:00:33
|
Revision: 627 http://japi.svn.sourceforge.net/japi/?rev=627&view=rev Author: christianhujer Date: 2007-10-12 12:00:32 -0700 (Fri, 12 Oct 2007) Log Message: ----------- Fixed bug in javac task: wrong srcdir. Modified Paths: -------------- common/trunk/commonBuild.xml Modified: common/trunk/commonBuild.xml =================================================================== --- common/trunk/commonBuild.xml 2007-09-30 14:03:43 UTC (rev 626) +++ common/trunk/commonBuild.xml 2007-10-12 19:00:32 UTC (rev 627) @@ -107,7 +107,7 @@ <target name="compile" description="Compiles this module."> <mkdir dir="classes/production/${module.shortname}" /> <javac - srcdir="src" + srcdir="src/prj" destdir="classes/production/${module.shortname}" encoding="utf-8" source="${javaversion}" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |