Author: nickboldt
Date: 2010-04-16 03:02:25 -0400 (Fri, 16 Apr 2010)
New Revision: 21514
Added:
branches/modular_build/xulrunner/features/org.mozilla.xpcom.feature/pom.xml
branches/modular_build/xulrunner/features/org.mozilla.xulrunner.feature/pom.xml
branches/modular_build/xulrunner/features/pom.xml
branches/modular_build/xulrunner/pom.xml
branches/modular_build/xulrunner/site/
branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/
branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/.project
branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/README.txt
branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/pom.xml
branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/site.xml
branches/modular_build/xulrunner/site/pom.xml
Modified:
branches/modular_build/xulrunner/features/org.mozilla.xpcom.feature/
branches/modular_build/xulrunner/features/org.mozilla.xulrunner.feature/
branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86/
Log:
commit poms and svn:ignore for building xulrunner plugins, features, and site
Property changes on: branches/modular_build/xulrunner/features/org.mozilla.xpcom.feature
___________________________________________________________________
Name: svn:ignore
+ target
Added: branches/modular_build/xulrunner/features/org.mozilla.xpcom.feature/pom.xml
===================================================================
--- branches/modular_build/xulrunner/features/org.mozilla.xpcom.feature/pom.xml
(rev 0)
+++ branches/modular_build/xulrunner/features/org.mozilla.xpcom.feature/pom.xml 2010-04-16
07:02:25 UTC (rev 21514)
@@ -0,0 +1,15 @@
+<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</groupId>
+ <artifactId>org.mozilla.xpcom.feature</artifactId>
+ <version>1.9.1.2a</version>
+ <packaging>eclipse-feature</packaging>
+</project>
+
Property changes on:
branches/modular_build/xulrunner/features/org.mozilla.xulrunner.feature
___________________________________________________________________
Name: svn:ignore
+ target
Added: branches/modular_build/xulrunner/features/org.mozilla.xulrunner.feature/pom.xml
===================================================================
--- branches/modular_build/xulrunner/features/org.mozilla.xulrunner.feature/pom.xml
(rev 0)
+++
branches/modular_build/xulrunner/features/org.mozilla.xulrunner.feature/pom.xml 2010-04-16
07:02:25 UTC (rev 21514)
@@ -0,0 +1,15 @@
+<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</groupId>
+ <artifactId>org.mozilla.xulrunner.feature</artifactId>
+ <version>1.9.1.2</version>
+ <packaging>eclipse-feature</packaging>
+</project>
+
Added: branches/modular_build/xulrunner/features/pom.xml
===================================================================
--- branches/modular_build/xulrunner/features/pom.xml (rev 0)
+++ branches/modular_build/xulrunner/features/pom.xml 2010-04-16 07:02:25 UTC (rev 21514)
@@ -0,0 +1,19 @@
+<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</groupId>
+ <artifactId>features.all</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.mozilla.xpcom.feature</module>
+ <module>org.mozilla.xulrunner.feature</module>
+ </modules>
+</project>
+
Property changes on: branches/modular_build/xulrunner/plugins/org.mozilla.xpcom
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on:
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on:
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on:
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on:
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on:
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86
___________________________________________________________________
Name: svn:ignore
+ target
Added: branches/modular_build/xulrunner/pom.xml
===================================================================
--- branches/modular_build/xulrunner/pom.xml (rev 0)
+++ branches/modular_build/xulrunner/pom.xml 2010-04-16 07:02:25 UTC (rev 21514)
@@ -0,0 +1,20 @@
+<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</groupId>
+ <artifactId>xulrunner.all</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>plugins</module>
+ <module>features</module>
+ <module>site</module>
+ </modules>
+</project>
+
Property changes on: branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site
___________________________________________________________________
Name: svn:ignore
+ target
Added: branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/.project
===================================================================
--- branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/.project
(rev 0)
+++ branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/.project 2010-04-16
07:02:25 UTC (rev 21514)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.mozilla.xulrunner.site</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.UpdateSiteBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.UpdateSiteNature</nature>
+ </natures>
+</projectDescription>
Added: branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/README.txt
===================================================================
--- branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/README.txt
(rev 0)
+++ branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/README.txt 2010-04-16
07:02:25 UTC (rev 21514)
@@ -0,0 +1,17 @@
+To regen update site metadata:
+
+java -jar ~/eclipse/eclipse36/plugins/org.eclipse.equinox.launcher_1.1.0.v20091116.jar \
+-application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher \
+-metadataRepository file:/home/nboldt/11/jbosstools-trunk/xulrunner/ \
+-artifactRepository file:/home/nboldt/11/jbosstools-trunk/xulrunner/ \
+-source /home/nboldt/11/jbosstools-trunk/xulrunner/ -configs "*.*.*" \
+-compress -publishArtifacts
+
+or
+
+java -jar ~/eclipse/eclipse36/plugins/org.eclipse.equinox.launcher_1.1.0.v20091116.jar \
+-application org.eclipse.equinox.p2.publisher.UpdateSitePublisher \
+-metadataRepository file:/home/nboldt/11/jbosstools-trunk/xulrunner/ \
+-artifactRepository file:/home/nboldt/11/jbosstools-trunk/xulrunner/ \
+-source /home/nboldt/11/jbosstools-trunk/xulrunner/features/org.mozilla.xulrunner.site
-configs "*.*.*" \
+-compress -publishArtifacts
Added: branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/pom.xml
===================================================================
--- branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/pom.xml
(rev 0)
+++ branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/pom.xml 2010-04-16
07:02:25 UTC (rev 21514)
@@ -0,0 +1,15 @@
+<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</groupId>
+ <artifactId>org.mozilla.xulrunner.site</artifactId>
+ <version>1.9.1.2</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
+
Added: branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/site.xml
===================================================================
--- branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/site.xml
(rev 0)
+++ branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/site.xml 2010-04-16
07:02:25 UTC (rev 21514)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <feature url="features/org.mozilla.xulrunner.feature_0.0.0.jar"
id="org.mozilla.xulrunner.feature" version="0.0.0">
+ <category name="XulRunner"/>
+ </feature>
+ <feature url="features/org.mozilla.xpcom.feature_0.0.0.jar"
id="org.mozilla.xpcom.feature" version="0.0.0">
+ <category name="XulRunner"/>
+ </feature>
+ <category-def name="XulRunner" label="XulRunner support for JBoss
Tools">
+ <description>XulRunner support for JBoss Tools</description>
+ </category-def>
+</site>
Added: branches/modular_build/xulrunner/site/pom.xml
===================================================================
--- branches/modular_build/xulrunner/site/pom.xml (rev 0)
+++ branches/modular_build/xulrunner/site/pom.xml 2010-04-16 07:02:25 UTC (rev 21514)
@@ -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>
+ <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</groupId>
+ <artifactId>site.all</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.mozilla.xulrunner.site</module>
+ </modules>
+</project>
+