blob: 6d974a1add0db74c411ff9cec7353c61f0d6780e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011 Torkild U. Resheim and others.
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:
Torkild U. Resheim - initial API and implementation
-->
<project name="Build EPUB Model" default="build">
<target name="build">
<!--
<delete failonerror="false">
<fileset dir="${basedir}/src-gen/org/eclipse/mylyn/docs/epub/">
<include name="*/**" />
</fileset>
</delete>
<eclipse.refreshLocal resource="${basedir}/src-gen" depth="infinite" />
<emf.Ecore2Java copyright="Copyright © 2011 Torkild U. Resheim"
reconcileGenModel="reload"
generateJavaCode="true"
model="${basedir}/model/dc.ecore"
genmodel="${basedir}/model/dc.genmodel"
modelproject="org.eclipse.mylyn.docs.epub.core"
modelprojectfragmentpath="src-gen" />
-->
</target>
</project>