Print list of third-party JARs.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696935 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
abb5d7ffbf
commit
32c85a74bc
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ public class EquinoxLauncherBundleHelper implements BundleListener {
|
|||
String[] jarFiles = jarFilesProperty.split(";");
|
||||
|
||||
// Create a single 'library' bundle for them
|
||||
logger.info("Generating third-party library bundle.");
|
||||
for (String jarFile: jarFiles) {
|
||||
logger.info("Adding third-party jar: " + jarFile);
|
||||
}
|
||||
long libraryStart = currentTimeMillis();
|
||||
InputStream library = libraryBundle(jarFiles);
|
||||
logger.info("Third-party library bundle generated in " + (currentTimeMillis() - libraryStart) + " ms.");
|
||||
|
|
Loading…
Add table
Reference in a new issue