Author: jpeterka
Date: 2012-03-15 07:12:38 -0400 (Thu, 15 Mar 2012)
New Revision: 39527
Removed:
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/db/
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/hbbot-via-maven.launch
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/hibernate.cfg.xml
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/launchers/
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/launchers35/
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/lib/
Modified:
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/.classpath
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/.project
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/build.properties
Log:
hb bot test cleanup
Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/.classpath
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/.classpath 2012-03-15
11:12:05 UTC (rev 39526)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/.classpath 2012-03-15
11:12:38 UTC (rev 39527)
@@ -3,6 +3,6 @@
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
- <classpathentry exported="true" kind="lib"
path="lib/hsqldb.jar"/>
+ <classpathentry kind="lib"
path="/home/jpeterka/lib/hamcrest/hamcrest-core-1.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/.project
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/.project 2012-03-15
11:12:05 UTC (rev 39526)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/.project 2012-03-15
11:12:38 UTC (rev 39527)
@@ -37,4 +37,21 @@
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
+ <linkedResources>
+ <link>
+ <name>lib-org.jboss.tools.common.text.ext_3.3.0.v20111208-2036-H34-M5</name>
+ <type>2</type>
+ <location>/home/jpeterka/ide/test/jbds5m5h62/studio/plugins/org.jboss.tools.common.text.ext_3.3.0.v20111208-2036-H34-M5</location>
+ </link>
+ <link>
+ <name>lib-org.jboss.tools.common.text.xml_3.3.0.v20111208-2036-H34-M5</name>
+ <type>2</type>
+ <location>/home/jpeterka/ide/test/jbds5m5h62/studio/plugins/org.jboss.tools.common.text.xml_3.3.0.v20111208-2036-H34-M5</location>
+ </link>
+ <link>
+ <name>lib-org.jboss.tools.common_3.3.0.v20111208-2036-H34-M5</name>
+ <type>2</type>
+ <location>/home/jpeterka/ide/test/jbds5m5h62/studio/plugins/org.jboss.tools.common_3.3.0.v20111208-2036-H34-M5</location>
+ </link>
+ </linkedResources>
</projectDescription>
Modified:
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/build.properties
===================================================================
---
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/build.properties 2012-03-15
11:12:05 UTC (rev 39526)
+++
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/build.properties 2012-03-15
11:12:38 UTC (rev 39527)
@@ -2,4 +2,6 @@
output.. = bin/
bin.includes = META-INF/,\
.,\
- lib/hsqldb.jar
+ lib/hsqldb.jar,\
+ resources/src/org.jboss.hibernate.test/,\
+ resources/prj/
Deleted:
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/hbbot-via-maven.launch
===================================================================
---
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/hbbot-via-maven.launch 2012-03-15
11:12:05 UTC (rev 39526)
+++
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/hbbot-via-maven.launch 2012-03-15
11:12:38 UTC (rev 39527)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="no"?>
-<launchConfiguration
type="org.eclipse.m2e.Maven2LaunchConfigurationType">
-<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
-<stringAttribute key="M2_GOALS" value="integration-test"/>
-<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
-<booleanAttribute key="M2_OFFLINE" value="false"/>
-<stringAttribute key="M2_PROFILES" value=""/>
-<listAttribute key="M2_PROPERTIES">
-<listEntry value="swt.test.skip=false"/>
-</listAttribute>
-<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
-<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
-<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
-<booleanAttribute key="M2_WORKSPACE_RESOLUTION"
value="false"/>
-<mapAttribute key="org.eclipse.debug.core.environmentVariables">
-<mapEntry key="DISPLAY" value=":0"/>
-</mapAttribute>
-<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER"
value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_27"/>
-<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY"
value="${workspace_loc:/org.jboss.tools.hibernate.ui.bot.test}"/>
-</launchConfiguration>
Deleted:
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/hibernate.cfg.xml
===================================================================
---
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/hibernate.cfg.xml 2012-03-15
11:12:05 UTC (rev 39526)
+++
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/hibernate.cfg.xml 2012-03-15
11:12:38 UTC (rev 39527)
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE hibernate-configuration PUBLIC
- "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
- "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
-<hibernate-configuration>
- <session-factory>
- </session-factory>
-</hibernate-configuration>
Show replies by date