JBoss Tools SVN: r27819 - trunk/build/composite.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-12-29 21:16:07 -0500 (Wed, 29 Dec 2010)
New Revision: 27819
Modified:
trunk/build/composite/compositeArtifacts.xml
trunk/build/composite/compositeContent.xml
Log:
update timestamp for composite repo
Modified: trunk/build/composite/compositeArtifacts.xml
===================================================================
--- trunk/build/composite/compositeArtifacts.xml 2010-12-30 02:12:18 UTC (rev 27818)
+++ trunk/build/composite/compositeArtifacts.xml 2010-12-30 02:16:07 UTC (rev 27819)
@@ -7,7 +7,7 @@
get new time w/
date +%s000
-->
-<property name="p2.timestamp" value="1293084706000"/>
+<property name="p2.timestamp" value="1293084706001"/>
</properties>
<children size="27">
Modified: trunk/build/composite/compositeContent.xml
===================================================================
--- trunk/build/composite/compositeContent.xml 2010-12-30 02:12:18 UTC (rev 27818)
+++ trunk/build/composite/compositeContent.xml 2010-12-30 02:16:07 UTC (rev 27819)
@@ -7,7 +7,7 @@
get new time w/
date +%s000
-->
-<property name="p2.timestamp" value="1293084706000"/>
+<property name="p2.timestamp" value="1293084706001"/>
</properties>
<children size="27">
14 years
JBoss Tools SVN: r27818 - trunk/build/parent.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-12-29 21:12:18 -0500 (Wed, 29 Dec 2010)
New Revision: 27818
Modified:
trunk/build/parent/pom.xml
Log:
create separate profile for naightly-staging-composite repository
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2010-12-30 01:51:41 UTC (rev 27817)
+++ trunk/build/parent/pom.xml 2010-12-30 02:12:18 UTC (rev 27818)
@@ -825,7 +825,28 @@
</repository>
</repositories>
</profile>
+
<profile>
+ <id>jbosstools-nightly-staging-composite-trunk</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <repositories>
+ <repository>
+ <id>jbosstools-nightly-staging-composite-trunk</id>
+ <url>http://download.jboss.org/jbosstools/builds/staging/_composite_/trunk/ </url>
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
+ </profile>
+
+ <profile>
<!-- this plugin is available from https://github.com/nickboldt/maven-plugins/tree/master/unique-GAV-plugin/ -->
<id>GAV</id>
<build>
14 years
JBoss Tools SVN: r27816 - trunk/build/composite.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-12-29 20:02:16 -0500 (Wed, 29 Dec 2010)
New Revision: 27816
Modified:
trunk/build/composite/publish.sh
Log:
https://issues.jboss.org/browse/JBIDE-8023 JSF component build missing test plugins from JST component
workaround to update staging composite repository
Modified: trunk/build/composite/publish.sh
===================================================================
--- trunk/build/composite/publish.sh 2010-12-30 00:53:16 UTC (rev 27815)
+++ trunk/build/composite/publish.sh 2010-12-30 01:02:16 UTC (rev 27816)
@@ -2,4 +2,4 @@
# Temp workaround to fix missing sites in composite repo
DESTINATION="tools@filemgmt.jboss.org:/downloads_htdocs/tools/builds/staging/_composite_/trunk"
-rsync -arzq --delete ${WORKSPACE}/composite ${DESTINATION}
\ No newline at end of file
+rsync -arzq --delete ${WORKSPACE}/composite/ ${DESTINATION}
\ No newline at end of file
14 years
JBoss Tools SVN: r27814 - in trunk/vpe: features/org.jboss.tools.vpe.test.feature and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-12-29 19:03:06 -0500 (Wed, 29 Dec 2010)
New Revision: 27814
Added:
trunk/vpe/features/org.jboss.tools.vpe.test.feature/
trunk/vpe/features/org.jboss.tools.vpe.test.feature/.project
trunk/vpe/features/org.jboss.tools.vpe.test.feature/build.properties
trunk/vpe/features/org.jboss.tools.vpe.test.feature/feature.xml
trunk/vpe/features/org.jboss.tools.vpe.test.feature/pom.xml
Modified:
trunk/vpe/features/pom.xml
trunk/vpe/site/site.xml
Log:
https://issues.jboss.org/browse/JBIDE-8023 JSF component build missing test plugins from JST and VPE components
Added: trunk/vpe/features/org.jboss.tools.vpe.test.feature/.project
===================================================================
--- trunk/vpe/features/org.jboss.tools.vpe.test.feature/.project (rev 0)
+++ trunk/vpe/features/org.jboss.tools.vpe.test.feature/.project 2010-12-30 00:03:06 UTC (rev 27814)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.vpe.test.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
Added: trunk/vpe/features/org.jboss.tools.vpe.test.feature/build.properties
===================================================================
--- trunk/vpe/features/org.jboss.tools.vpe.test.feature/build.properties (rev 0)
+++ trunk/vpe/features/org.jboss.tools.vpe.test.feature/build.properties 2010-12-30 00:03:06 UTC (rev 27814)
@@ -0,0 +1 @@
+bin.includes = feature.xml
Added: trunk/vpe/features/org.jboss.tools.vpe.test.feature/feature.xml
===================================================================
--- trunk/vpe/features/org.jboss.tools.vpe.test.feature/feature.xml (rev 0)
+++ trunk/vpe/features/org.jboss.tools.vpe.test.feature/feature.xml 2010-12-30 00:03:06 UTC (rev 27814)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.vpe.test.feature"
+ label="VPE Test Feature"
+ version="1.0.0.qualifier"
+ provider-name="JBoss by RedHat">
+
+ <description url="http://www.example.com/description">
+ [Enter Feature Description here.]
+ </description>
+
+ <copyright url="http://www.example.com/copyright">
+ [Enter Copyright Description here.]
+ </copyright>
+
+ <license url="http://www.example.com/license">
+ [Enter License Description here.]
+ </license>
+
+ <plugin
+ id="org.jboss.tools.vpe.base.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.vpe.html.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.vpe.jsp.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.vpe.spring.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.vpe.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.vpe.ui.bot.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.vpe.ui.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.vpe.xulrunner.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>
Added: trunk/vpe/features/org.jboss.tools.vpe.test.feature/pom.xml
===================================================================
--- trunk/vpe/features/org.jboss.tools.vpe.test.feature/pom.xml (rev 0)
+++ trunk/vpe/features/org.jboss.tools.vpe.test.feature/pom.xml 2010-12-30 00:03:06 UTC (rev 27814)
@@ -0,0 +1,13 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.vpe.features</groupId>
+ <artifactId>org.jboss.tools.vpe.test.feature</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Modified: trunk/vpe/features/pom.xml
===================================================================
--- trunk/vpe/features/pom.xml 2010-12-29 23:47:57 UTC (rev 27813)
+++ trunk/vpe/features/pom.xml 2010-12-30 00:03:06 UTC (rev 27814)
@@ -14,6 +14,7 @@
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.vpe.feature</module>
+ <module>org.jboss.tools.vpe.test.feature</module>
<module>org.jboss.tools.xulrunner.feature</module>
</modules>
</project>
Modified: trunk/vpe/site/site.xml
===================================================================
--- trunk/vpe/site/site.xml 2010-12-29 23:47:57 UTC (rev 27813)
+++ trunk/vpe/site/site.xml 2010-12-30 00:03:06 UTC (rev 27814)
@@ -8,6 +8,9 @@
<feature url="features/org.jboss.tools.vpe.feature_0.0.0.jar" id="org.jboss.tools.vpe.feature" version="0.0.0">
<category name="JBoss Tools vpe Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.vpe.test.feature_0.0.0.jar" id="org.jboss.tools.vpe.test.feature" version="0.0.0">
+ <category name="JBoss Tools VPE Test Nightly Build Update Site"/>
+ </feature>
<feature url="features/org.mozilla.xulrunner.feature_0.0.0.jar" id="org.mozilla.xulrunner.feature" version="0.0.0">
<category name="JBoss Tools vpe Nightly Build Update Site"/>
</feature>
14 years
JBoss Tools SVN: r27813 - trunk/jst/features/org.jboss.tools.jst.test.feature.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-12-29 18:47:57 -0500 (Wed, 29 Dec 2010)
New Revision: 27813
Modified:
trunk/jst/features/org.jboss.tools.jst.test.feature/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-8023 JSF component build missing test plugins from JST component
test feature added
Modified: trunk/jst/features/org.jboss.tools.jst.test.feature/pom.xml
===================================================================
--- trunk/jst/features/org.jboss.tools.jst.test.feature/pom.xml 2010-12-29 23:41:53 UTC (rev 27812)
+++ trunk/jst/features/org.jboss.tools.jst.test.feature/pom.xml 2010-12-29 23:47:57 UTC (rev 27813)
@@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst.test.features</groupId>
- <artifactId>org.jboss.tools.jst.feature</artifactId>
+ <artifactId>org.jboss.tools.jst.test.feature</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
14 years
JBoss Tools SVN: r27812 - in trunk/jst: features/org.jboss.tools.jst.test.feature and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-12-29 18:41:53 -0500 (Wed, 29 Dec 2010)
New Revision: 27812
Added:
trunk/jst/features/org.jboss.tools.jst.test.feature/
trunk/jst/features/org.jboss.tools.jst.test.feature/.project
trunk/jst/features/org.jboss.tools.jst.test.feature/build.properties
trunk/jst/features/org.jboss.tools.jst.test.feature/feature.xml
trunk/jst/features/org.jboss.tools.jst.test.feature/pom.xml
Modified:
trunk/jst/features/pom.xml
trunk/jst/site/site.xml
Log:
https://issues.jboss.org/browse/JBIDE-8023 JSF component build missing test plugins from JST component
test feature added
Added: trunk/jst/features/org.jboss.tools.jst.test.feature/.project
===================================================================
--- trunk/jst/features/org.jboss.tools.jst.test.feature/.project (rev 0)
+++ trunk/jst/features/org.jboss.tools.jst.test.feature/.project 2010-12-29 23:41:53 UTC (rev 27812)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.jst.test.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
Added: trunk/jst/features/org.jboss.tools.jst.test.feature/build.properties
===================================================================
--- trunk/jst/features/org.jboss.tools.jst.test.feature/build.properties (rev 0)
+++ trunk/jst/features/org.jboss.tools.jst.test.feature/build.properties 2010-12-29 23:41:53 UTC (rev 27812)
@@ -0,0 +1 @@
+bin.includes = feature.xml
Added: trunk/jst/features/org.jboss.tools.jst.test.feature/feature.xml
===================================================================
--- trunk/jst/features/org.jboss.tools.jst.test.feature/feature.xml (rev 0)
+++ trunk/jst/features/org.jboss.tools.jst.test.feature/feature.xml 2010-12-29 23:41:53 UTC (rev 27812)
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.jst.test.feature"
+ label="JST Test Feature"
+ version="1.0.0.qualifier"
+ provider-name="JBoss by RedHat">
+
+ <description url="http://www.example.com/description">
+ [Enter Feature Description here.]
+ </description>
+
+ <copyright url="http://www.example.com/copyright">
+ [Enter Copyright Description here.]
+ </copyright>
+
+ <license url="http://www.example.com/license">
+ [Enter License Description here.]
+ </license>
+
+ <plugin
+ id="org.jboss.tools.jst.css.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.jst.jsp.base.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.jst.jsp.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.jst.text.ext.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.jst.ui.bot.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.jst.ui.firstrun.bot.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.jst.web.kb.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.jst.web.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.jst.web.ui.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>
Added: trunk/jst/features/org.jboss.tools.jst.test.feature/pom.xml
===================================================================
--- trunk/jst/features/org.jboss.tools.jst.test.feature/pom.xml (rev 0)
+++ trunk/jst/features/org.jboss.tools.jst.test.feature/pom.xml 2010-12-29 23:41:53 UTC (rev 27812)
@@ -0,0 +1,13 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.jst.test.features</groupId>
+ <artifactId>org.jboss.tools.jst.feature</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Modified: trunk/jst/features/pom.xml
===================================================================
--- trunk/jst/features/pom.xml 2010-12-29 22:16:29 UTC (rev 27811)
+++ trunk/jst/features/pom.xml 2010-12-29 23:41:53 UTC (rev 27812)
@@ -8,6 +8,7 @@
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.jst.feature</module>
+ <module>org.jboss.tools.jst.test.feature</module>
<module>org.jboss.tools.jst.web.tiles.feature</module>
</modules>
</project>
Modified: trunk/jst/site/site.xml
===================================================================
--- trunk/jst/site/site.xml 2010-12-29 22:16:29 UTC (rev 27811)
+++ trunk/jst/site/site.xml 2010-12-29 23:41:53 UTC (rev 27812)
@@ -8,6 +8,9 @@
<feature url="features/org.jboss.tools.jst.feature_0.0.0.jar" id="org.jboss.tools.jst.feature" version="0.0.0">
<category name="JBoss Tools jst Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.jst.test.feature_0.0.0.jar" id="org.jboss.tools.jst.test.feature" version="0.0.0">
+ <category name="JBoss Tools JST Tests Nightly Build Update Site"/>
+ </feature>
<feature url="features/org.jboss.tools.jst.web.tiles.feature_0.0.0.jar" id="org.jboss.tools.jst.web.tiles.feature" version="0.0.0">
<category name="JBoss Tools jst Nightly Build Update Site"/>
</feature>
14 years
JBoss Tools SVN: r27811 - trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2010-12-29 17:16:29 -0500 (Wed, 29 Dec 2010)
New Revision: 27811
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards/NewInstancePageModel.java
Log:
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards/NewInstancePageModel.java
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards/NewInstancePageModel.java 2010-12-29 22:15:10 UTC (rev 27810)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards/NewInstancePageModel.java 2010-12-29 22:16:29 UTC (rev 27811)
@@ -68,9 +68,10 @@
}
public void setImage(DeltaCloudImage image) {
+ firePropertyChange(PROPERTY_IMAGE, this.image, this.image = image);
List<DeltaCloudHardwareProfile> filteredProfiles = filterProfiles(image, allProfiles);
setFilteredProfiles(filteredProfiles);
- firePropertyChange(PROPERTY_IMAGE, this.image, this.image = image);
+ setArch(image.getArchitecture());
}
public void setSelectedRealmIndex(int index) {
@@ -120,8 +121,7 @@
}
private void setFilteredProfiles(List<DeltaCloudHardwareProfile> profiles) {
- firePropertyChange(PROP_FILTERED_PROFILES, this.filteredProfiles,
- this.filteredProfiles = profiles);
+ firePropertyChange(PROP_FILTERED_PROFILES, this.filteredProfiles, this.filteredProfiles = profiles);
setSelectedProfileIndex(0);
}
14 years
JBoss Tools SVN: r27810 - trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/client.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2010-12-29 17:15:10 -0500 (Wed, 29 Dec 2010)
New Revision: 27810
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/client/DeltaCloudClientImpl.java
Log:
fixed unmarshalling of realms
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/client/DeltaCloudClientImpl.java
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/client/DeltaCloudClientImpl.java 2010-12-29 21:52:00 UTC (rev 27809)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/client/DeltaCloudClientImpl.java 2010-12-29 22:15:10 UTC (rev 27810)
@@ -465,7 +465,7 @@
throws ParserConfigurationException, SAXException, IOException, DeltaCloudClientException {
Document document = getDocument(getResponse(inputStream));
List<Realm> realms = new ArrayList<Realm>();
- NodeList elements = document.getElementsByTagName("realms");
+ NodeList elements = document.getElementsByTagName("realm");
for (int i = 0; i < elements.getLength(); i++) {
Realm realm = createRealm((Element) elements.item(i));
realms.add(realm);
14 years