提交 6e513eb5 编写于 作者: C Calvin

#87,完善eclipse项目生成时的配置

上级 ddeb1100
.classpath .classpath
.project .project
.springBeans .springBeans
.settings/
target/ target/
logs/ logs/
eclipse-local.bat eclipse-local.bat
org.eclipse.jdt.core.prefs
org.eclipse.wst.common.component
org.eclipse.wst.common.project.facet.core.xml
org.springframework.ide.eclipse.*.prefs
/examples/showcase/bin/yuicompressor-2.4.7.jar /examples/showcase/bin/yuicompressor-2.4.7.jar
/support/local-script/ /support/local-script/
.settings/
\ No newline at end of file
...@@ -483,6 +483,15 @@ ...@@ -483,6 +483,15 @@
<downloadSources>true</downloadSources> <downloadSources>true</downloadSources>
<downloadJavadocs>false</downloadJavadocs> <downloadJavadocs>false</downloadJavadocs>
<wtpversion>2.0</wtpversion> <wtpversion>2.0</wtpversion>
<!-- 增加设置项目encoding的文件 -->
<additionalConfig>
<file>
<name>.settings/org.eclipse.core.resources.prefs</name>
<content>
<![CDATA[eclipse.preferences.version=1${line.separator}encoding/<project>=${project.build.sourceEncoding}${line.separator}]]>
</content>
</file>
</additionalConfig>
</configuration> </configuration>
</plugin> </plugin>
......
...@@ -839,6 +839,15 @@ ...@@ -839,6 +839,15 @@
<configuration> <configuration>
<downloadSources>true</downloadSources> <downloadSources>true</downloadSources>
<downloadJavadocs>false</downloadJavadocs> <downloadJavadocs>false</downloadJavadocs>
<!-- 增加设置项目encoding的文件 -->
<additionalConfig>
<file>
<name>.settings/org.eclipse.core.resources.prefs</name>
<content>
<![CDATA[eclipse.preferences.version=1${line.separator}encoding/<project>=${project.build.sourceEncoding}${line.separator}]]>
</content>
</file>
</additionalConfig>
</configuration> </configuration>
</plugin> </plugin>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册