FileSync plugin for Eclipse: examples
FileSync project preferences
And this is the corresponding (auto-generated) project mapping
file:
#Sat Apr 29 21:26:02 CEST 2006
WARNING=DO NOT MODIFY THIS FILE IF YOU DON'T UNDERSTAND
defaultDestination=E\:\\temp
map|3=res|E\:/temp/c|,|,
map|2=raw|E\:/temp/b|,|.p4ignore
map|1=/|,|,|classes/;raw/;res/
map|0=classes|E\:/temp/a|**/*.xml;*.properties|,
eclipse.preferences.version=1
useCurrentDateForDestinationFiles=false
According to this project mapping:
-
files/folders in "E:\temp" will be automatically
synchronized with all project files and from any included folder
except
"classes", "raw" and "res" folders.
-
"E:\temp\a" will be synchronized with all *.xml files from "classes"
folder and any included folder, and with *.properties files only
from "classes" root.
-
"E:\temp\b" will be synchronized with all files from "raw" folder
and any included folder, except for one".p4ignore" file.
-
"E:\temp\c" will be synchronized with all files from "res" folder
and any included folder, without any further restriction.
Run FileSync manually
|