-
Notifications
You must be signed in to change notification settings - Fork 8
Installation under Ant
scottfromsf edited this page May 18, 2012
·
1 revision
If you application is built using Ant you should copy the following libraries to your project library folder:
- flip-core-1.0.jar (the core library itself)
- commons-collections-3.2.1.jar from http://commons.apache.org/collections/
- commons-jexl-2.1.1.jar from http://commons.apache.org/jexl/
- commons-lang3-3.1.jar from http://commons.apache.org/lang/
- commons-logging-1.1.1.jar from http://commons.apache.org/logging/
- reflections-0.9.6.jar from http://code.google.com/p/reflections/
- dom4j-1.6.1.jar from http://dom4j.sourceforge.net/
- guava-10.0.jar from http://dom4j.sourceforge.net/
- javassist-3.12.1.GA.jar from http://www.javassist.org/