Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2003-10-24 15:43:50 +0000
committerDarin Swanson2003-10-24 15:43:50 +0000
commitf1677c96f0a5437ab24d99bb83e2d680b9a0b595 (patch)
treed5785b9bd3bc9a97c6bc8436a4522f8fdea43d17 /org.eclipse.core.variables/build.properties
parentf1540ecda8452a2124fbfe139425baff49fbd286 (diff)
downloadeclipse.platform.debug-f1677c96f0a5437ab24d99bb83e2d680b9a0b595.tar.gz
eclipse.platform.debug-f1677c96f0a5437ab24d99bb83e2d680b9a0b595.tar.xz
eclipse.platform.debug-f1677c96f0a5437ab24d99bb83e2d680b9a0b595.zip
Bug 45513 - Fix core variables plugin for build
Diffstat (limited to 'org.eclipse.core.variables/build.properties')
-rw-r--r--org.eclipse.core.variables/build.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/org.eclipse.core.variables/build.properties b/org.eclipse.core.variables/build.properties
new file mode 100644
index 000000000..e6c0fdaec
--- /dev/null
+++ b/org.eclipse.core.variables/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 = .options,\
+ plugin.xml,\
+ plugin.properties,\
+ *.jar,\
+ about.html
+source.variables.jar = src/
+src.includes=about.html, schema/

Back to the top