Merge "Fixed the module order so the libraries are built before the plugins"

This commit is contained in:
Brad Miller (WPI)
2014-05-12 12:23:28 -07:00
committed by Gerrit Code Review

View File

@@ -7,10 +7,10 @@
<packaging>pom</packaging>
<modules>
<module>cmake</module>
<module>eclipse-plugins</module>
<module>maven-utilities</module>
<module>networktables</module>
<module>wpilibj</module>
<module>eclipse-plugins</module>
</modules>
<build>
<plugins>