SEC-998: Enabled bundlor in core

This commit is contained in:
Luke Taylor 2009-04-22 13:00:14 +00:00
parent 21e36e0a57
commit 2e3189cf83

View File

@ -120,4 +120,13 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.springsource.bundlor</groupId>
<artifactId>com.springsource.bundlor.maven</artifactId>
</plugin>
</plugins>
</build>
</project>