Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikaël Barbero2013-11-22 15:31:44 +0000
committerMikaël Barbero2014-01-18 10:44:41 +0000
commitec605cea894a738f00a89e77699015ccdc5c41b9 (patch)
tree44df3da0e92f34b78ed0bb6de4b39b22f3f8835b /packaging/org.eclipse.emf.compare.gendoc/.project
parent5eb6dacc4a7876a0dd43968e075805a1d2cbc425 (diff)
downloadorg.eclipse.emf.compare-ec605cea894a738f00a89e77699015ccdc5c41b9.tar.gz
org.eclipse.emf.compare-ec605cea894a738f00a89e77699015ccdc5c41b9.tar.xz
org.eclipse.emf.compare-ec605cea894a738f00a89e77699015ccdc5c41b9.zip
New documentation build system
Diffstat (limited to 'packaging/org.eclipse.emf.compare.gendoc/.project')
-rw-r--r--packaging/org.eclipse.emf.compare.gendoc/.project27
1 files changed, 27 insertions, 0 deletions
diff --git a/packaging/org.eclipse.emf.compare.gendoc/.project b/packaging/org.eclipse.emf.compare.gendoc/.project
new file mode 100644
index 000000000..a2da8dc60
--- /dev/null
+++ b/packaging/org.eclipse.emf.compare.gendoc/.project
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.emf.compare.gendoc</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
+ <triggers>full,incremental,</triggers>
+ <arguments>
+ <dictionary>
+ <key>LaunchConfigHandle</key>
+ <value>&lt;project&gt;/.externalToolBuilders/Runnable Jar Builder.launch</value>
+ </dictionary>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>

Back to the top