Created
June 12, 2009 16:56
-
-
Save aqubi/128761 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<extension | |
id="AIRFlexProjectNature" | |
point="org.eclipse.core.resources.natures"> | |
<runtime> | |
<run class="net.sf.amateras.air.natures.AIRFlexProjectNature"/> | |
</runtime> | |
<builder id="net.sf.amateras.air.MXMLBuilder"/> | |
</extension> | |
<extension | |
id="MXMLBuilder" | |
point="org.eclipse.core.resources.builders"> | |
<builder hasNature="true"> | |
<run class="net.sf.amateras.air.builder.AirBuilderManager"/> | |
</builder> | |
</extension> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment