Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9185f56fc8b78fe433491277a8fa8fef2d18efe7 (plain) (blame)
1
2
3
4
# Persist project settings for later import 
natures = org.eclipse.jdt.core.javanature; org.eclipse.pde.PluginNature
builders = org.eclipse.jdt.core.javabuilder; org.eclipse.pde.ManifestBuilder; org.eclipse.pde.SchemaBuilder
var.ECLIPSE_PLUGINS = <<ECLIPSE_PLUGINS>>

Back to the top