JBoss Tools SVN: r23558 - workspace/dgolovin/xulrunner/plugins/org.mozilla.xpcom.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-19 13:54:43 -0400 (Mon, 19 Jul 2010)
New Revision: 23558
Removed:
workspace/dgolovin/xulrunner/plugins/org.mozilla.xpcom/pom.xml
Log:
Deleted: workspace/dgolovin/xulrunner/plugins/org.mozilla.xpcom/pom.xml
===================================================================
--- workspace/dgolovin/xulrunner/plugins/org.mozilla.xpcom/pom.xml 2010-07-19 17:51:02 UTC (rev 23557)
+++ workspace/dgolovin/xulrunner/plugins/org.mozilla.xpcom/pom.xml 2010-07-19 17:54:43 UTC (rev 23558)
@@ -1,18 +0,0 @@
-<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>
- <groupId>org.jboss.tools.xulrunner</groupId>
- <artifactId>plugins</artifactId>
- <name>xulrunner.plugins</name>
- <version>0.0.1-SNAPSHOT</version>
- <packaging>pom</packaging>
- <modules>
- <module>org.mozilla.xpcom</module>
- <module>org.mozilla.xulrunner.carbon.macosx</module>
- <module>org.mozilla.xulrunner.cocoa.macosx</module>
- <module>org.mozilla.xulrunner.gtk.linux.x86</module>
- <module>org.mozilla.xulrunner.gtk.linux.x86_64</module>
- <module>org.mozilla.xulrunner.win32.win32.x86</module>
- </modules>
-</project>
-
15 years, 9 months
JBoss Tools SVN: r23556 - trunk.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-07-19 13:42:45 -0400 (Mon, 19 Jul 2010)
New Revision: 23556
Modified:
trunk/pom.xml
Log:
add drools back into pom.xml - why does this keep getting removed??
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-07-19 17:29:40 UTC (rev 23555)
+++ trunk/pom.xml 2010-07-19 17:42:45 UTC (rev 23556)
@@ -46,7 +46,7 @@
ant -q -->
<!-- IF YOU REMOVE A MODULE, be sure to also remove it from site/site.xml and build/aggregate/site/site.xml
or the build will break! -->
- <!--module>drools</module-->
+ <module>drools</module>
<module>site</module>
</modules>
15 years, 9 months
JBoss Tools SVN: r23555 - workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-19 13:29:40 -0400 (Mon, 19 Jul 2010)
New Revision: 23555
Added:
workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86/pom.xml
Log:
Copied: workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86/pom.xml (from rev 23554, trunk/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86/pom.xml)
===================================================================
--- workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86/pom.xml (rev 0)
+++ workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86/pom.xml 2010-07-19 17:29:40 UTC (rev 23555)
@@ -0,0 +1,33 @@
+<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>
+ <relativePath>../../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.xulrunner.plugins</groupId>
+ <artifactId>org.mozilla.xulrunner.win32.win32.x86</artifactId>
+ <version>1.9.1.2</version>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <version>${tychoVersion}</version>
+ <configuration>
+ <resolver>p2</resolver>
+ <environments>
+ <environment>
+ <os>win32</os>
+ <ws>win32</ws>
+ <arch>x86</arch>
+ </environment>
+ </environments>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
15 years, 9 months
JBoss Tools SVN: r23554 - workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-19 13:29:25 -0400 (Mon, 19 Jul 2010)
New Revision: 23554
Added:
workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/pom.xml
Log:
Copied: workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/pom.xml (from rev 23553, trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/pom.xml)
===================================================================
--- workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/pom.xml (rev 0)
+++ workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/pom.xml 2010-07-19 17:29:25 UTC (rev 23554)
@@ -0,0 +1,33 @@
+<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>
+ <relativePath>../../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.xulrunner.plugins</groupId>
+ <artifactId>org.mozilla.xulrunner.gtk.linux.x86_64</artifactId>
+ <version>1.9.1.2a</version>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <version>${tychoVersion}</version>
+ <configuration>
+ <resolver>p2</resolver>
+ <environments>
+ <environment>
+ <os>linux</os>
+ <ws>gtk</ws>
+ <arch>x86_64</arch>
+ </environment>
+ </environments>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
15 years, 9 months
JBoss Tools SVN: r23553 - workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-19 13:29:12 -0400 (Mon, 19 Jul 2010)
New Revision: 23553
Added:
workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/pom.xml
Log:
Copied: workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/pom.xml (from rev 23552, trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/pom.xml)
===================================================================
--- workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/pom.xml (rev 0)
+++ workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/pom.xml 2010-07-19 17:29:12 UTC (rev 23553)
@@ -0,0 +1,33 @@
+<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>
+ <relativePath>../../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.xulrunner.plugins</groupId>
+ <artifactId>org.mozilla.xulrunner.gtk.linux.x86</artifactId>
+ <version>1.9.1.2</version>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <version>${tychoVersion}</version>
+ <configuration>
+ <resolver>p2</resolver>
+ <environments>
+ <environment>
+ <os>linux</os>
+ <ws>gtk</ws>
+ <arch>x86</arch>
+ </environment>
+ </environments>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
15 years, 9 months
JBoss Tools SVN: r23552 - workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx.x86.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-19 13:28:46 -0400 (Mon, 19 Jul 2010)
New Revision: 23552
Added:
workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx.x86/pom.xml
Log:
Copied: workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx.x86/pom.xml (from rev 23551, trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/pom.xml)
===================================================================
--- workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx.x86/pom.xml (rev 0)
+++ workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx.x86/pom.xml 2010-07-19 17:28:46 UTC (rev 23552)
@@ -0,0 +1,33 @@
+<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>
+ <relativePath>../../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.xulrunner.plugins</groupId>
+ <artifactId>org.mozilla.xulrunner.cocoa.macosx</artifactId>
+ <version>1.9.1.2</version>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <version>${tychoVersion}</version>
+ <configuration>
+ <resolver>p2</resolver>
+ <environments>
+ <environment>
+ <os>macosx</os>
+ <ws>cocoa</ws>
+ <arch></arch>
+ </environment>
+ </environments>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
15 years, 9 months
JBoss Tools SVN: r23551 - workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx.x86.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-19 13:28:28 -0400 (Mon, 19 Jul 2010)
New Revision: 23551
Added:
workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx.x86/pom.xml
Log:
Copied: workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx.x86/pom.xml (from rev 23550, trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/pom.xml)
===================================================================
--- workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx.x86/pom.xml (rev 0)
+++ workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx.x86/pom.xml 2010-07-19 17:28:28 UTC (rev 23551)
@@ -0,0 +1,33 @@
+<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>
+ <relativePath>../../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.xulrunner.plugins</groupId>
+ <artifactId>org.mozilla.xulrunner.carbon.macosx</artifactId>
+ <version>1.9.1.2</version>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <version>${tychoVersion}</version>
+ <configuration>
+ <resolver>p2</resolver>
+ <environments>
+ <environment>
+ <os>macosx</os>
+ <ws>carbon</ws>
+ <arch></arch>
+ </environment>
+ </environments>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
15 years, 9 months
JBoss Tools SVN: r23549 - workspace/dgolovin/xulrunner/plugins/org.mozilla.xpcom.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-19 13:26:34 -0400 (Mon, 19 Jul 2010)
New Revision: 23549
Added:
workspace/dgolovin/xulrunner/plugins/org.mozilla.xpcom/pom.xml
Log:
Copied: workspace/dgolovin/xulrunner/plugins/org.mozilla.xpcom/pom.xml (from rev 23548, trunk/xulrunner/plugins/pom.xml)
===================================================================
--- workspace/dgolovin/xulrunner/plugins/org.mozilla.xpcom/pom.xml (rev 0)
+++ workspace/dgolovin/xulrunner/plugins/org.mozilla.xpcom/pom.xml 2010-07-19 17:26:34 UTC (rev 23549)
@@ -0,0 +1,18 @@
+<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>
+ <groupId>org.jboss.tools.xulrunner</groupId>
+ <artifactId>plugins</artifactId>
+ <name>xulrunner.plugins</name>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.mozilla.xpcom</module>
+ <module>org.mozilla.xulrunner.carbon.macosx</module>
+ <module>org.mozilla.xulrunner.cocoa.macosx</module>
+ <module>org.mozilla.xulrunner.gtk.linux.x86</module>
+ <module>org.mozilla.xulrunner.gtk.linux.x86_64</module>
+ <module>org.mozilla.xulrunner.win32.win32.x86</module>
+ </modules>
+</project>
+
15 years, 9 months