processing / processing-library-template-ant

Processing Library Template for Eclipse
Other
141 stars 447 forks source link

Make examples folder read only in distribution zip #12

Open taktran opened 8 years ago

taktran commented 8 years ago

I wanted to make the examples folder in my library read only, like the processing libraries (eg, serial), so I added this in. This means that when users try to save on top of the examples, processing will tell them they should save as another file, rather than overriding the example.

Found out how to do it from stackoverflow if interested