Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2011-02-11 22:11:07 +0000
committerPascal Rapicault2011-02-11 22:11:07 +0000
commit5d9b0a01b47f08368982f1fffbad818bc58334dc (patch)
tree06a5fd795ca5ab26813043bdcdd41f765990cedc /org.eclipse.m2e.usagedata/.project
parent0137f03b92ce37676c4295db2332b784c222d1cb (diff)
downloadm2e-core-5d9b0a01b47f08368982f1fffbad818bc58334dc.tar.gz
m2e-core-5d9b0a01b47f08368982f1fffbad818bc58334dc.tar.xz
m2e-core-5d9b0a01b47f08368982f1fffbad818bc58334dc.zip
Capture packaging type and plugin ids using UDC infrastructure.
Diffstat (limited to 'org.eclipse.m2e.usagedata/.project')
-rw-r--r--org.eclipse.m2e.usagedata/.project34
1 files changed, 34 insertions, 0 deletions
diff --git a/org.eclipse.m2e.usagedata/.project b/org.eclipse.m2e.usagedata/.project
new file mode 100644
index 00000000..1fbf11ff
--- /dev/null
+++ b/org.eclipse.m2e.usagedata/.project
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.m2e.usagedata</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.m2e.core.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>

Back to the top