You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jitsi/ide/eclipse
Lyubomir Marinov 9b4a132617
Remove lib/bcprovider.jar from the Eclipse .classpath and the NetBeans project.xml because the file is removed from source control and its lack doesn't allow Eclipse to compile the project. Primarily committed because of the ongoing Google Summer of Code.
17 years ago
..
.classpath Remove lib/bcprovider.jar from the Eclipse .classpath and the NetBeans project.xml because the file is removed from source control and its lack doesn't allow Eclipse to compile the project. Primarily committed because of the ongoing Google Summer of Code. 17 years ago
.project eclipse project i classpath files updated 19 years ago
README Fixing documentation (issue #402) 19 years ago

README

Those are the project files for Eclipse IDE.

In order to use it do:

1) Close Eclipse
2) Copy .project and .classpath to the directory of your project
	a) Under linux:
		cp .project ../../
		cp .classpath ../../

	b) Under Windows:
		copy .project ..\..\
		copy .classpath ..\..\
3) Start Eclipse