Subversion Repository Public Repository

litesoft

Diff Revisions 873 vs 889 for /trunk/Java/ScarPlus/src/com/esotericsoftware/scar/Project.java

Diff revisions: vs.
  @@ -866,7 +866,7 @@
866 866 buffer.append( Utils.fileName( pJarFile ) );
867 867 buffer.append( " ." );
868 868 Paths classpath = classpath();
869 - for ( String name : classpath.getRelativePaths() )
869 + for ( String name : classpath.getRelativePaths( pJarFile ) )
870 870 {
871 871 buffer.append( ' ' );
872 872 buffer.append( name );