project文件

<?xml version="1.0" encoding="UTF-8"?>
<!-- 描述工程的基本信息 -->
<projectDescription>
<!-- 工程名称 -->
<name>bigactivity</name>
<!-- 描述 -->
<comment></comment>
<projects>
</projects>
<!-- 工程具体加载方式信息 -->
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<!-- 运行时需要的额外Eclipse插件 -->
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

你可能感兴趣的:(project文件)