bigbluebutton-Github/bigbluebutton-apps/.classpath
Richard Alam 88d9ff7f88 Setup unit test structure.
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@821 af16638f-c34d-0410-8cfa-b39d5352b314
2008-12-30 01:54:34 +00:00

16 lines
790 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="webapps/astmeetme/src"/>
<classpathentry kind="src" path="webapps/bigbluebutton/src"/>
<classpathentry kind="src" path="webapps/chatServer/src"/>
<classpathentry kind="src" path="webapps/conference/src"/>
<classpathentry kind="src" path="webapps/presentation/src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/red5"/>
<classpathentry kind="lib" path="/bigbluebutton-server/red5.jar"/>
<classpathentry kind="lib" path="C:/ant-1.7.0/lib/junit.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>