= source.substring( 0, startOfInclude )
+ includeContent
+ source.substring( startOfInclude + lengthOfInclude, source.length() )
;
FileRefBuildResource includeBuildResource = new FileRefBuildResource( new FileRef( new File( includeFilePath ) ), iCodeWriterRef );
iBuildResource.add( includeBuildResource );
}
}
catch( IOException ioe ) {
//ioe.printStackTrace();