Update of /cvsroot/mocklib/gwtmocklib/input/libinclude
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23230/input/libinclude
Added Files:
README.txt gwt-user.jar
Log Message:
first commit of gwtmocklib module.
--- NEW FILE: gwt-user.jar ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: README.txt ---
This folder is where jars go that
1. Are needed for the application to run.
2. need to be packaged with the application
For normal applications, jars in this directory will be delivered along
with your jar to output/jardist directory
For web applications, jars in this directory will be put in the war file.
For osgi bundles, jars in this diretory will be put in the osgi bundle
Examples of jars that don't belong in this directory are
junit.jar, mocklib.jar, osgi's framework.jar, servlet.jar, etc. etc.
|