Hello I have a quick question ( not as hard as my usual questions

) regarding the .classpath in Eclipse.
My question is, during deployment, what happens to that file?
I noticed that when I got to the
test server, that there is another file with a similar name, classpath.sh in the
JBoss directory.
It does not have the classpathentry items on it at all.
Could someone let me know how the .classpath gets encapsulated into the .war file? Is it packaged?
If I am doing a deployment where I am directed to add classpath entries to a couple of jar files, how can I be sure that the .war file is going to point to the proper jars?
Do I need to re-package the entire workspace? I am not sure, this is why I am asking.
Normally, we ftp everything from the workspace to the test server. I am not sure if this methodology is widespread.
Thank you,