tschneidereit / SwiftSuspenders

NOTE: Find the offical repo at http://github.com/robotlegs/swiftsuspenders
https://github.com/robotlegs/swiftsuspenders
MIT License
280 stars 89 forks source link

Metadata.xml #63

Closed darscan closed 12 years ago

darscan commented 12 years ago

The metadata.xml file used by IDEs to validate custom metadata is currently bundled into Robotlegs. When using Swiftsuspenders without Robotlegs there is no IDE completion/validation. This is wrong, the file should be moved into Swiftsuspenders and compiled into the SWC.

https://github.com/robotlegs/robotlegs-framework/blob/version2/src/metadata.xml

darscan commented 12 years ago

Ah, and you'll need something like this in the buildfile:

https://github.com/robotlegs/robotlegs-framework/blob/version2/build.xml#L70

tschneidereit commented 12 years ago

Absolutely right. Plus, with Swiftsuspenders 2 there will be some more tags and parameters, so I'll add an updated version of the file to Swiftsuspenders.

tschneidereit commented 12 years ago

The latest push and packaged SWC and ZIP files contain a (hopefully correct) metadata.xml

darscan commented 12 years ago

Awesome, works perfectly.

tschneidereit commented 12 years ago

Cool! Wish IntelliJ supported that yet.