Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.console/build.properties')
-rw-r--r--org.eclipse.ui.console/build.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/org.eclipse.ui.console/build.properties b/org.eclipse.ui.console/build.properties
new file mode 100644
index 000000000..57e46fe7b
--- /dev/null
+++ b/org.eclipse.ui.console/build.properties
@@ -0,0 +1,17 @@
+###############################################################################
+# Copyright (c) 2000, 2003 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Common Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/cpl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+bin.includes = plugin.xml,\
+ plugin.properties,\
+ *.jar,\
+ about.html
+
+source.console.jar src/
+src.includes=about.html

Back to the top