Hi Alberto, Ahhh could have known "find" would be able to do exactly what we needed :-)
I've fixed the various source files and license file. The project/makefiles in OpenThreads are actually now redundant and likely broken so I've removed these completely. The XCode projects I won't touch, but since I'm soon going to move the XCode projects out of the OSG this won't be an issue for much longer! Cheers, Robert. On Thu, Jun 3, 2010 at 4:47 PM, Alberto Luaces <[email protected]> wrote: > Robert Osfield writes: > >> Could you do an svn update and double check that things are now fixed. > > Wow, those were a lot of files :-) I updated, did a > > find -executable -not -type d > > and found some more files: > > ./Xcode/XcodeTemplates/OSG Application/OSGApp.pbproj/project.pbxproj > ./Xcode/XcodeTemplates/OSG Application/OSGApp.pbproj/TemplateInfo.plist > ./Xcode/XcodeTemplates/OSG Application/English.lproj/InfoPlist.strings > ./Xcode/XcodeTemplates/OSG Application/English.lproj/main.nib/classes.nib > ./Xcode/XcodeTemplates/OSG Application/English.lproj/main.nib/objects.xib > ./Xcode/XcodeTemplates/OSG Application/English.lproj/main.nib/info.nib > > Since those are related to Xcode, I'd rather not touch them because I > don't know if they are supposed to be executable or not. Maybe someone > on the list will. > > ./src/osgViewer/PixelBufferCocoa.mm > ./src/osgViewer/DarwinUtils.h > ./src/osgViewer/DarwinUtils.mm > ./src/osgViewer/GraphicsWindowCocoa.mm > ./src/OpenThreads/win32/OpenThreads.dsw > ./src/OpenThreads/win32/OpenThreads.dsp > ./src/OpenThreads/win32/GNUmakefile > ./src/OpenThreads/sproc/SprocThreadPrivateActions.h > ./src/OpenThreads/sproc/SprocThread.c++ > ./src/OpenThreads/sproc/SprocCondition.c++ > ./src/OpenThreads/sproc/SprocMutex.c++ > ./src/OpenThreads/sproc/SharedArena.h > ./src/OpenThreads/sproc/SharedArena.c++ > ./src/OpenThreads/sproc/SprocConditionPrivateData.h > ./src/OpenThreads/sproc/SprocBarrierPrivateData.h > ./src/OpenThreads/sproc/SprocThreadPrivateData.h > ./src/OpenThreads/sproc/SprocMutexPrivateData.h > ./src/OpenThreads/sproc/SprocBarrier.c++ > ./src/osgPlugins/vrml/LICENSE.txt > > Those are all source files, except for the license file, the makefile > and the VS project files. I think the executable bit could be also > switched off safely for all of them. > > Thank you very much, > > -- > Alberto > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
