Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwbeaton2005-11-25 19:19:50 +0000
committerwbeaton2005-11-25 19:19:50 +0000
commit23abe79f72eff92b6265c3d6ee020878e3ba89b3 (patch)
tree41d852e2af9bcc232a34cce447944b48fcf760d9 /Whitepaper
parent836eb76285e0ea14ed84fb6a7bfeed3780532158 (diff)
downloadarticles-23abe79f72eff92b6265c3d6ee020878e3ba89b3.tar.gz
articles-23abe79f72eff92b6265c3d6ee020878e3ba89b3.tar.xz
articles-23abe79f72eff92b6265c3d6ee020878e3ba89b3.zip
Changed "abstract" element to "description" to avoid odd compiler problems with PHP5
Diffstat (limited to 'Whitepaper')
-rw-r--r--Whitepaper/about.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Whitepaper/about.xml b/Whitepaper/about.xml
index 2e29b47..8013b87 100644
--- a/Whitepaper/about.xml
+++ b/Whitepaper/about.xml
@@ -3,7 +3,7 @@
<date>July 1, 2001</date>
<update date="February 1, 2003"/>
<category>whitepaper</category>
- <abstract>
+ <description>
The Eclipse Platform is designed for building integrated
development environments (IDEs) that can be used to create
applications as diverse as web sites, embedded Java<sup>TM</sup>
@@ -13,5 +13,5 @@
its architecture. Part II is a case study of how the Eclipse
Platform was used to build a full-featured Java development
environment.
- </abstract>
+ </description>
</article> \ No newline at end of file

Back to the top