Remove code that can pull build ID from another jar in the classpath.

This commit is contained in:
jendave
2011-10-16 08:11:45 +00:00
parent 4c6d2f6eb1
commit 79fa5b6aa6

View File

@@ -164,6 +164,7 @@ public class BuildInfo {
result = getMainManifestAttribute(manifest, manifestAttrName); result = getMainManifestAttribute(manifest, manifestAttrName);
} }
/*
if (result == null && pathToForgeJar == null) { if (result == null && pathToForgeJar == null) {
// Try to find a unique Forge jar in the class path. // Try to find a unique Forge jar in the class path.
@@ -188,6 +189,7 @@ public class BuildInfo {
} }
} }
} }
*/
if (result == null && pathToForgeJar == null) { if (result == null && pathToForgeJar == null) {
throw new FileNotFoundException( throw new FileNotFoundException(