Author: svasilyev
Date: 2007-10-18 14:48:07 -0400 (Thu, 18 Oct 2007)
New Revision: 4350
Added:
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/
Removed:
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/vpe/
Modified:
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/META-INF/MANIFEST.MF
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/Activator.java
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/ImportRichFacesComponents.java
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesAllTest.java
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesComponentTest.java
Log:
PluginId and packages were renamed according to place of tests
Modified:
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/META-INF/MANIFEST.MF 2007-10-18
18:33:32 UTC (rev 4349)
+++
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/META-INF/MANIFEST.MF 2007-10-18
18:48:07 UTC (rev 4350)
@@ -1,9 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Richfaces Plug-in
-Bundle-SymbolicName: org.jboss.tools.vpe.test.richfaces
+Bundle-SymbolicName: org.jboss.tools.jsf.vpe.richfaces.test
Bundle-Version: 1.0.0
-Bundle-Activator: org.jboss.tools.vpe.test.richfaces.Activator
+Bundle-Activator: org.jboss.tools.jsf.vpe.richfaces.test.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.jboss.tools.vpe,
Copied:
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test
(from rev 4349,
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/vpe/test/richfaces)
Modified:
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/Activator.java
===================================================================
---
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/vpe/test/richfaces/Activator.java 2007-10-18
18:33:32 UTC (rev 4349)
+++
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/Activator.java 2007-10-18
18:48:07 UTC (rev 4350)
@@ -8,7 +8,7 @@
* Contributors:
* Exadel, Inc. and Red Hat, Inc. - initial API and implementation
******************************************************************************/
-package org.jboss.tools.vpe.test.richfaces;
+package org.jboss.tools.jsf.vpe.richfaces.test;
import java.net.URL;
@@ -24,7 +24,7 @@
public class Activator extends AbstractUIPlugin {
// The plug-in ID
- public static final String PLUGIN_ID =
"org.jboss.tools.vpe.test.richfaces";
+ public static final String PLUGIN_ID =
"org.jboss.tools.jsf.vpe.richfaces.test";
// The shared instance
private static Activator plugin;
Modified:
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/ImportRichFacesComponents.java
===================================================================
---
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/vpe/test/richfaces/ImportRichFacesComponents.java 2007-10-18
18:33:32 UTC (rev 4349)
+++
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/ImportRichFacesComponents.java 2007-10-18
18:48:07 UTC (rev 4350)
@@ -8,7 +8,7 @@
* Contributors:
* Exadel, Inc. and Red Hat, Inc. - initial API and implementation
******************************************************************************/
-package org.jboss.tools.vpe.test.richfaces;
+package org.jboss.tools.jsf.vpe.richfaces.test;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
Modified:
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesAllTest.java
===================================================================
---
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/vpe/test/richfaces/RichFacesAllTest.java 2007-10-18
18:33:32 UTC (rev 4349)
+++
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesAllTest.java 2007-10-18
18:48:07 UTC (rev 4350)
@@ -8,7 +8,7 @@
* Contributors:
* Exadel, Inc. and Red Hat, Inc. - initial API and implementation
******************************************************************************/
-package org.jboss.tools.vpe.test.richfaces;
+package org.jboss.tools.jsf.vpe.richfaces.test;
import junit.framework.Test;
import junit.framework.TestSuite;
Modified:
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesComponentTest.java
===================================================================
---
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/vpe/test/richfaces/RichFacesComponentTest.java 2007-10-18
18:33:32 UTC (rev 4349)
+++
branches/jbosstools_xulrunner/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesComponentTest.java 2007-10-18
18:48:07 UTC (rev 4350)
@@ -8,7 +8,7 @@
* Contributors:
* Exadel, Inc. and Red Hat, Inc. - initial API and implementation
******************************************************************************/
-package org.jboss.tools.vpe.test.richfaces;
+package org.jboss.tools.jsf.vpe.richfaces.test;
import java.util.Collection;
Show replies by date