Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.commons.repositories.http.core/build.properties')
-rw-r--r--org.eclipse.mylyn.commons.repositories.http.core/build.properties15
1 files changed, 15 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.commons.repositories.http.core/build.properties b/org.eclipse.mylyn.commons.repositories.http.core/build.properties
new file mode 100644
index 00000000..96bc39e0
--- /dev/null
+++ b/org.eclipse.mylyn.commons.repositories.http.core/build.properties
@@ -0,0 +1,15 @@
+###############################################################################
+# Copyright (c) 2004, 2008 Tasktop Technologies 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
+###############################################################################
+
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ about.html,\
+ plugin.properties
+src.includes = about.html

Back to the top