Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2009-07-06 06:51:46 +0000
committerEike Stepper2009-07-06 06:51:46 +0000
commit81f787d0bff8667448a803a29a49e4fa3ac7a1c8 (patch)
tree9bc197a488bd908cfe394b075141752c64cbeb77 /plugins/org.eclipse.emf.cdo.net4j/build.properties
parentf2a20d5fe83127ba8393ffc331fe2c1c169623f3 (diff)
downloadcdo-81f787d0bff8667448a803a29a49e4fa3ac7a1c8.tar.gz
cdo-81f787d0bff8667448a803a29a49e4fa3ac7a1c8.tar.xz
cdo-81f787d0bff8667448a803a29a49e4fa3ac7a1c8.zip
[282481] Provide an EmbeddedSessionProtocol
https://bugs.eclipse.org/bugs/show_bug.cgi?id=282481
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.net4j/build.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.net4j/build.properties27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.net4j/build.properties b/plugins/org.eclipse.emf.cdo.net4j/build.properties
new file mode 100644
index 0000000000..3f64d93def
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.net4j/build.properties
@@ -0,0 +1,27 @@
+# Copyright (c) 2004 - 2009 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
+
+bin.includes = .,\
+ META-INF/,\
+ plugin.properties,\
+ .options,\
+ about.html,\
+ copyright.txt,\
+ epl-v10.html,\
+ license.html,\
+ plugin.xml
+src.includes = about.html,\
+ copyright.txt,\
+ epl-v10.html,\
+ license.html
+jars.compile.order = .
+source.. = src/
+output.. = bin/

Back to the top