Sign in
eclipse
/
gerrit
/
amalgam
/
org.eclipse.amalgam
/
refs/heads/origin
/
.
/
examples
/
org.eclipse.amalgam.examples.modeler
/
buildZips.xml
blob: ca62ca66ff6c9d27f1fbb698152450bb94fcc86e [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"UTF-8"
?>
<project
default
=
"main"
basedir
=
"."
>
<target
name
=
"main"
>
<zip
destfile
=
"./samples/uml.zip"
basedir
=
"../org.eclipse.uml2.diagram.examples.clazz"
/>
</target>
</project>