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

Maven build #82

Closed chwthewke closed 11 years ago

chwthewke commented 11 years ago

Fixes the maven build by moving metadata.xml to a directory of its own.

I also moved the maven-runonce scripts since their use was impractical as they would unnecessarily load the pom.xml when run, being in the same directory

I took steps so that the Ant build should still run

PS: like the other pull request I submitted today, https://github.com/tschneidereit/SwiftSuspenders/pull/81, the commits exhibit full-file diffs even though the files seem identical except for the specific changes I made. I offer my apologies as I cannot figure how to fix that.

chwthewke commented 11 years ago

Well, it would seem that the full-file diff issue comes from how GitHub for Windows does commits somehow, so I'll make another branch and pull request