Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-01-28 07:29:29 +0000
committerEike Stepper2012-01-28 07:29:29 +0000
commit8f79a6b271968e4944e4d948c997c5e8a73b311b (patch)
treefe83ab6095899d256765da352b39eeb842b578c6 /plugins/org.eclipse.emf.cdo.releng.projectcopy/build.properties
parent049917d15530cbd19b72029aa6150ecd2a71bb9d (diff)
downloadcdo-8f79a6b271968e4944e4d948c997c5e8a73b311b.tar.gz
cdo-8f79a6b271968e4944e4d948c997c5e8a73b311b.tar.xz
cdo-8f79a6b271968e4944e4d948c997c5e8a73b311b.zip
Added releng tool to copy projects
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.projectcopy/build.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.projectcopy/build.properties25
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.projectcopy/build.properties b/plugins/org.eclipse.emf.cdo.releng.projectcopy/build.properties
new file mode 100644
index 0000000000..d1181fa803
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.releng.projectcopy/build.properties
@@ -0,0 +1,25 @@
+# Copyright (c) 2004 - 2012 Eike Stepper (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:
+# Eike Stepper - initial API and implementation
+
+# NLS_MESSAGEFORMAT_VAR
+
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ plugin.xml,\
+ about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ copyright.txt,\
+ modeling32.png,\
+ plugin.properties
+src.includes = about.html,\
+ copyright.txt

Back to the top