Author: nickboldt
Date: 2010-08-10 11:13:04 -0400 (Tue, 10 Aug 2010)
New Revision: 24023
Modified:
trunk/build/parent/pom.xml
trunk/parent-pom.xml
Log:
synch parent-pom.xml build/parent/pom.xml and update to use better XulRunner 1.9.1.2 site
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2010-08-10 14:41:51 UTC (rev 24022)
+++ trunk/build/parent/pom.xml 2010-08-10 15:13:04 UTC (rev 24023)
@@ -277,7 +277,7 @@
</repository>
<repository>
<id>jboss-xulrunner-1.9.1.2</id>
- <
url>http://download.jboss.org/jbosstools/updates/xulrunner/
+ <
url>http://download.jboss.org/jbosstools/updates/xulrunner-1.9.1.2/
</url>
<layout>p2</layout>
<snapshots>
@@ -857,16 +857,4 @@
</releases>
</pluginRepository>
</pluginRepositories>
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>apache-oro</groupId>
- <artifactId>jakarta-oro</artifactId>
- <version>2.0.8</version>
- <scope>compile</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
</project>
Modified: trunk/parent-pom.xml
===================================================================
--- trunk/parent-pom.xml 2010-08-10 14:41:51 UTC (rev 24022)
+++ trunk/parent-pom.xml 2010-08-10 15:13:04 UTC (rev 24023)
@@ -6,6 +6,9 @@
<version>0.0.1-SNAPSHOT</version>
<name>JBoss Tools Parent</name>
<packaging>pom</packaging>
+ <modules>
+ <module>build/target-platform</module>
+ </modules>
<properties>
<!-- <tychoVersion>0.10.0-SNAPSHOT</tychoVersion> -->
@@ -149,7 +152,6 @@
<activeByDefault>true</activeByDefault>
</activation>
<properties>
- <target.platform>e36-wtp32</target.platform>
</properties>
<build>
<plugins>
@@ -274,6 +276,18 @@
</releases>
</repository>
<repository>
+ <id>jboss-xulrunner-1.9.1.2</id>
+ <
url>http://download.jboss.org/jbosstools/updates/xulrunner-1.9.1.2/
+ </url>
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ <!--repository>
<id>jboss-xulrunner-1.9.2</id>
<
url>http://download.jboss.org/jbosstools/updates/xulrunner-1.9.2/
</url>
@@ -284,7 +298,7 @@
<releases>
<enabled>true</enabled>
</releases>
- </repository>
+ </repository-->
<repository>
<id>google eclipse plugins</id>
<
url>http://dl.google.com/eclipse/plugin/3.6</url>
@@ -779,6 +793,24 @@
</plugins>
</build>
</profile>
+
+ <profile>
+ <id>jbosstools-nightly-trunk</id>
+ <repositories>
+ <repository>
+ <id>jbosstools-nightly-trunk</id>
+ <
url>http://download.jboss.org/jbosstools/updates/nightly/trunk/</ur...
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
+ </profile>
+
</profiles>
<pluginRepositories>
<pluginRepository>