Sha256: f357911ed2772704e661fddd399bedd4564125f17a4e7b08b159637a696c9b5f
Contents?: true
Size: 1.77 KB
Versions: 17
Compression:
Stored size: 1.77 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name><%= @appName %></name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> <triggers>full,incremental,</triggers> <arguments> <dictionary> <key>LaunchConfigHandle</key> <value><project>/.externalToolBuilders/eclipse_bundle.launch</value> </dictionary> </arguments> </buildCommand> <buildCommand> <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> <triggers>full,incremental,</triggers> <arguments> <dictionary> <key>LaunchConfigHandle</key> <value><project>/.externalToolBuilders/gensources.launch</value> </dictionary> </arguments> </buildCommand> <buildCommand> <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>com.android.ide.eclipse.adt.ApkBuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>com.android.ide.eclipse.adt.AndroidNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> </natures> <linkedResources> <link> <name>tmp</name> <type>2</type> <location><%= @appPath %>/bin/tmp</location> </link> <% @virtualFolders.each do |folderName, path| %> <link> <name><%= folderName %></name> <type>2</type> <location><%= path %></location> </link><% end %> </linkedResources> </projectDescription>
Version data entries
17 entries across 17 versions & 2 rubygems