diff options
author | Henrik Lindberg | 2009-12-01 17:41:31 +0000 |
---|---|---|
committer | Henrik Lindberg | 2009-12-01 17:41:31 +0000 |
commit | 131f9832b57dd8f3c845d4b18d46af42c35d6fbc (patch) | |
tree | 90c37197e9faaa521b24b93a216c179931214e7b /bundles/org.eclipse.equinox.p2.ql/build.properties | |
parent | d8f0c6b513a4449d5bbd87d7ddc193aebb1cebfb (diff) | |
download | rt.equinox.p2-131f9832b57dd8f3c845d4b18d46af42c35d6fbc.tar.gz rt.equinox.p2-131f9832b57dd8f3c845d4b18d46af42c35d6fbc.tar.xz rt.equinox.p2-131f9832b57dd8f3c845d4b18d46af42c35d6fbc.zip |
[294691] Checkin of o.e.e.p2.ql bundle
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ql/build.properties')
-rw-r--r-- | bundles/org.eclipse.equinox.p2.ql/build.properties | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ql/build.properties b/bundles/org.eclipse.equinox.p2.ql/build.properties new file mode 100644 index 000000000..230777f9a --- /dev/null +++ b/bundles/org.eclipse.equinox.p2.ql/build.properties @@ -0,0 +1,15 @@ + +# <copyright> +# </copyright> +# +# $Id$ + +bin.includes = .,\ + META-INF/,\ + plugin.properties,\ + about.html +jars.compile.order = . +source.. = src/ +output.. = bin/ +src.includes = about.html,\ + model/ |