1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" encoding="UTF-8"?>
- <projectDescription>
- <name>MapComponent</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.mtj.core.preverifier</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.mtj.core.packageBuilder</name>
- <arguments>
- <dictionary>
- <key>_do_obfuscation</key>
- <value>false</value>
- </dictionary>
- <dictionary>
- <key>_do_package</key>
- <value>true</value>
- </dictionary>
- <dictionary>
- <key>_update_version</key>
- <value>true</value>
- </dictionary>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.mtj.core.nature</nature>
- </natures>
- </projectDescription>
|