Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Jongman2018-04-28 09:05:24 +0000
committerWim Jongman2018-04-28 09:05:24 +0000
commit165518096041601df2ac603281504e6b479927fd (patch)
treec7c6c479007316ce3acbec4b6b1d2e12c94265b0
parent85b14a31a300f45790145071990225a8c86e12a7 (diff)
downloadeclipse.platform.common-165518096041601df2ac603281504e6b479927fd.tar.gz
eclipse.platform.common-165518096041601df2ac603281504e6b479927fd.tar.xz
eclipse.platform.common-165518096041601df2ac603281504e6b479927fd.zip
Bug 534073: [Tips] Create JSon based Tip Provider for Platform
* First test commit Change-Id: I51fd78862362082f52821c4f7da95a3c1da4a1f9 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
-rw-r--r--tips/.project11
1 files changed, 11 insertions, 0 deletions
diff --git a/tips/.project b/tips/.project
new file mode 100644
index 000000000..64fdffa73
--- /dev/null
+++ b/tips/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>tips</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
+</projectDescription>

Back to the top