简体   繁体   English

为什么其中一个Eclipse工作区项目的标记不同?

[英]Why Is One Of The Eclipse Workspace Projects Marked Differently?

Please have a look at the Eclipse Project Explorer screen shot below. 请查看下面的Eclipse Project Explorer屏幕截图。 Note that the dmeScripts project has: 请注意,dmeScripts项目具有:

  1. A > symbol next to its icon 图标旁边的>符号
  2. The text "[dmeScripts master]" after its name 名称后的文本“ [dmeScripts master]”
  3. A > symbol next to its src folder's icon src文件夹图标旁边的>符号
  4. A > symbol next to its pom file's icon Pom文件图标旁边的>符号

None of the other projects have these "decorators(?)". 其他项目都没有这些“装饰器(?)”。 Would someone please tell me the significance of these decorators? 有人可以告诉我这些装饰的重要性吗?

Note: The workspace shown in the screen shot was newly created in a folder containing three project folders that had been copied from another, existing workspace. 注意:屏幕快照中显示的工作空间是在一个文件夹中新创建的,该文件夹包含从另一个现有工作空间复制的三个项目文件夹。 The 3 projects were then imported (import -> Maven -> Existing Maven Projects) into the new workspace. 然后将这3个项目导入(导入-> Maven->现有Maven项目)到新的工作区中。 The decorators are not present in the original workspace from which the projects were copied. 装饰器在复制项目的原始工作空间中不存在。

Eclipse项目浏览器

The project is being managed by a Source Control System, probably GIT in this instance. 该项目由源代码管理系统(在这种情况下可能是GIT)管理。

The information in [] is the repository and branch. []中的信息是存储库和分支。

The '>' means changes are pending. “>”表示更改正在处理中。

The 'Team' section of the 'Preferences' has more information on the decorations. “首选项”的“团队”部分提供了有关装饰的更多信息。

Right clicking on the project should show a 'Team' menu which is used to manage the source control system. 右键单击该项目应显示一个“团队”菜单,该菜单用于管理源代码控制系统。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 eclipse中不在工作区中的项目位置 - Location of projects in eclipse that are not in the workspace 如何确定一个月食区中2个项目的启动顺序? - how do i determine the order of startup of 2 projects in one eclipse workspace? 使用一个动态Web项目和多个Java项目设置Eclipse工作区 - Setup a Eclipse Workspace With One Dynamic Web Project and Multiple Java Projects Eclipse不会在工作区中显示项目 - Eclipse does not show projects in workspace Eclipse项目在工作空间文件夹中不可见 - Eclipse projects are not visible in workspace folder Eclipse:将现有项目导入工作空间 - Eclipse : Importing Existing Projects into workspace 为什么有时eclipse在导入工作区时不需要.project和.classpath文件/eclipse如何将项目识别为项目? - Why sometimes eclipse doesn't need .project and .classpath file during importing into workspace/How does eclipse recognize projects as projects? 即使将工作空间切换到旧的,靛蓝工作空间也仍然是空的。 如何导入我所有的旧项目? - Eclipse indigo workspace is empty even after switching the workspace to the old one. How to import all of my old projects? 为什么我的Eclipse插件启动可以在一个工作空间中正常运行,而不能在另一个工作空间中正常运行? - Why does my Eclipse plugin startup fine in one workspace, but not in another? 打开其中一个解决项目时,Eclipse中的“解决工作空间工件”选项会生成错误 - Resolve workspace artifacts option in Eclipse generates error when one of the resolving projects is opened
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM