Author: nickboldt
Date: 2010-05-17 22:00:16 -0400 (Mon, 17 May 2010)
New Revision: 22158
Added:
trunk/xulrunner/pom.xml
Removed:
trunk/xulrunner/artifacts.jar
trunk/xulrunner/content.jar
trunk/xulrunner/gensite.sh
trunk/xulrunner/site.xml
trunk/xulrunner/testsite.sh
Log:
merge from branch to trunk
Deleted: trunk/xulrunner/artifacts.jar
===================================================================
(Binary files differ)
Deleted: trunk/xulrunner/content.jar
===================================================================
(Binary files differ)
Deleted: trunk/xulrunner/gensite.sh
===================================================================
--- trunk/xulrunner/gensite.sh 2010-05-18 01:58:46 UTC (rev 22157)
+++ trunk/xulrunner/gensite.sh 2010-05-18 02:00:16 UTC (rev 22158)
@@ -1,18 +0,0 @@
-#!/bin/bash
-
-#To regen update site metadata:
-rm -fr /home/nboldt/11/jbosstools-trunk/xulrunner/artifacts.jar
/home/nboldt/11/jbosstools-trunk/xulrunner/content.jar
-
-#java -jar ~/eclipse/eclipse36/plugins/org.eclipse.equinox.launcher_*.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
-
-java -jar ~/eclipse/eclipse36/plugins/org.eclipse.equinox.launcher_*.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/ -configs "*.*.*" \
--compress -publishArtifacts
Added: trunk/xulrunner/pom.xml
===================================================================
--- trunk/xulrunner/pom.xml (rev 0)
+++ trunk/xulrunner/pom.xml 2010-05-18 02:00:16 UTC (rev 22158)
@@ -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</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>features</module>
+ <module>plugins</module>
+ <module>site</module>
+ </modules>
+</project>
+
\ No newline at end of file
Deleted: trunk/xulrunner/site.xml
===================================================================
--- trunk/xulrunner/site.xml 2010-05-18 01:58:46 UTC (rev 22157)
+++ trunk/xulrunner/site.xml 2010-05-18 02:00:16 UTC (rev 22158)
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
- <feature
url="features/org.jboss.tools.xulrunner.feature_1.9.1.2_v201003050540R.jar"
id="org.jboss.tools.xulrunner.feature"
version="1.9.1.2_v201003050540R">
- <category name="XulRunner"/>
- </feature>
- <category-def name="XulRunner" label="XulRunner support for JBoss
Tools">
- <description>XulRunner support for JBoss Tools
- </description>
- </category-def>
-</site>
Deleted: trunk/xulrunner/testsite.sh
===================================================================
--- trunk/xulrunner/testsite.sh 2010-05-18 01:58:46 UTC (rev 22157)
+++ trunk/xulrunner/testsite.sh 2010-05-18 02:00:16 UTC (rev 22158)
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-java -jar ~/eclipse/eclipse36/plugins/org.eclipse.equinox.launcher_*.jar \
--application org.eclipse.equinox.p2.director \
--metadataRepository file:/home/nboldt/11/jbosstools-trunk/xulrunner/ \
--artifactRepository file:/home/nboldt/11/jbosstools-trunk/xulrunner/ \
--profile SDKProfile -installIU org.jboss.tools.xulrunner.feature.feature.group \
--destination /home/nboldt/eclipse/35clean/eclipse
--Declipse.p2.data.area=/home/nboldt/eclipse/35clean/eclipse/p2