Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2007-09-24 09:42:36 +0000
committerEike Stepper2007-09-24 09:42:36 +0000
commitc02e7448f6da62da765407d57347073f9bb6f66a (patch)
tree6af3cacf9cb4c3d1c3a0e9378a59f2c324c708eb /features/org.eclipse.emf.cdo-feature/build.properties
parent629a0f23961e9f336d1905aedda6ec9138cb8db2 (diff)
downloadcdo-c02e7448f6da62da765407d57347073f9bb6f66a.tar.gz
cdo-c02e7448f6da62da765407d57347073f9bb6f66a.tar.xz
cdo-c02e7448f6da62da765407d57347073f9bb6f66a.zip
[204364] Separate features folder in CVS
https://bugs.eclipse.org/bugs/show_bug.cgi?id=204364
Diffstat (limited to 'features/org.eclipse.emf.cdo-feature/build.properties')
-rw-r--r--features/org.eclipse.emf.cdo-feature/build.properties18
1 files changed, 18 insertions, 0 deletions
diff --git a/features/org.eclipse.emf.cdo-feature/build.properties b/features/org.eclipse.emf.cdo-feature/build.properties
new file mode 100644
index 0000000000..5c95ba54bc
--- /dev/null
+++ b/features/org.eclipse.emf.cdo-feature/build.properties
@@ -0,0 +1,18 @@
+# Copyright (c) 2004 - 2007 Eike Stepper, Germany.
+# 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
+
+bin.includes = feature.xml,\
+ epl-v10.html,\
+ copyright.txt,\
+ feature.properties,\
+ about.html,\
+ license.html
+root = rootfiles

Back to the top