mx4j/build build.xml,1.114,1.115

Simone Bordet <[email protected]> Wed, 15 Nov 2006 11:56:44 +0000
Newsgroups gmane.comp.java.mx4j.cvs
Message-ID <[email protected]>
Update of /cvsroot/mx4j/mx4j/build
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv16917/build

Modified Files:
	build.xml 
Log Message:
Fixed build adding the missing dependency on target 'manifest'.

Index: build.xml
===================================================================
RCS file: /cvsroot/mx4j/mx4j/build/build.xml,v
retrieving revision 1.114
retrieving revision 1.115
diff -C2 -d -r1.114 -r1.115
*** build.xml	12 Oct 2006 22:52:15 -0000	1.114
--- build.xml	15 Nov 2006 11:56:41 -0000	1.115
***************
*** 222,226 ****
     </target>
  
!    <target name="compile.jmx" description="Compiles the JMX (JSR 3) classes" depends="flags">
        <mkdir dir="${core.classes.dir}"/>
        <mkdir dir="${dist.lib.dir}"/>
--- 222,226 ----
     </target>
  
!    <target name="compile.jmx" description="Compiles the JMX (JSR 3) classes" depends="flags, manifest">
        <mkdir dir="${core.classes.dir}"/>
        <mkdir dir="${dist.lib.dir}"/>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV