This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<groupId>com.threerings</groupId>
|
<groupId>com.threerings</groupId>
|
||||||
<artifactId>nenya-parent</artifactId>
|
<artifactId>nenya-parent</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.7.3-SNAPSHOT</version>
|
<version>1.7.3</version>
|
||||||
|
|
||||||
<name>Nenya Parent</name>
|
<name>Nenya Parent</name>
|
||||||
<description>Facilities for making Java games.</description>
|
<description>Facilities for making Java games.</description>
|
||||||
|
|||||||
@@ -309,7 +309,7 @@ public abstract class ComponentBundler {
|
|||||||
info[0] = path.substring(0, slsidx);
|
info[0] = path.substring(0, slsidx);
|
||||||
// we need to turn file separator characters (platform dependent) into jar path separator
|
// we need to turn file separator characters (platform dependent) into jar path separator
|
||||||
// characters (always forward slash)
|
// characters (always forward slash)
|
||||||
info[0].replace(File.separatorChar, '/');
|
info[0] = info[0].replace(File.separatorChar, '/');
|
||||||
return info;
|
return info;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user