diff options
author | Martin Fluegge | 2010-05-16 16:04:14 +0000 |
---|---|---|
committer | Martin Fluegge | 2010-05-16 16:04:14 +0000 |
commit | 468ae2103a4d6cf24aab3a2cabd4d764c5daaa5d (patch) | |
tree | b1e8a80a173025cd6bd3b0924b1efddc50775ed8 /plugins/org.eclipse.emf.cdo.dawn.codegen/build.properties | |
parent | d1c0df56d49e38b5c5f5d8b9457973f63c468ad3 (diff) | |
download | cdo-468ae2103a4d6cf24aab3a2cabd4d764c5daaa5d.tar.gz cdo-468ae2103a4d6cf24aab3a2cabd4d764c5daaa5d.tar.xz cdo-468ae2103a4d6cf24aab3a2cabd4d764c5daaa5d.zip |
[308232] [Dawn] Develop collaborative support for GMF on CDO
https://bugs.eclipse.org/bugs/show_bug.cgi?id=308232
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.codegen/build.properties')
-rw-r--r-- | plugins/org.eclipse.emf.cdo.dawn.codegen/build.properties | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen/build.properties b/plugins/org.eclipse.emf.cdo.dawn.codegen/build.properties new file mode 100644 index 0000000000..c3858e87de --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen/build.properties @@ -0,0 +1,20 @@ +# Copyright (c) 2004 - 2010 Martin Fluegge (Berlin, Germany) 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: +# Martin Fluegge - initial API and implementation + +# NLS_MESSAGEFORMAT_VAR +source.. = src/ +output.. = bin/ +bin.includes = META-INF/,\ + .,\ + plugin.xml,\ + about.html,\ + copyright.txt,\ + license.html +src.includes = about.html,\ + copyright.txt |