[jbosstools-commits] JBoss Tools SVN: r43490 - in trunk/build: parent and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Sep 6 20:33:49 EDT 2012
Author: dgolovin
Date: 2012-09-06 20:33:48 -0400 (Thu, 06 Sep 2012)
New Revision: 43490
Modified:
trunk/build/aggregate/local-site/compositeArtifacts.xml
trunk/build/aggregate/local-site/compositeContent.xml
trunk/build/parent/pom.xml
Log:
JBDS-2270 Cannot install JBDS 6.0.0.Alpha1 on x86_64 Win
fixed
Modified: trunk/build/aggregate/local-site/compositeArtifacts.xml
===================================================================
--- trunk/build/aggregate/local-site/compositeArtifacts.xml 2012-09-07 00:08:19 UTC (rev 43489)
+++ trunk/build/aggregate/local-site/compositeArtifacts.xml 2012-09-07 00:33:48 UTC (rev 43490)
@@ -7,7 +7,7 @@
get new time w/
date +%s000
-->
-<property name='p2.timestamp' value='1306350337001'/>
+<property name='p2.timestamp' value='1306350337002'/>
</properties>
<children size='31'>
@@ -47,7 +47,7 @@
<child location='../../../xulrunner/site/target/repository/'/>
<child location='../../../openshift/site/target/repository/'/>
-<child location='../../../central/site/target/site/'/>
+<child location='../../../central/site/target/repository/'/>
</children>
</repository>
Modified: trunk/build/aggregate/local-site/compositeContent.xml
===================================================================
--- trunk/build/aggregate/local-site/compositeContent.xml 2012-09-07 00:08:19 UTC (rev 43489)
+++ trunk/build/aggregate/local-site/compositeContent.xml 2012-09-07 00:33:48 UTC (rev 43490)
@@ -7,7 +7,7 @@
get new time w/
date +%s000
-->
-<property name='p2.timestamp' value='1306350337001'/>
+<property name='p2.timestamp' value='1306350337002'/>
</properties>
<children size='31'>
@@ -47,7 +47,7 @@
<child location='../../../xulrunner/site/target/repository/'/>
<child location='../../../openshift/site/target/repository/'/>
-<child location='../../../central/site/target/site/'/>
+<child location='../../../central/site/target/repository/'/>
</children>
</repository>
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2012-09-07 00:08:19 UTC (rev 43489)
+++ trunk/build/parent/pom.xml 2012-09-07 00:33:48 UTC (rev 43490)
@@ -152,11 +152,21 @@
<arch>x86</arch>
</environment>
<environment>
+ <os>macosx</os>
+ <ws>cocoa</ws>
+ <arch>x86_64</arch>
+ </environment>
+ <environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
</environment>
<environment>
+ <os>win32</os>
+ <ws>win32</ws>
+ <arch>x86_64</arch>
+ </environment>
+ <environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86</arch>
More information about the jbosstools-commits
mailing list