Skip to content

Commit b190248

Browse files
committed
JBIDE-26543: Reorganize plugins and test plugins in a more coherent module hierarchy - Remove obsolete test plugin org.jboss.tools.hibernate.ui.test
Signed-off-by: Koen Aers <koen.aers@gmail.com>
1 parent 143dcbc commit b190248

File tree

9 files changed

+0
-192
lines changed

9 files changed

+0
-192
lines changed

dependencies.psf

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
<project reference="1.0,git://github.com/jbosstools/jbosstools-hibernate,master,plugins/org.jboss.tools.hibernate.runtime.v_4_0"/>
4242
<project reference="1.0,git://github.com/jbosstools/jbosstools-hibernate,master,plugins/org.jboss.tools.hibernate.runtime.v_4_3"/>
4343
<project reference="1.0,git://github.com/jbosstools/jbosstools-hibernate,master,plugins/org.jboss.tools.hibernate.ui"/>
44-
<project reference="1.0,git://github.com/jbosstools/jbosstools-hibernate,master,tests/org.jboss.tools.hibernate.ui.test"/>
4544
<project reference="1.0,git://github.com/jbosstools/jbosstools-hibernate,master,plugins/org.jboss.tools.hibernate.xml"/>
4645
<project reference="1.0,git://github.com/jbosstools/jbosstools-hibernate,master,plugins/org.jboss.tools.hibernate.xml.ui"/>
4746
<project reference="1.0,git://github.com/jbosstools/jbosstools-base,master,tests/plugins/org.jboss.tools.tests"/>

features/org.hibernate.eclipse.test.feature/feature.xml

-6
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@
5252
fragment="true"
5353
unpack="false"/>
5454

55-
<plugin
56-
id="org.jboss.tools.hibernate.ui.test"
57-
download-size="0"
58-
install-size="0"
59-
version="0.0.0"/>
60-
6155
<plugin
6256
id="org.jboss.tools.hibernate.runtime.v_5_0.test"
6357
download-size="0"

orm/test/core/org.jboss.tools.hibernate.ui.test/META-INF/MANIFEST.MF

-34
This file was deleted.

orm/test/core/org.jboss.tools.hibernate.ui.test/build.properties

-7
This file was deleted.

orm/test/core/org.jboss.tools.hibernate.ui.test/plugin.properties

-3
This file was deleted.

orm/test/core/org.jboss.tools.hibernate.ui.test/pom.xml

-19
This file was deleted.

orm/test/core/org.jboss.tools.hibernate.ui.test/src/org/jboss/tools/hibernate/ui/test/HibernateUiTestSuite.java

-29
This file was deleted.

orm/test/core/org.jboss.tools.hibernate.ui.test/src/org/jboss/tools/hibernate/ui/test/UiTestPlugin.java

-92
This file was deleted.

orm/test/core/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
1515
<module>org.hibernate.eclipse.jdt.ui.test</module>
1616
<module>org.jboss.tools.hibernate.jpt.core.test</module>
1717
<module>org.jboss.tools.hibernate.orm.test</module>
18-
<module>org.jboss.tools.hibernate.ui.test</module>
1918
</modules>
2019

2120
</project>

0 commit comments

Comments
 (0)