Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-12-28 18:07:30 +0000
committerEike Stepper2008-12-28 18:07:30 +0000
commite84a2efac794b99633e5ce2961af4a784422a4bb (patch)
tree7fc2e764236af34b834840e02b569f43e4fd0bac /plugins/org.eclipse.net4j.defs/build.properties
parentd995f99ee984ab46739ec135b19b932a72eba14d (diff)
downloadcdo-e84a2efac794b99633e5ce2961af4a784422a4bb.tar.gz
cdo-e84a2efac794b99633e5ce2961af4a784422a4bb.tar.xz
cdo-e84a2efac794b99633e5ce2961af4a784422a4bb.zip
[246623] Create Definition model as alternative configuration/wiring mechanism
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246623
Diffstat (limited to 'plugins/org.eclipse.net4j.defs/build.properties')
-rw-r--r--plugins/org.eclipse.net4j.defs/build.properties23
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/org.eclipse.net4j.defs/build.properties b/plugins/org.eclipse.net4j.defs/build.properties
new file mode 100644
index 0000000000..8de8fa2c13
--- /dev/null
+++ b/plugins/org.eclipse.net4j.defs/build.properties
@@ -0,0 +1,23 @@
+# Copyright (c) 2004 - 2008 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 = .,\
+ META-INF/,\
+ plugin.properties,\
+ about.html,\
+ copyright.txt,\
+ epl-v10.html,\
+ license.html,\
+ plugin.xml,\
+ model/
+jars.compile.order = .
+source.. = src/
+output.. = bin/

Back to the top