[Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/java build.xml, 1.1, 1.2

Jan Beutel beutel at users.sourceforge.net
Wed Aug 15 11:06:08 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/support/sdk/java
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18180/support/sdk/java

Modified Files:
	build.xml 
Log Message:
added target javadoc

Index: build.xml
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/sdk/java/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build.xml	14 Aug 2007 17:16:20 -0000	1.1
--- build.xml	15 Aug 2007 18:06:05 -0000	1.2
***************
*** 7,10 ****
--- 7,11 ----
  		</exec>
  	</target>
+ 
  	<target name="tinyos.jar">
  		<echo message="Building tinyos.jar"></echo>
***************
*** 13,15 ****
--- 14,23 ----
  	</target>
  
+ 	<target name="javadoc" >
+ 		<echo message = "Building javadoc" />
+ 		<exec executable="make" failonerror="true">
+ 			<arg line="javadoc" />
+ 		</exec>
+ 	</target>
+ 	
  </project>



More information about the Tinyos-2-commits mailing list