Special functionality - Eclipse Project

I found one great thing Eclipse can do for us. That is to merge multiple projects to one.
If I have multiple child projects, please see the direcotry structure.
MyWorkspace
-----MyProject
----------ChildProject1
---------------.classpath
---------------.project
----------ChildProject2
---------------.classpath
---------------.project
Please notice that there is no project file and classpath file in project MyProject . Now I new a project in Ecipse and specify the anme MyProject . Then  the project is created, it will merge the two classpaths file from ChildProject1 and ChildProject2.  Then you find the directory structure is like,
MyWorkspace
-----MyProject
----------.classpath
----------.project
----------ChildProject1
---------------.classpath
---------------.project
----------ChildProject2
---------------.classpath
---------------.project
What I think is great thing is Eclipse merge the 2 projects and create a whole project. I is a great behavior.
分享至
一键收藏,随时查看,分享好友!
0人
了这篇文章
类别: Java-J2SE┆阅读( 0)┆评论( 0) ┆ 返回博主首页┆ 返回博客首页
上一篇 我对字符集和字符编码的理解 下一篇 关于SAX,DOM,JAXP,JDOM,DOM4J的一些理解

你可能感兴趣的:(eclipse,职场,project,休闲)