root / trunk / tbeta / OSX / addons / ofxDirList / install.xml @ 151

View | Annotate | Download (660 Bytes)

1 151 ss
<install>
2 151 ss
3 151 ss
        <version>0.01</version>
4 151 ss
        <author>theo watson</author>
5 151 ss
        <url></url>
6 151 ss
7 151 ss
        <add>
8 151 ss
9 151 ss
                <!--         =====================================================================        -->
10 151 ss
                <!--        ========================== add per project using this addon =========        -->
11 151 ss
                <!--         =====================================================================        -->
12 151 ss
13 151 ss
                <src>
14 151 ss
                        <folder name="addons/ofxDirList/src">
15 151 ss
                                <file>../../../addons/ofxDirList/src/ofxDirList.h</file>
16 151 ss
                                <file>../../../addons/ofxDirList/src/ofxDirList.cpp</file>
17 151 ss
                        </folder>
18 151 ss
                </src>
19 151 ss
20 151 ss
                <include>
21 151 ss
                        <path>../../../addons/ofxDirList/src</path>
22 151 ss
                </include>
23 151 ss
24 151 ss
        </add>
25 151 ss
26 151 ss
</install>