Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Schnekenburger2015-03-11 21:50:20 +0000
committerRemi Schnekenburger2015-04-10 07:59:30 +0000
commitdca1947cd0c3cedc51c6e525a3a667574dde5fec (patch)
tree89b01fcef468842367dfa72705948fa0c41db206 /plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/build.xml
parentf596d3e7f4d5b4ff4af2ce97e39e59d27f59c793 (diff)
downloadorg.eclipse.papyrus-dca1947cd0c3cedc51c6e525a3a667574dde5fec.tar.gz
org.eclipse.papyrus-dca1947cd0c3cedc51c6e525a3a667574dde5fec.tar.xz
org.eclipse.papyrus-dca1947cd0c3cedc51c6e525a3a667574dde5fec.zip
447084: EMF Facet documentation is missing in the Papyrus delivery
https://bugs.eclipse.org/bugs/show_bug.cgi?id=447084 Updating documentation for Facet, adding pom files and feature Change-Id: Ie18ca542e9205e801d7c61b42bdd84e927160111 Reviewed-on: https://git.eclipse.org/r/43705 Tested-by: Hudson CI Reviewed-by: Remi Schnekenburger <remi.schnekenburger@cea.fr>
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/build.xml')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/build.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/build.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/build.xml
new file mode 100644
index 00000000000..98b2fb21d7a
--- /dev/null
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/build.xml
@@ -0,0 +1,19 @@
+<!--
+ Copyright (c) 2012 CEA LIST.
+
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Nicolas Bros (Mia-Software) - Bug 375789 - Documentation
+-->
+<project default="all">
+ <target name="all">
+ <ant antfile="../org.eclipse.papyrus.emf.facet.doc/build.xml" target="html"/>
+ </target>
+ <target name="clean">
+ <ant antfile="../org.eclipse.papyrus.emf.facet.doc/build.xml" target="clean"/>
+ </target>
+</project>

Back to the top