Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjfogell2005-12-15 20:22:06 +0000
committerjfogell2005-12-15 20:22:06 +0000
commit6912cbcb6c36b2ef2a4daf9956acbbb9f1f10b9e (patch)
tree7bf1b27234354da45fec0f32e085c4a7fd2f327f /bundles/org.eclipse.equinox.http/build.properties
parent6f5b1f21bbfa7d170f007417333336ba9af35b8c (diff)
downloadrt.equinox.bundles-6912cbcb6c36b2ef2a4daf9956acbbb9f1f10b9e.tar.gz
rt.equinox.bundles-6912cbcb6c36b2ef2a4daf9956acbbb9f1f10b9e.tar.xz
rt.equinox.bundles-6912cbcb6c36b2ef2a4daf9956acbbb9f1f10b9e.zip
initial checkin for OSGi Http Service
Diffstat (limited to 'bundles/org.eclipse.equinox.http/build.properties')
-rw-r--r--bundles/org.eclipse.equinox.http/build.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.http/build.properties b/bundles/org.eclipse.equinox.http/build.properties
new file mode 100644
index 000000000..873261924
--- /dev/null
+++ b/bundles/org.eclipse.equinox.http/build.properties
@@ -0,0 +1,17 @@
+###############################################################################
+# Copyright (c) 2005 IBM Corporation.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
+bin.includes = META-INF/,\
+ plugin*.properties,\
+ about.html,\
+ .
+src.includes = about.html
+source.. = src/
+output.. = bin/

Back to the top