root/branches/flnkeditor/.project

Revision 1542, 1.1 kB (checked in by dsugar, 2 years ago)

Changes to split out the libselinuxjava stuff from the main plugin.
Now the fragments are needed when developing.

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <projectDescription>
3         <name>CDSFramework</name>
4         <comment>JavaCC Nature</comment>
5         <projects>
6         </projects>
7         <buildSpec>
8                 <buildCommand>
9                         <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
10                         <arguments>
11                                 <dictionary>
12                                         <key>LaunchConfigHandle</key>
13                                         <value>&lt;project&gt;/.externalToolBuilders/CDSFramework libSELinux Builder.launch</value>
14                                 </dictionary>
15                         </arguments>
16                 </buildCommand>
17                 <buildCommand>
18                         <name>org.eclipse.pde.ManifestBuilder</name>
19                         <arguments>
20                         </arguments>
21                 </buildCommand>
22                 <buildCommand>
23                         <name>sf.eclipse.javacc.javaccbuilder</name>
24                         <arguments>
25                         </arguments>
26                 </buildCommand>
27                 <buildCommand>
28                         <name>org.eclipse.jdt.core.javabuilder</name>
29                         <arguments>
30                         </arguments>
31                 </buildCommand>
32                 <buildCommand>
33                         <name>org.eclipse.pde.SchemaBuilder</name>
34                         <arguments>
35                         </arguments>
36                 </buildCommand>
37         </buildSpec>
38         <natures>
39                 <nature>org.eclipse.pde.PluginNature</nature>
40                 <nature>org.eclipse.jdt.core.javanature</nature>
41                 <nature>rk.eclipse.javacc.javaccnature</nature>
42                 <nature>sf.eclipse.javacc.javaccnature</nature>
43         </natures>
44 </projectDescription>
Note: See TracBrowser for help on using the browser.