Fixing packaging

This commit is contained in:
Patrick Plenefisch
2014-04-05 21:53:58 -04:00
parent 87e9b6ce51
commit b7ad001b4d
4 changed files with 58 additions and 22 deletions

View File

@@ -63,7 +63,7 @@
<groupId>edu.wpi.first.wpilib.cmake</groupId>
<artifactId>cpp-root</artifactId>
<version>1.0.0</version>
<type>jar</type>
<type>zip</type>
<destFileName>cpp-root.jar</destFileName>
</artifactItem>
</artifactItems>
@@ -139,7 +139,7 @@
<groupId>edu.wpi.first.wpilib.cmake</groupId>
<artifactId>cpp-root</artifactId>
<version>1.0.0</version>
<type>jar</type>
<type>zip</type>
</dependency>
</dependencies>
</project>