Author: fmancinelli
Date: 2007-11-14 20:04:59 +0100 (Wed, 14 Nov 2007)
New Revision: 5875
Modified:
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/plugin.xml
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/pom.xml
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/src/main/java/org/xwiki/eclipse/rcp/Perspective.java
Log:
* Minor refactorings for complying to naming conventions.
Modified:
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/plugin.xml
===================================================================
---
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/plugin.xml
2007-11-14 19:01:13 UTC (rev 5874)
+++
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/plugin.xml
2007-11-14 19:04:59 UTC (rev 5875)
@@ -48,15 +48,15 @@
<menuContribution
locationURI="menu:org.xwiki.xeclipse.menu.File">
<command
- commandId="org.xwiki.xeclipse.command.NewConnection"
+ commandId="org.xwiki.eclipse.command.NewConnection"
id="New connection...">
</command>
<command
- commandId="org.xwiki.xeclipse.command.NewSpace"
+ commandId="org.xwiki.eclipse.command.NewSpace"
id="New space...">
</command>
<command
- commandId="org.xwiki.xeclipse.command.NewPage"
+ commandId="org.xwiki.eclipse.command.NewPage"
id="New page...">
</command>
<separator
@@ -103,7 +103,7 @@
visible="true">
</separator>
<command
- commandId="org.xwiki.xeclipse.command.OpenPage"
+ commandId="org.xwiki.eclipse.command.OpenPage"
id="Open page...">
</command>
</menuContribution>
Modified:
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/pom.xml
===================================================================
--- xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/pom.xml
2007-11-14 19:01:13 UTC (rev 5874)
+++ xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/pom.xml
2007-11-14 19:04:59 UTC (rev 5875)
@@ -60,7 +60,7 @@
<buildProperties>
<javacSource>1.5</javacSource>
<javacTarget>1.5</javacTarget>
-
<allElementsFile>${basedir}/buildConfiguration/allElements.xml</allElementsFile>
+
<allElementsFile>${basedir}/buildConfiguration/allElements.xml</allElementsFile>
</buildProperties>
<!-- You must provide a profiles.xml file containing the value of
eclipseInstall and pdeBuildVersion,
or set them up in your settings.xml or pass them on the command
line.
Modified:
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/src/main/java/org/xwiki/eclipse/rcp/Perspective.java
===================================================================
---
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/src/main/java/org/xwiki/eclipse/rcp/Perspective.java
2007-11-14 19:01:13 UTC (rev 5874)
+++
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse.rcp/src/main/java/org/xwiki/eclipse/rcp/Perspective.java
2007-11-14 19:04:59 UTC (rev 5875)
@@ -6,10 +6,10 @@
public class Perspective implements IPerspectiveFactory {
public void createInitialLayout(IPageLayout layout) {
- layout.addView("org.xwiki.xeclipse.views.XWikiExplorer",
IPageLayout.LEFT, 0.30f,
+ layout.addView("org.xwiki.eclipse.views.XWikiExplorer",
IPageLayout.LEFT, 0.30f,
layout.getEditorArea());
- layout.addView("org.xwiki.xeclipse.views.XWikiPagePreview",
IPageLayout.BOTTOM, 0.60f,
+ layout.addView("org.xwiki.eclipse.views.XWikiPagePreview",
IPageLayout.BOTTOM, 0.60f,
layout.getEditorArea());
}
}
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications