JBoss Tools SVN: r41942 - branches/jbosstools-3.3.x/modeshape.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-06-13 16:27:43 -0400 (Wed, 13 Jun 2012)
New Revision: 41942
Modified:
branches/jbosstools-3.3.x/modeshape/pom.xml
Log:
revert - should still be on parent pom CR1, not Final
Modified: branches/jbosstools-3.3.x/modeshape/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/modeshape/pom.xml 2012-06-13 19:39:09 UTC (rev 41941)
+++ branches/jbosstools-3.3.x/modeshape/pom.xml 2012-06-13 20:27:43 UTC (rev 41942)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
- <version>3.3.0.Final-SNAPSHOT</version>
+ <version>3.3.0.CR1-SNAPSHOT</version>
<relativePath>../build/parent/pom.xml</relativePath>
</parent>
<groupId>org.jboss.tools</groupId>
13 years, 10 months
JBoss Tools SVN: r41941 - trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/src/org/jboss/tools/bpel/ui/bot/test/suite.
by jbosstools-commits@lists.jboss.org
Author: apodhrad
Date: 2012-06-13 15:39:09 -0400 (Wed, 13 Jun 2012)
New Revision: 41941
Modified:
trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/src/org/jboss/tools/bpel/ui/bot/test/suite/BPELAllTest.java
Log:
BPEL bot tests: run all tests
Modified: trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/src/org/jboss/tools/bpel/ui/bot/test/suite/BPELAllTest.java
===================================================================
--- trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/src/org/jboss/tools/bpel/ui/bot/test/suite/BPELAllTest.java 2012-06-13 19:05:52 UTC (rev 41940)
+++ trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/src/org/jboss/tools/bpel/ui/bot/test/suite/BPELAllTest.java 2012-06-13 19:39:09 UTC (rev 41941)
@@ -19,19 +19,17 @@
import org.junit.runner.RunWith;
import org.junit.runners.Suite.SuiteClasses;
-//(a)SuiteClasses({OdeDeployTest.class,
-// WizardTest.class,
-// ActivityModelingTest.class,
-// AssignActivityTest.class,
-// SimpleModelingTest.class,
-// FaultModelingTest.class,
-// ToolingCompatibilityTest.class,
-// AssociateRuntimeTest.class,
-// HelloWorldExampleTest.class,
-// HelloWorldOdeExampleTest.class})
+(a)SuiteClasses({OdeDeployTest.class,
+ WizardTest.class,
+ ActivityModelingTest.class,
+ AssignActivityTest.class,
+ SimpleModelingTest.class,
+ FaultModelingTest.class,
+ ToolingCompatibilityTest.class,
+ AssociateRuntimeTest.class,
+ HelloWorldExampleTest.class,
+ HelloWorldOdeExampleTest.class})
-(a)SuiteClasses({HelloWorldExampleTest.class})
-
@RunWith(RequirementAwareSuite.class)
public class BPELAllTest extends TestSuite {
13 years, 10 months
JBoss Tools SVN: r41940 - trunk/common/plugins/org.jboss.tools.common.text.xml/META-INF.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2012-06-13 15:05:52 -0400 (Wed, 13 Jun 2012)
New Revision: 41940
Modified:
trunk/common/plugins/org.jboss.tools.common.text.xml/META-INF/MANIFEST.MF
Log:
fixed missing package from Export-Package directive
Modified: trunk/common/plugins/org.jboss.tools.common.text.xml/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.text.xml/META-INF/MANIFEST.MF 2012-06-13 17:36:50 UTC (rev 41939)
+++ trunk/common/plugins/org.jboss.tools.common.text.xml/META-INF/MANIFEST.MF 2012-06-13 19:05:52 UTC (rev 41940)
@@ -10,6 +10,7 @@
org.jboss.tools.common.text.xml.contentassist,
org.jboss.tools.common.text.xml.info,
org.jboss.tools.common.text.xml.internal.ui.preferencies,
+ org.jboss.tools.common.text.xml.quickfix,
org.jboss.tools.common.text.xml.ui,
org.jboss.tools.common.text.xml.ui.xpl,
org.jboss.tools.common.text.xml.xpl,
13 years, 10 months
JBoss Tools SVN: r41939 - in trunk: hibernatetools/features/org.hibernate.eclipse.feature and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2012-06-13 13:36:50 -0400 (Wed, 13 Jun 2012)
New Revision: 41939
Modified:
trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature.properties
trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.properties
Log:
JBIDE-11644 Fix detail description text format for JBT update site categories
removed unnecessary line breaks from hibernate and archives feature descriptions
Modified: trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature.properties
===================================================================
--- trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature.properties 2012-06-13 16:04:48 UTC (rev 41938)
+++ trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature.properties 2012-06-13 17:36:50 UTC (rev 41939)
@@ -26,7 +26,7 @@
devUpdateSiteName=JBossTools Development Update Site
# "description" property - description of the feature
-description=Project Archives provides a way to define archives based on include/exclude filesets which then\n\
+description=Project Archives provides a way to define archives based on include/exclude filesets which then \
gets incrementally updated allowing for fluent deployment for any type of Eclipse project.
copyright=JBoss, Home of Professional Open Source\n\
Modified: trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.properties
===================================================================
--- trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.properties 2012-06-13 16:04:48 UTC (rev 41938)
+++ trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.properties 2012-06-13 17:36:50 UTC (rev 41939)
@@ -26,8 +26,8 @@
devUpdateSiteName=JBossTools Development Update Site
# "description" property - description of the feature
-description=Hibernate Tools Eclipse Plugin provides development wizards,\n\
-a query console and a mapping editor for Hibernate 3.\n\
+description=Hibernate Tools Eclipse Plugin provides development wizards, \
+a query console and a mapping editor for Hibernate 3. \
Also includes hibernate-tools.jar for use with standalone Ant tools.
copyright=JBoss, Home of Professional Open Source\n\
13 years, 10 months
JBoss Tools SVN: r41938 - trunk/build/publish.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-06-13 12:04:48 -0400 (Wed, 13 Jun 2012)
New Revision: 41938
Modified:
trunk/build/publish/publish.sh
Log:
better check for when/where to run this script -- results/pom.xml and results/build.xml must exist
Modified: trunk/build/publish/publish.sh
===================================================================
--- trunk/build/publish/publish.sh 2012-06-13 16:04:35 UTC (rev 41937)
+++ trunk/build/publish/publish.sh 2012-06-13 16:04:48 UTC (rev 41938)
@@ -268,7 +268,7 @@
mkdir -p ${STAGINGDIR}/logs
# generate results page for an aggregate build only
-if [[ ${JOB_NAME/.aggregate} != ${JOB_NAME} ]] && [[ -d ${WORKSPACE}/sources/results ]]; then
+if [[ ${JOB_NAME/.aggregate} != ${JOB_NAME} ]] && [[ -f ${WORKSPACE}/sources/results/pom.xml ]] && [[ -f ${WORKSPACE}/sources/results/build.xml ]]; then
pushd ${WORKSPACE}/sources/results >/dev/null
export JAVA_HOME=$(find /qa/tools/opt -maxdepth 1 -mindepth 1 -type d -name "jdk1.6.0_*" | sort | tail -1)
export M2_HOME=$(find /qa/tools/opt -maxdepth 1 -mindepth 1 -type d -name "apache-maven-3.0.*" | sort | tail -1)
13 years, 10 months
JBoss Tools SVN: r41937 - branches/jbosstools-3.3.x/build/publish.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-06-13 12:04:35 -0400 (Wed, 13 Jun 2012)
New Revision: 41937
Modified:
branches/jbosstools-3.3.x/build/publish/publish.sh
Log:
better check for when/where to run this script -- results/pom.xml and results/build.xml must exist
Modified: branches/jbosstools-3.3.x/build/publish/publish.sh
===================================================================
--- branches/jbosstools-3.3.x/build/publish/publish.sh 2012-06-13 15:11:59 UTC (rev 41936)
+++ branches/jbosstools-3.3.x/build/publish/publish.sh 2012-06-13 16:04:35 UTC (rev 41937)
@@ -268,7 +268,7 @@
mkdir -p ${STAGINGDIR}/logs
# generate results page for an aggregate build only
-if [[ ${JOB_NAME/.aggregate} != ${JOB_NAME} ]] && [[ -d ${WORKSPACE}/sources/results ]]; then
+if [[ ${JOB_NAME/.aggregate} != ${JOB_NAME} ]] && [[ -f ${WORKSPACE}/sources/results/pom.xml ]] && [[ -f ${WORKSPACE}/sources/results/build.xml ]]; then
pushd ${WORKSPACE}/sources/results >/dev/null
export JAVA_HOME=$(find /qa/tools/opt -maxdepth 1 -mindepth 1 -type d -name "jdk1.6.0_*" | sort | tail -1)
export M2_HOME=$(find /qa/tools/opt -maxdepth 1 -mindepth 1 -type d -name "apache-maven-3.0.*" | sort | tail -1)
13 years, 10 months
JBoss Tools SVN: r41936 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2012-06-13 11:11:59 -0400 (Wed, 13 Jun 2012)
New Revision: 41936
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureGitSharedProject.java
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureUnsharedProject.java
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ImportNewProject.java
Log:
[JBIDE-12150] rolled back the erroneous patch that did not solve anything.
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureGitSharedProject.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureGitSharedProject.java 2012-06-13 15:10:56 UTC (rev 41935)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureGitSharedProject.java 2012-06-13 15:11:59 UTC (rev 41936)
@@ -101,7 +101,7 @@
addToModified(copyOpenshiftConfigurations(getApplication(), getRemoteName(), project, monitor));
addToModified(setupGitIgnore(project, monitor));
addToModified(setupOpenShiftMavenProfile(project, monitor));
- addToModified(addSettingsFile(project, monitor));
+ addSettingsFile(project, monitor);
addRemote(getRemoteName(), getApplication().getUUID(), project);
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureUnsharedProject.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureUnsharedProject.java 2012-06-13 15:10:56 UTC (rev 41935)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureUnsharedProject.java 2012-06-13 15:11:59 UTC (rev 41936)
@@ -93,7 +93,7 @@
copyOpenshiftConfigurations(getApplication(), getRemoteName(), project, monitor);
setupGitIgnore(project, monitor);
setupOpenShiftMavenProfile(project, monitor);
- addToModified(addSettingsFile(project, monitor));
+ addSettingsFile(project, monitor);
shareProject(project, monitor);
addRemoteRepo(getRemoteName(), getApplication().getGitUrl(), EGitUtils.getRepository(project));
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ImportNewProject.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ImportNewProject.java 2012-06-13 15:10:56 UTC (rev 41935)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ImportNewProject.java 2012-06-13 15:11:59 UTC (rev 41936)
@@ -85,7 +85,7 @@
// TODO: handle multiple projects (is this really possible?)
IProject project = getSettingsProject(importedProjects);
addToModified(setupGitIgnore(project, monitor));
- addToModified(addSettingsFile(project, monitor));
+ addSettingsFile(project, monitor);
addAndCommitModifiedResource(project, monitor);
return getSettingsProject(importedProjects);
13 years, 10 months
JBoss Tools SVN: r41935 - branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2012-06-13 11:10:56 -0400 (Wed, 13 Jun 2012)
New Revision: 41935
Modified:
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureGitSharedProject.java
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureUnsharedProject.java
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ImportNewProject.java
Log:
[JBIDE-12150] rolled back the erroneous patch that did not solve anything.
Modified: branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureGitSharedProject.java
===================================================================
--- branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureGitSharedProject.java 2012-06-13 14:51:18 UTC (rev 41934)
+++ branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureGitSharedProject.java 2012-06-13 15:10:56 UTC (rev 41935)
@@ -101,7 +101,7 @@
addToModified(copyOpenshiftConfigurations(getApplication(), getRemoteName(), project, monitor));
addToModified(setupGitIgnore(project, monitor));
addToModified(setupOpenShiftMavenProfile(project, monitor));
- addToModified(addSettingsFile(project, monitor));
+ addSettingsFile(project, monitor);
addRemote(getRemoteName(), getApplication().getUUID(), project);
Modified: branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureUnsharedProject.java
===================================================================
--- branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureUnsharedProject.java 2012-06-13 14:51:18 UTC (rev 41934)
+++ branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureUnsharedProject.java 2012-06-13 15:10:56 UTC (rev 41935)
@@ -93,7 +93,7 @@
copyOpenshiftConfigurations(getApplication(), getRemoteName(), project, monitor);
setupGitIgnore(project, monitor);
setupOpenShiftMavenProfile(project, monitor);
- addToModified(addSettingsFile(project, monitor));
+ addSettingsFile(project, monitor);
shareProject(project, monitor);
addRemoteRepo(getRemoteName(), getApplication().getGitUrl(), EGitUtils.getRepository(project));
Modified: branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ImportNewProject.java
===================================================================
--- branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ImportNewProject.java 2012-06-13 14:51:18 UTC (rev 41934)
+++ branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ImportNewProject.java 2012-06-13 15:10:56 UTC (rev 41935)
@@ -85,7 +85,7 @@
// TODO: handle multiple projects (is this really possible?)
IProject project = getSettingsProject(importedProjects);
addToModified(setupGitIgnore(project, monitor));
- addToModified(addSettingsFile(project, monitor));
+ addSettingsFile(project, monitor);
addAndCommitModifiedResource(project, monitor);
return getSettingsProject(importedProjects);
13 years, 10 months
JBoss Tools SVN: r41934 - branches/jbosstools-3.3.x/build/results.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-06-13 10:51:18 -0400 (Wed, 13 Jun 2012)
New Revision: 41934
Modified:
branches/jbosstools-3.3.x/build/results/pom.xml
Log:
set correct version of parent pom; copy-paste error (JBIDE-6958)
Modified: branches/jbosstools-3.3.x/build/results/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/build/results/pom.xml 2012-06-13 13:30:42 UTC (rev 41933)
+++ branches/jbosstools-3.3.x/build/results/pom.xml 2012-06-13 14:51:18 UTC (rev 41934)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
- <version>3.4.0.M1-SNAPSHOT</version>
+ <version>3.3.0.Final-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.jboss.tools</groupId>
13 years, 10 months