1 <?xml version="1.0" encoding="UTF-8"?> 2 <projectDescription> 3 <name>OpenCV Tutorial 2 - Mixed Processing</name> 4 <comment></comment> 5 <projects> 6 </projects> 7 <buildSpec> 8 <buildCommand> 9 <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name> 10 <triggers>auto,full,incremental,</triggers> 11 <arguments> 12 <dictionary> 13 <key>?name?</key> 14 <value></value> 15 </dictionary> 16 <dictionary> 17 <key>org.eclipse.cdt.make.core.append_environment</key> 18 <value>true</value> 19 </dictionary> 20 <dictionary> 21 <key>org.eclipse.cdt.make.core.autoBuildTarget</key> 22 <value></value> 23 </dictionary> 24 <dictionary> 25 <key>org.eclipse.cdt.make.core.buildArguments</key> 26 <value></value> 27 </dictionary> 28 <dictionary> 29 <key>org.eclipse.cdt.make.core.buildCommand</key> 30 <value>${NDKROOT}/ndk-build.cmd</value> 31 </dictionary> 32 <dictionary> 33 <key>org.eclipse.cdt.make.core.cleanBuildTarget</key> 34 <value>clean</value> 35 </dictionary> 36 <dictionary> 37 <key>org.eclipse.cdt.make.core.contents</key> 38 <value>org.eclipse.cdt.make.core.activeConfigSettings</value> 39 </dictionary> 40 <dictionary> 41 <key>org.eclipse.cdt.make.core.enableAutoBuild</key> 42 <value>true</value> 43 </dictionary> 44 <dictionary> 45 <key>org.eclipse.cdt.make.core.enableCleanBuild</key> 46 <value>false</value> 47 </dictionary> 48 <dictionary> 49 <key>org.eclipse.cdt.make.core.enableFullBuild</key> 50 <value>true</value> 51 </dictionary> 52 <dictionary> 53 <key>org.eclipse.cdt.make.core.fullBuildTarget</key> 54 <value></value> 55 </dictionary> 56 <dictionary> 57 <key>org.eclipse.cdt.make.core.stopOnError</key> 58 <value>true</value> 59 </dictionary> 60 <dictionary> 61 <key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key> 62 <value>false</value> 63 </dictionary> 64 </arguments> 65 </buildCommand> 66 <buildCommand> 67 <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> 68 <arguments> 69 </arguments> 70 </buildCommand> 71 <buildCommand> 72 <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> 73 <arguments> 74 </arguments> 75 </buildCommand> 76 <buildCommand> 77 <name>org.eclipse.jdt.core.javabuilder</name> 78 <arguments> 79 </arguments> 80 </buildCommand> 81 <buildCommand> 82 <name>com.android.ide.eclipse.adt.ApkBuilder</name> 83 <arguments> 84 </arguments> 85 </buildCommand> 86 <buildCommand> 87 <name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name> 88 <triggers>full,incremental,</triggers> 89 <arguments> 90 </arguments> 91 </buildCommand> 92 </buildSpec> 93 <natures> 94 <nature>com.android.ide.eclipse.adt.AndroidNature</nature> 95 <nature>org.eclipse.jdt.core.javanature</nature> 96 <nature>org.eclipse.cdt.core.cnature</nature> 97 <nature>org.eclipse.cdt.core.ccnature</nature> 98 <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature> 99 <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature> 100 </natures> 101 </projectDescription> 102