Update of /cvsroot/javaprofiler/jpiimpl
In directory usw-pr-cvs1:/tmp/cvs-serv6167
Modified Files:
build.xml
Log Message:
don't build realtime
Index: build.xml
===================================================================
RCS file: /cvsroot/javaprofiler/jpiimpl/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** build.xml 16 Feb 2002 10:15:18 -0000 1.8
--- build.xml 20 Apr 2002 22:35:42 -0000 1.9
***************
*** 50,56 ****
<javac classpathref="project.classpath" debug="true" failonerror="true">
<src>
! <pathelement location="jpiimpl/net"/>
! <pathelement location="interface/net"/>
</src>
</javac>
</target>
--- 50,58 ----
<javac classpathref="project.classpath" debug="true" failonerror="true">
<src>
! <pathelement location="jpiimpl"/>
! <pathelement location="interface"/>
</src>
+ <include name="net/**"/>
+ <exclude name="net/sourceforge/javaprofiler/jpiimpl/realtime/**"/>
</javac>
</target>
|