source: trunk/gnuMims.tmproj @ 155

Last change on this file since 155 was 104, checked in by gav, 15 years ago

Move /trunk/src/* to /trunk/

File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5        <key>documents</key>
6        <array>
7                <dict>
8                        <key>filename</key>
9                        <string>gnuMims.launch</string>
10                </dict>
11                <dict>
12                        <key>filename</key>
13                        <string>build.xml</string>
14                </dict>
15                <dict>
16                        <key>name</key>
17                        <string>grails-app</string>
18                        <key>regexFolderFilter</key>
19                        <string>!.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$</string>
20                        <key>sourceDirectory</key>
21                        <string>grails-app</string>
22                </dict>
23                <dict>
24                        <key>name</key>
25                        <string>test</string>
26                        <key>regexFolderFilter</key>
27                        <string>!.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$</string>
28                        <key>sourceDirectory</key>
29                        <string>test</string>
30                </dict>
31                <dict>
32                        <key>name</key>
33                        <string>lib</string>
34                        <key>regexFolderFilter</key>
35                        <string>!.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$</string>
36                        <key>sourceDirectory</key>
37                        <string>lib</string>
38                </dict>
39                <dict>
40                        <key>name</key>
41                        <string>scripts</string>
42                        <key>regexFolderFilter</key>
43                        <string>!.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$</string>
44                        <key>sourceDirectory</key>
45                        <string>scripts</string>
46                </dict>
47                <dict>
48                        <key>name</key>
49                        <string>src</string>
50                        <key>regexFolderFilter</key>
51                        <string>!.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$</string>
52                        <key>sourceDirectory</key>
53                        <string>src</string>
54                </dict>
55                <dict>
56                        <key>name</key>
57                        <string>web-app</string>
58                        <key>regexFolderFilter</key>
59                        <string>!.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$</string>
60                        <key>sourceDirectory</key>
61                        <string>web-app</string>
62                </dict>
63        </array>
64        <key>fileHierarchyDrawerWidth</key>
65        <integer>200</integer>
66        <key>metaData</key>
67        <dict/>
68        <key>showFileHierarchyDrawer</key>
69        <true/>
70        <key>windowFrame</key>
71        <string>{{237, 127}, {742, 553}}</string>
72</dict>
73</plist>
Note: See TracBrowser for help on using the repository browser.