diff --git a/.classpath b/.classpath
index 96e47be..db9aac1 100644
--- a/.classpath
+++ b/.classpath
@@ -1,12 +1,12 @@
-
+
-
+
@@ -15,6 +15,7 @@
+
@@ -23,10 +24,5 @@
-
-
-
-
-
-
+
diff --git a/.project b/.project
index 5c06f7e..4e0d656 100644
--- a/.project
+++ b/.project
@@ -16,14 +16,8 @@
-
- org.eclipse.m2e.core.maven2Builder
-
-
-
- org.eclipse.m2e.core.maven2Nature
org.eclipse.jdt.core.javanature
net.sf.eclipsecs.core.CheckstyleNature
diff --git a/build.xml b/build.xml
index 2445436..c2c6277 100644
--- a/build.xml
+++ b/build.xml
@@ -6,7 +6,10 @@
xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
-
+
+
+
+
@@ -16,7 +19,7 @@
-
+
@@ -39,28 +42,31 @@
@@ -82,11 +88,11 @@ cd ../../
-->
-
+
-
-
+
+
@@ -139,7 +145,7 @@ cd ../../
-
+
@@ -147,7 +153,7 @@ cd ../../
-
+
@@ -165,7 +171,7 @@ cd ../../
-
+
@@ -234,7 +240,18 @@ cd ../../
-
+
+
+
+
+
diff --git a/src/io/scenarium/logger/Logger.java b/src/io/scenarium/logger/Logger.java
index 700d126..e513515 100644
--- a/src/io/scenarium/logger/Logger.java
+++ b/src/io/scenarium/logger/Logger.java
@@ -79,10 +79,22 @@ public class Logger {
Log.print(" " + applicationName + " --logger-color --logger-level=2 --logger-lib=etk:5 --logger-lib=appl:5");
}
+// private static void displayPackageDetails(final Package pkg)
+// {
+// final String name = pkg.getName();
+// out.println(name);
+// out.println("\tSpec Title/Version: " + pkg.getSpecificationTitle() + " " + pkg.getSpecificationVersion());
+// out.println("\tSpec Vendor: " + pkg.getSpecificationVendor());
+// out.println("\tImplementation: " + pkg.getImplementationTitle() + " " + pkg.getImplementationVersion());
+// out.println("\tImplementation Vendor: " + pkg.getImplementationVendor());
+// }
public static void init(String applicationName, List args) {
if (isInit)
return;
isInit = true;
+
+// displayPackageDetails(Package.getPackage("dustin.examples"));
+
for (int iii = 0; iii < args.size(); ++iii) {
String data = args.get(iii);
if (data.startsWith("--logger-level=")) {