Use Eclipse source link to WORKSPACE/OpenRocket/resources to include core-resources/ in project.

This commit is contained in:
Kevin Ruland 2012-01-11 03:36:49 +00:00
parent d9c68be1d3
commit fcc49f821e
2 changed files with 6 additions and 1 deletions

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="gen"/>
<classpathentry including="l10n/**/*" kind="src" path="core-resources"/>
<classpathentry excluding="net/sf/openrocket/file/CSVExport.java|net/sf/openrocket/file/motor/|net/sf/openrocket/file/rocksim/export/|net/sf/openrocket/gui/|net/sf/openrocket/startup/Startup.java|net/sf/openrocket/startup/Startup2.java|net/sf/openrocket/startup/VersionHelper.java|net/sf/openrocket/utils/" kind="src" path="core"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="locale"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="lib" path="libs/android-support-v4.jar"/>

View File

@ -36,5 +36,10 @@
<type>2</type>
<locationURI>WORKSPACE_LOC/OpenRocket/src</locationURI>
</link>
<link>
<name>core-resources</name>
<type>2</type>
<locationURI>WORKSPACE_LOC/OpenRocket/resources</locationURI>
</link>
</linkedResources>
</projectDescription>