Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.core.net.win32.x86_64/build.properties')
-rw-r--r--bundles/org.eclipse.core.net.win32.x86_64/build.properties22
1 files changed, 22 insertions, 0 deletions
diff --git a/bundles/org.eclipse.core.net.win32.x86_64/build.properties b/bundles/org.eclipse.core.net.win32.x86_64/build.properties
new file mode 100644
index 000000000..55c2b946b
--- /dev/null
+++ b/bundles/org.eclipse.core.net.win32.x86_64/build.properties
@@ -0,0 +1,22 @@
+###############################################################################
+# Copyright (c) 2009 IBM Corporation and others.
+#
+# This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License 2.0
+# which accompanies this distribution, and is available at
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+bin.includes = fragment.properties,\
+ .,\
+ about.html,\
+ META-INF/,\
+ bin/,\
+ jWinHttp-1.0.0.dll
+generateSourceBundle=false
+src.includes = about.html
+source.. = src/

Back to the top