|
From: Pavel V. <va...@us...> - 2002-07-17 21:37:42
|
Update of /cvsroot/javaprofiler/jpiimpl
In directory usw-pr-cvs1:/tmp/cvs-serv5549
Modified Files:
build.xml
Log Message:
realtime added to compilation and jar package
Index: build.xml
===================================================================
RCS file: /cvsroot/javaprofiler/jpiimpl/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** build.xml 30 May 2002 22:34:35 -0000 1.10
--- build.xml 17 Jul 2002 21:37:38 -0000 1.11
***************
*** 53,58 ****
<pathelement location="jpi"/>
</src>
! <include name="net/**"/>
! <exclude name="net/sourceforge/javaprofiler/jpiimpl/realtime/**"/>
</javac>
</target>
--- 53,58 ----
<pathelement location="jpi"/>
</src>
! <include name="net/**/*"/>
! <!-- <exclude name="net/sourceforge/javaprofiler/jpiimpl/realtime/**"/> -->
</javac>
</target>
|