I use Eclipse 3.02 (job) and Eclipse 3.1 (home), both with MyEclipse
We have in our META-IN/application.xml something like that
<module id="myeclipse.11144196662222">
<web>
<web-uri>DemoWeb.war</web-uri>
<context-root>/DemoWeb</context-root>
</web>
</module>
<module id="myeclipse.1114419777700">
<ejb>DemoEJB.jar</ejb>
</module>
… for our modules WEB and EJB, in J2EE applications based on EJB.
I just would like to know about what it means this module ID number.
Its something as cripthography?? A randomic number? A sequencial based on a numeration by MyEclipe?
Thanx, every one