diff options
author | Ivan Furnadjiev | 2010-11-19 07:52:08 +0000 |
---|---|---|
committer | Ivan Furnadjiev | 2010-11-19 07:52:08 +0000 |
commit | 2b8cb8f6674e051b3b58e40dc15af5687dd3d2d4 (patch) | |
tree | 29c5d6083692f6cd1f900bf9c223049d4898cf2a /bundles | |
parent | 46e025413988adea903cd4680adb02c2d4dfc97d (diff) | |
download | org.eclipse.rap-2b8cb8f6674e051b3b58e40dc15af5687dd3d2d4.tar.gz org.eclipse.rap-2b8cb8f6674e051b3b58e40dc15af5687dd3d2d4.tar.xz org.eclipse.rap-2b8cb8f6674e051b3b58e40dc15af5687dd3d2d4.zip |
Fixed - 330623: org.eclipse.rap.ui.views bundle has wrong name in project description
https://bugs.eclipse.org/bugs/show_bug.cgi?id=330623
Diffstat (limited to 'bundles')
-rw-r--r-- | bundles/org.eclipse.rap.ui.views/.project | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.rap.ui.views/.project b/bundles/org.eclipse.rap.ui.views/.project index 770eaa2cce..079711a517 100644 --- a/bundles/org.eclipse.rap.ui.views/.project +++ b/bundles/org.eclipse.rap.ui.views/.project @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>org.eclipse.ui.views</name> + <name>org.eclipse.rap.ui.views</name> <comment></comment> <projects> </projects> |