[Smax-commit] SF.net SVN: smax: [8] trunk/smaxproto/build.xml
Status: Alpha
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-01-17 06:14:48
|
Revision: 8
http://smax.svn.sourceforge.net/smax/?rev=8&view=rev
Author: dbrosius
Date: 2008-01-16 22:14:41 -0800 (Wed, 16 Jan 2008)
Log Message:
-----------
fix javadoc target
Modified Paths:
--------------
trunk/smaxproto/build.xml
Modified: trunk/smaxproto/build.xml
===================================================================
--- trunk/smaxproto/build.xml 2008-01-17 06:09:44 UTC (rev 7)
+++ trunk/smaxproto/build.xml 2008-01-17 06:14:41 UTC (rev 8)
@@ -100,7 +100,7 @@
</target>
<target name="javadoc" depends="-init" description="build the javadoc for the project">
- <javadoc packagenames="com.mebigfatguy.*"
+ <javadoc packagenames="com.mebigfatguy.*,javax.xml.parsers.smax.*,org.xml.smax.*"
sourcepath="${src.dir}"
classpathref="smaxproto.classpath"
destdir="${javadoc.dir}"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|