From: <sco...@jb...> - 2005-04-26 22:24:36
|
How is the version info supposed to be tracked in the thirdparty? I'm updating the commons jars and I don't see any version info for the jars listed in this. These jars are basically indepdendent so there is no single version here. | <project name="apache-commons-component-info"> | | <!-- ============================================================ --> | <!-- Apache Commons --> | <!-- ============================================================ --> | | <component id="apache-commons" | licenseType="apache-2.0" | version="mixed" | projectHome="http://jakarta.apache.org/commons/index.html"> | | <artifact id="commons-logging.jar"/> | <artifact id="commons-httpclient.jar"/> | <artifact id="commons-discovery.jar"/> | <export> | <include input="commons-logging.jar"/> | <include input="commons-httpclient.jar"/> | <include input="commons-discovery.jar"/> | </export> | </component> | </project> | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875502#3875502 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875502 |