I ran into this strange problem. When I checked the project from svn, my whole project was in the form of structure directories
t. my package was similar (folder inside another folder)
MainProject
+
+
+++ project_1_name
++++++++ CSI
+++++++++++++ com
+++++++++++++++ Company Name
++++++ ++++++++++++ Class Name
+
+++ project_2_name +++++++++ CSI
+++++++++++++ com
++++++++++ ++++
Company Name ++++++++++++++++++++ Class Name
but I want it to be like
MainProject
+
project_1_name
+++++ src.com.companyname.className
project_2_name
+++++ src.com.companyname.className
, , . eclipse . , - .. , ,