fixed missing linked folder resource

This commit is contained in:
Abraham Kiggundu
2014-12-05 12:23:51 +00:00
parent 04d1ef721d
commit 5b7938ac4d

View File

@@ -30,4 +30,11 @@
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
<linkedResources>
<link>
<name>gen</name>
<type>2</type>
<location>${PROJECT_LOC}/build/generated/source</location>
</link>
</linkedResources>
</projectDescription>