Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Jongman2018-03-01 15:12:39 +0000
committerWim Jongman2018-03-05 13:54:27 +0000
commitf25308346936ce81c106c66ef764d11fa8a39d35 (patch)
tree6e750e5e3eac830a732cf549c8aa322e3daa0485 /pom.xml
parent127308c8fb9aa359f0aab9672a0987b56b23ed32 (diff)
downloadeclipse.platform.ua-f25308346936ce81c106c66ef764d11fa8a39d35.tar.gz
eclipse.platform.ua-f25308346936ce81c106c66ef764d11fa8a39d35.tar.xz
eclipse.platform.ua-f25308346936ce81c106c66ef764d11fa8a39d35.zip
Bug 531786 - [Tips] Add Json providerI20180305-2000
Adds a Json provider that can loads tips from a remote or local Json file. Added about.html Change-Id: I06c67c42bc0a7fc38af06f622af82305b7cbb169 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 542d606c2..3c82cb6c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
</repositories>
</profile>
</profiles>
-
+
<modules>
<module>org.eclipse.help</module>
<module>org.eclipse.help.base</module>
@@ -65,9 +65,11 @@
<module>org.eclipse.ui.intro.quicklinks</module>
<module>org.eclipse.ui.intro.quicklinks.examples</module>
<module>org.eclipse.ui.intro.solstice.examples</module>
+
<module>org.eclipse.tips.core</module>
<module>org.eclipse.tips.ui</module>
<module>org.eclipse.tips.ide</module>
+ <module>org.eclipse.tips.json</module>
</modules>
</project>

Back to the top