JBoss Tools SVN: r30715 - in branches/xulrunner-1.9.2.16/xulrunner/features: org.mozilla.xulrunner.feature and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: yradtsevich
Date: 2011-04-21 14:29:41 -0400 (Thu, 21 Apr 2011)
New Revision: 30715
Modified:
branches/xulrunner-1.9.2.16/xulrunner/features/org.mozilla.xpcom.feature/feature.xml
branches/xulrunner-1.9.2.16/xulrunner/features/org.mozilla.xulrunner.feature/feature.xml
Log:
https://issues.jboss.org/browse/JBIDE-6429 : Move to XULRunner 1.9.2
- updated versions in feature.xml's
Modified: branches/xulrunner-1.9.2.16/xulrunner/features/org.mozilla.xpcom.feature/feature.xml
===================================================================
--- branches/xulrunner-1.9.2.16/xulrunner/features/org.mozilla.xpcom.feature/feature.xml 2011-04-21 18:14:31 UTC (rev 30714)
+++ branches/xulrunner-1.9.2.16/xulrunner/features/org.mozilla.xpcom.feature/feature.xml 2011-04-21 18:29:41 UTC (rev 30715)
@@ -2,7 +2,7 @@
<feature
id="org.mozilla.xpcom.feature"
label="XPCOM Feature"
- version="1.9.12.qualifier"
+ version="1.9.2.16.qualifier"
provider-name="JBoss by Red Hat">
<description>
Modified: branches/xulrunner-1.9.2.16/xulrunner/features/org.mozilla.xulrunner.feature/feature.xml
===================================================================
--- branches/xulrunner-1.9.2.16/xulrunner/features/org.mozilla.xulrunner.feature/feature.xml 2011-04-21 18:14:31 UTC (rev 30714)
+++ branches/xulrunner-1.9.2.16/xulrunner/features/org.mozilla.xulrunner.feature/feature.xml 2011-04-21 18:29:41 UTC (rev 30715)
@@ -2,7 +2,7 @@
<feature
id="org.mozilla.xulrunner.feature"
label="XulRunner Feature"
- version="1.9.12.qualifier"
+ version="1.9.2.16.qualifier"
provider-name="JBoss by Red Hat"
os="linux,macosx,win32"
ws="carbon,cocoa,gtk,win32"
14 years, 11 months
JBoss Tools SVN: r30714 - in branches/xulrunner-1.9.2.16/xulrunner: features/org.mozilla.xulrunner.feature and 4 other directories.
by jbosstools-commits@lists.jboss.org
Author: yradtsevich
Date: 2011-04-21 14:14:31 -0400 (Thu, 21 Apr 2011)
New Revision: 30714
Modified:
branches/xulrunner-1.9.2.16/xulrunner/features/org.mozilla.xpcom.feature/pom.xml
branches/xulrunner-1.9.2.16/xulrunner/features/org.mozilla.xulrunner.feature/pom.xml
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xpcom/pom.xml
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/pom.xml
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/pom.xml
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-6429 : Move to XULRunner 1.9.2
- updated versions in pom.xml's
Modified: branches/xulrunner-1.9.2.16/xulrunner/features/org.mozilla.xpcom.feature/pom.xml
===================================================================
--- branches/xulrunner-1.9.2.16/xulrunner/features/org.mozilla.xpcom.feature/pom.xml 2011-04-21 18:12:48 UTC (rev 30713)
+++ branches/xulrunner-1.9.2.16/xulrunner/features/org.mozilla.xpcom.feature/pom.xml 2011-04-21 18:14:31 UTC (rev 30714)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.xulrunner.features</groupId>
<artifactId>org.mozilla.xpcom.feature</artifactId>
- <version>1.9.12-SNAPSHOT</version>
+ <version>1.9.2.16-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Modified: branches/xulrunner-1.9.2.16/xulrunner/features/org.mozilla.xulrunner.feature/pom.xml
===================================================================
--- branches/xulrunner-1.9.2.16/xulrunner/features/org.mozilla.xulrunner.feature/pom.xml 2011-04-21 18:12:48 UTC (rev 30713)
+++ branches/xulrunner-1.9.2.16/xulrunner/features/org.mozilla.xulrunner.feature/pom.xml 2011-04-21 18:14:31 UTC (rev 30714)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.xulrunner.features</groupId>
<artifactId>org.mozilla.xulrunner.feature</artifactId>
- <version>1.9.12-SNAPSHOT</version>
+ <version>1.9.2.16-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Modified: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xpcom/pom.xml
===================================================================
--- branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xpcom/pom.xml 2011-04-21 18:12:48 UTC (rev 30713)
+++ branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xpcom/pom.xml 2011-04-21 18:14:31 UTC (rev 30714)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.xulrunner.plugins</groupId>
<artifactId>org.mozilla.xpcom</artifactId>
- <version>1.9.1.2a</version>
+ <version>1.9.2.16</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/pom.xml
===================================================================
--- branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/pom.xml 2011-04-21 18:12:48 UTC (rev 30713)
+++ branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/pom.xml 2011-04-21 18:14:31 UTC (rev 30714)
@@ -8,7 +8,7 @@
</parent>
<groupId>org.jboss.tools.xulrunner.plugins</groupId>
<artifactId>org.mozilla.xulrunner.gtk.linux.x86</artifactId>
- <version>1.9.1.2</version>
+ <version>1.9.2.16</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Modified: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/pom.xml
===================================================================
--- branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/pom.xml 2011-04-21 18:12:48 UTC (rev 30713)
+++ branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/pom.xml 2011-04-21 18:14:31 UTC (rev 30714)
@@ -8,7 +8,7 @@
</parent>
<groupId>org.jboss.tools.xulrunner.plugins</groupId>
<artifactId>org.mozilla.xulrunner.gtk.linux.x86_64</artifactId>
- <version>1.9.1.2a</version>
+ <version>1.9.2.16</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Modified: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86/pom.xml
===================================================================
--- branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86/pom.xml 2011-04-21 18:12:48 UTC (rev 30713)
+++ branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86/pom.xml 2011-04-21 18:14:31 UTC (rev 30714)
@@ -8,7 +8,7 @@
</parent>
<groupId>org.jboss.tools.xulrunner.plugins</groupId>
<artifactId>org.mozilla.xulrunner.win32.win32.x86</artifactId>
- <version>1.9.1.2</version>
+ <version>1.9.2.16</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
14 years, 11 months
JBoss Tools SVN: r30713 - trunk/as/tests/org.jboss.ide.eclipse.as.test.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2011-04-21 14:12:48 -0400 (Thu, 21 Apr 2011)
New Revision: 30713
Modified:
trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml
Log:
JBIDE-8772 to trunk - tests
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml 2011-04-21 17:53:59 UTC (rev 30712)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml 2011-04-21 18:12:48 UTC (rev 30713)
@@ -17,7 +17,9 @@
<jbosstools.test.jboss.home.4.2>${requirement.build.root}/jboss-4.2.3.GA</jbosstools.test.jboss.home.4.2>
<jbosstools.test.jboss.home.5.0>${requirement.build.root}/jboss-5.0.1.GA</jbosstools.test.jboss.home.5.0>
<jbosstools.test.jboss.home.5.1>${requirement.build.root}/jboss-5.1.0.GA</jbosstools.test.jboss.home.5.1>
- <systemProperties>-Djbosstools.test.jboss.home.3.2=${jbosstools.test.jboss.home.3.2} -Djbosstools.test.jboss.home.4.0=${jbosstools.test.jboss.home.4.0} -Djbosstools.test.jboss.home.4.2=${jbosstools.test.jboss.home.4.2} -Djbosstools.test.jboss.home.5.0=${jbosstools.test.jboss.home.5.0} -Djbosstools.test.jboss.home.5.1=${jbosstools.test.jboss.home.5.1}</systemProperties>
+ <jbosstools.test.jboss.home.6.0>${requirement.build.root}/jboss-6.0.0.GA</jbosstools.test.jboss.home.6.0>
+ <jbosstools.test.jboss.home.7.0>${requirement.build.root}/jboss-7.0.0.GA</jbosstools.test.jboss.home.7.0>
+ <systemProperties>-Djbosstools.test.jboss.home.3.2=${jbosstools.test.jboss.home.3.2} -Djbosstools.test.jboss.home.4.0=${jbosstools.test.jboss.home.4.0} -Djbosstools.test.jboss.home.4.2=${jbosstools.test.jboss.home.4.2} -Djbosstools.test.jboss.home.5.0=${jbosstools.test.jboss.home.5.0} -Djbosstools.test.jboss.home.5.1=${jbosstools.test.jboss.home.5.1} -Djbosstools.test.jboss.home.6.0=${jbosstools.test.jboss.home.6.0} -Djbosstools.test.jboss.home.7.0=${jbosstools.test.jboss.home.7.0} </systemProperties>
<emma.filter>org.jboss.ide.eclipse.as.core*</emma.filter>
<emma.instrument.bundles>org.jboss.ide.eclipse.as.core</emma.instrument.bundles>
</properties>
@@ -35,4 +37,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
14 years, 11 months
JBoss Tools SVN: r30712 - branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx.
by jbosstools-commits@lists.jboss.org
Author: dmaliarevich
Date: 2011-04-21 13:53:59 -0400 (Thu, 21 Apr 2011)
New Revision: 30712
Modified:
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/pom.xml
Log:
version in pom.xml was changed
Modified: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/pom.xml
===================================================================
--- branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/pom.xml 2011-04-21 17:53:53 UTC (rev 30711)
+++ branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/pom.xml 2011-04-21 17:53:59 UTC (rev 30712)
@@ -8,7 +8,7 @@
</parent>
<groupId>org.jboss.tools.xulrunner.plugins</groupId>
<artifactId>org.mozilla.xulrunner.cocoa.macosx</artifactId>
- <version>1.9.1.2a</version>
+ <version>1.9.2.16</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
14 years, 11 months
JBoss Tools SVN: r30711 - trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2011-04-21 13:53:53 -0400 (Thu, 21 Apr 2011)
New Revision: 30711
Modified:
trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/ASTest.java
trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/PreReqTest.java
Log:
adding default tests for as7
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/ASTest.java
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/ASTest.java 2011-04-21 17:49:37 UTC (rev 30710)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/ASTest.java 2011-04-21 17:53:53 UTC (rev 30711)
@@ -83,6 +83,8 @@
public static final String JBOSS_AS_50_HOME = System.getProperty("jbosstools.test.jboss.home.5.0", "C:\\apps\\jboss\\jboss-5.0.0.GA\\");
public static final String JBOSS_AS_51_HOME = System.getProperty("jbosstools.test.jboss.home.5.1", "C:\\apps\\jboss\\jboss-5.1.0.GA\\");
public static final String JBOSS_AS_52_HOME = System.getProperty("jbosstools.test.jboss.home.5.2", "C:\\apps\\jboss\\jboss-5.2.0.GA\\");
+ public static final String JBOSS_AS_60_HOME = System.getProperty("jbosstools.test.jboss.home.6.0", "C:\\apps\\jboss\\jboss-6.0.0.GA\\");
+ public static final String JBOSS_AS_70_HOME = System.getProperty("jbosstools.test.jboss.home.7.0", "C:\\apps\\jboss\\jboss-7.0.0.GA\\");
public static final String JRE_14_HOME = System.getProperty("jbosstools.test.jre.1.4", "C:\\apps\\jboss\\jboss-5.2.0.GA\\");
public static final String JRE_5_HOME = System.getProperty("jbosstools.test.jre.5", "C:\\apps\\jboss\\jboss-5.2.0.GA\\");
public static final String JRE_6_HOME = System.getProperty("jbosstools.test.jre.6", "C:\\apps\\jboss\\jboss-5.2.0.GA\\");
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/PreReqTest.java
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/PreReqTest.java 2011-04-21 17:49:37 UTC (rev 30710)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/PreReqTest.java 2011-04-21 17:53:53 UTC (rev 30711)
@@ -34,6 +34,9 @@
* This class will test whether all of the pre-req
* locations, such as a working JBoss 4.2, are set.
*
+ * It also tests whether or not the server and
+ * runtime types exist (ie build error / config error)
+ *
* @author rob.stryker <rob.stryker(a)redhat.com>
*/
public class PreReqTest extends TestCase {
@@ -49,7 +52,23 @@
public void testAS42Exists() {
_testExists("JBoss 4.2", ASTest.JBOSS_AS_42_HOME);
}
-
+
+ public void testAS50Exists() {
+ _testExists("JBoss 5.0", ASTest.JBOSS_AS_50_HOME);
+ }
+
+ public void testAS51Exists() {
+ _testExists("JBoss 5.1", ASTest.JBOSS_AS_51_HOME);
+ }
+
+ public void testAS60Exists() {
+ _testExists("JBoss 6.0", ASTest.JBOSS_AS_60_HOME);
+ }
+
+ public void testAS70Exists() {
+ _testExists("JBoss 7.0", ASTest.JBOSS_AS_70_HOME);
+ }
+
public void testASHomeExists() {
_testExists("Default JBoss Installation", ASTest.JBOSS_AS_HOME);
}
@@ -87,6 +106,14 @@
_testRuntime(IJBossToolingConstants.AS_51);
}
+ public void testRuntime60Found() {
+ _testRuntime(IJBossToolingConstants.AS_60);
+ }
+
+ public void testRuntime70Found() {
+ _testRuntime(IJBossToolingConstants.AS_70);
+ }
+
public void testServer32Found() {
_testServer(IJBossToolingConstants.SERVER_AS_32);
}
@@ -107,7 +134,14 @@
_testServer(IJBossToolingConstants.SERVER_AS_51);
}
+ public void testServer60Found() {
+ _testServer(IJBossToolingConstants.SERVER_AS_60);
+ }
+ public void testServer70Found() {
+ _testServer(IJBossToolingConstants.SERVER_AS_70);
+ }
+
public void _testRuntime(String typeId) {
IRuntimeType rt = ServerCore.findRuntimeType(typeId);
if( rt == null )
14 years, 11 months
JBoss Tools SVN: r30710 - in trunk: requirements/jbossas and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-04-21 13:49:37 -0400 (Thu, 21 Apr 2011)
New Revision: 30710
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/build.properties
trunk/requirements/jbossas/build.properties
Log:
add readme/reminder to build.properties
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/build.properties
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/build.properties 2011-04-21 17:44:42 UTC (rev 30709)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/build.properties 2011-04-21 17:49:37 UTC (rev 30710)
@@ -1,3 +1,8 @@
+# reminder, when updating to something newer, also update:
+# ~/trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/
+# ~/trunk/requirements/jbossas/build.properties
+# latest downloads: http://www.jboss.org/jbossas/downloads
+# current: http://download.jboss.org/jbossas/7.0/jboss-7.0.0.Beta3/jboss-7.0.0.Beta3...
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
Modified: trunk/requirements/jbossas/build.properties
===================================================================
--- trunk/requirements/jbossas/build.properties 2011-04-21 17:44:42 UTC (rev 30709)
+++ trunk/requirements/jbossas/build.properties 2011-04-21 17:49:37 UTC (rev 30710)
@@ -32,7 +32,11 @@
jboss60.build.archive=${jboss60.build.name}.zip
jboss60.build.archive.md5=81ed7c2c274881963467c11f204eedfc
-# http://download.jboss.org/jbossas/7.0/jboss-7.0.0.Beta3/jboss-7.0.0.Beta3...
+# reminder, when updating to something newer, also update:
+# ~/trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/
+# ~/trunk/requirements/jbossas/build.properties
+# latest downloads: http://www.jboss.org/jbossas/downloads
+# current: http://download.jboss.org/jbossas/7.0/jboss-7.0.0.Beta3/jboss-7.0.0.Beta3...
jboss70.build.uri=http://download.jboss.org/jbossas/7.0/jboss-7.0.0.Beta3/
jboss70.build.name=jboss-7.0.0.Beta3
jboss70.build.archive=${jboss70.build.name}.zip
14 years, 11 months
JBoss Tools SVN: r30709 - trunk/requirements/jbossas.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-04-21 13:44:42 -0400 (Thu, 21 Apr 2011)
New Revision: 30709
Modified:
trunk/requirements/jbossas/build.properties
trunk/requirements/jbossas/buildRequirement.xml
Log:
add AS 6.0.0.Final and AS 7.0.0.Beta3 downloads
Modified: trunk/requirements/jbossas/build.properties
===================================================================
--- trunk/requirements/jbossas/build.properties 2011-04-21 17:16:01 UTC (rev 30708)
+++ trunk/requirements/jbossas/build.properties 2011-04-21 17:44:42 UTC (rev 30709)
@@ -1,5 +1,5 @@
-#jbossas.build.uri=http://downloads.sourceforge.net/sourceforge/jboss
jbossas.build.uri=http://repository.jboss.org/sourceforge
+jbossas.build.uri2=http://downloads.sourceforge.net/sourceforge/jboss
jboss32.build.uri=${jbossas.build.uri}
jboss32.build.name=jboss-3.2.8.SP1
@@ -24,4 +24,17 @@
jboss51.build.uri=${jbossas.build.uri}
jboss51.build.name=jboss-5.1.0.GA
jboss51.build.archive=${jboss51.build.name}.zip
-jboss51.build.archive.md5=78322c75ca0c13002a04418b4a8bc920
\ No newline at end of file
+jboss51.build.archive.md5=78322c75ca0c13002a04418b4a8bc920
+
+# repository.jboss.org is now read-only, so pull from SF.net directly
+jboss60.build.uri=${jbossas.build.uri2}
+jboss60.build.name=jboss-as-distribution-6.0.0.Final
+jboss60.build.archive=${jboss60.build.name}.zip
+jboss60.build.archive.md5=81ed7c2c274881963467c11f204eedfc
+
+# http://download.jboss.org/jbossas/7.0/jboss-7.0.0.Beta3/jboss-7.0.0.Beta3...
+jboss70.build.uri=http://download.jboss.org/jbossas/7.0/jboss-7.0.0.Beta3/
+jboss70.build.name=jboss-7.0.0.Beta3
+jboss70.build.archive=${jboss70.build.name}.zip
+jboss70.build.archive.md5=c2fbe3c6828a8f740930b961f45792cf
+
Modified: trunk/requirements/jbossas/buildRequirement.xml
===================================================================
--- trunk/requirements/jbossas/buildRequirement.xml 2011-04-21 17:16:01 UTC (rev 30708)
+++ trunk/requirements/jbossas/buildRequirement.xml 2011-04-21 17:44:42 UTC (rev 30709)
@@ -45,5 +45,15 @@
<param name="build.archive" value="${jboss51.build.archive}"/>
<param name="md5" value="${jboss51.build.archive.md5}"/>
</antcall>
+ <antcall target="build-jbossas">
+ <param name="build.uri" value="${jboss60.build.uri}"/>
+ <param name="build.archive" value="${jboss60.build.archive}"/>
+ <param name="md5" value="${jboss60.build.archive.md5}"/>
+ </antcall>
+ <antcall target="build-jbossas">
+ <param name="build.uri" value="${jboss70.build.uri}"/>
+ <param name="build.archive" value="${jboss70.build.archive}"/>
+ <param name="md5" value="${jboss70.build.archive.md5}"/>
+ </antcall>
</target>
</project>
14 years, 11 months
JBoss Tools SVN: r30708 - in branches/xulrunner-1.9.2.16/xulrunner/plugins: org.mozilla.xulrunner.gtk.linux.x86/xulrunner and 5 other directories.
by jbosstools-commits@lists.jboss.org
Author: yradtsevich
Date: 2011-04-21 13:16:01 -0400 (Thu, 21 Apr 2011)
New Revision: 30708
Added:
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/components/libdbusservice.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/components/libimgicon.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/components/libmozgnome.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/components/libnkgnomevfs.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libfreebl3.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libjavaxpcomglue.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libmozjs.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libnspr4.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libnss3.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libnssckbi.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libnssdbm3.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libnssutil3.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libplc4.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libplds4.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libsmime3.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libsoftokn3.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libsqlite3.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libssl3.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libxpcom.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libxul.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/plugins/libnullplugin.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/plugins/libunixprintplugin.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/components/libdbusservice.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/components/libimgicon.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/components/libmozgnome.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/components/libnkgnomevfs.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libfreebl3.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libjavaxpcomglue.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libmozjs.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnspr4.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnss3.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssckbi.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssdbm3.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssutil3.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libplc4.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libplds4.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsmime3.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsoftokn3.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsqlite3.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libssl3.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libxpcom.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libxul.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/plugins/libnullplugin.so
branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/plugins/libunixprintplugin.so
Modified:
branches/xulrunner-1.9.2.16/xulrunner/plugins/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-6429 : Move to XULRunner 1.9.2
- Added .so files that were missed in initial commit
- link to carbon bundle is removed from pom.xml
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/components/libdbusservice.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/components/libdbusservice.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/components/libimgicon.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/components/libimgicon.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/components/libmozgnome.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/components/libmozgnome.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/components/libnkgnomevfs.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/components/libnkgnomevfs.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libfreebl3.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libfreebl3.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libjavaxpcomglue.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libjavaxpcomglue.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libmozjs.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libmozjs.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libnspr4.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libnspr4.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libnss3.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libnss3.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libnssckbi.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libnssckbi.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libnssdbm3.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libnssdbm3.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libnssutil3.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libnssutil3.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libplc4.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libplc4.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libplds4.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libplds4.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libsmime3.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libsmime3.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libsoftokn3.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libsoftokn3.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libsqlite3.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libsqlite3.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libssl3.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libssl3.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libxpcom.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libxpcom.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libxul.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/libxul.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/plugins/libnullplugin.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/plugins/libnullplugin.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/plugins/libunixprintplugin.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/plugins/libunixprintplugin.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/components/libdbusservice.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/components/libdbusservice.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/components/libimgicon.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/components/libimgicon.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/components/libmozgnome.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/components/libmozgnome.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/components/libnkgnomevfs.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/components/libnkgnomevfs.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libfreebl3.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libfreebl3.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libjavaxpcomglue.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libjavaxpcomglue.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libmozjs.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libmozjs.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnspr4.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnspr4.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnss3.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnss3.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssckbi.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssckbi.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssdbm3.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssdbm3.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssutil3.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssutil3.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libplc4.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libplc4.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libplds4.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libplds4.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsmime3.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsmime3.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsoftokn3.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsoftokn3.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsqlite3.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsqlite3.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libssl3.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libssl3.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libxpcom.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libxpcom.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libxul.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libxul.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/plugins/libnullplugin.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/plugins/libnullplugin.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/plugins/libunixprintplugin.so
===================================================================
(Binary files differ)
Property changes on: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/plugins/libunixprintplugin.so
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: branches/xulrunner-1.9.2.16/xulrunner/plugins/pom.xml
===================================================================
--- branches/xulrunner-1.9.2.16/xulrunner/plugins/pom.xml 2011-04-21 16:59:22 UTC (rev 30707)
+++ branches/xulrunner-1.9.2.16/xulrunner/plugins/pom.xml 2011-04-21 17:16:01 UTC (rev 30708)
@@ -13,7 +13,6 @@
<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>
14 years, 11 months
JBoss Tools SVN: r30707 - trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-04-21 12:59:22 -0400 (Thu, 21 Apr 2011)
New Revision: 30707
Added:
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-controller-client-7.0.0.Beta3.jar
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-protocol-7.0.0.Beta3.jar
Removed:
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-controller-client-7.0.0.Beta3-SNAPSHOT.jar
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-protocol-7.0.0.Beta3-SNAPSHOT.jar
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/.classpath
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/build.properties
Log:
[JBIDE-8769] updated jars
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/.classpath
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/.classpath 2011-04-21 16:16:39 UTC (rev 30706)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/.classpath 2011-04-21 16:59:22 UTC (rev 30707)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry exported="true" kind="lib" path="jboss-as-controller-client-7.0.0.Beta3-SNAPSHOT.jar" sourcepath="/jboss-as-controller-client"/>
- <classpathentry exported="true" kind="lib" path="jboss-as-protocol-7.0.0.Beta3-SNAPSHOT.jar"/>
+ <classpathentry exported="true" kind="lib" path="jboss-as-controller-client-7.0.0.Beta3.jar"/>
+ <classpathentry exported="true" kind="lib" path="jboss-as-protocol-7.0.0.Beta3.jar"/>
<classpathentry exported="true" kind="lib" path="jboss-dmr-1.0.0.Beta5.jar" sourcepath="/home/adietish/jboss-workspaces/jboss-tools/jbosstools-src/jboss-dmr-1.0.0.Beta5-sources.jar"/>
<classpathentry exported="true" kind="lib" path="jboss-logging-3.0.0.Beta3.jar"/>
<classpathentry exported="true" kind="lib" path="jboss-marshalling-1.3.0.CR8.jar"/>
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/build.properties
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/build.properties 2011-04-21 16:16:39 UTC (rev 30706)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/build.properties 2011-04-21 16:59:22 UTC (rev 30707)
@@ -2,9 +2,9 @@
output.. = bin/
bin.includes = META-INF/,\
.,\
- jboss-as-controller-client-7.0.0.Beta3-SNAPSHOT.jar,\
- jboss-as-protocol-7.0.0.Beta3-SNAPSHOT.jar,\
jboss-dmr-1.0.0.Beta5.jar,\
jboss-logging-3.0.0.Beta3.jar,\
jboss-marshalling-1.3.0.CR8.jar,\
- jboss-threads-2.0.0.CR8.jar
+ jboss-threads-2.0.0.CR8.jar,\
+ jboss-as-controller-client-7.0.0.Beta3.jar,\
+ jboss-as-protocol-7.0.0.Beta3.jar
Deleted: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-controller-client-7.0.0.Beta3-SNAPSHOT.jar
===================================================================
(Binary files differ)
Added: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-controller-client-7.0.0.Beta3.jar
===================================================================
(Binary files differ)
Property changes on: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-controller-client-7.0.0.Beta3.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Deleted: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-protocol-7.0.0.Beta3-SNAPSHOT.jar
===================================================================
(Binary files differ)
Added: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-protocol-7.0.0.Beta3.jar
===================================================================
(Binary files differ)
Property changes on: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-protocol-7.0.0.Beta3.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
14 years, 11 months
JBoss Tools SVN: r30706 - trunk/requirements.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-04-21 12:16:39 -0400 (Thu, 21 Apr 2011)
New Revision: 30706
Modified:
trunk/requirements/build.xml
Log:
if there's a mirror of the requirements stuff outside hudson, use that instead; else work in local workspace; also, add new 'all' target to fetch everything in one operation (for offline mirroring)
Modified: trunk/requirements/build.xml
===================================================================
--- trunk/requirements/build.xml 2011-04-21 15:34:44 UTC (rev 30705)
+++ trunk/requirements/build.xml 2011-04-21 16:16:39 UTC (rev 30706)
@@ -3,14 +3,65 @@
<import file="buildRequirements.xml" />
<property name="requirement.root" value="${basedir}" />
- <property name="requirement.download.root" value="${basedir}/download" />
- <property name="requirement.build.root" value="${basedir}/target" />
-
+ <property name="requirement.download.root" value="${requirement.root}/download" />
+ <property name="requirement.build.root" value="${requirement.root}/target" />
<condition property="skipRequirementBuild">
- <equals arg1="${maven.test.skip}" arg2="true"/>
+ <equals arg1="${maven.test.skip}" arg2="true" />
</condition>
-
- <target name="default" description="description" unless="skipRequirementBuild">
+
+ <target name="all" description="fetch all requirements defined by subdirs with a build.properties file">
+ <if>
+ <not>
+ <isset property="requirements" />
+ </not>
+ <then>
+ <var name="requirements" value="" />
+ </then>
+ </if>
+ <!-- get all subdirs, and check each one for a build.properties file -->
+ <for param="subdir">
+ <path>
+ <dirset dir="${basedir}" excludes="bin, download, generic, lib, target" />
+ </path>
+ <sequential>
+ <if>
+ <available file="@{subdir}/build.properties" />
+ <then>
+ <basename file="@{subdir}" property="subdir" />
+ <var name="requirements" value="${requirements},${subdir}" />
+ <var name="subdir" unset="true" />
+ </then>
+ </if>
+ </sequential>
+ </for>
+ <!-- remove prefix comma -->
+ <propertyregex defaultvalue="${requirements}" input="${requirements}" replace="\1" regexp=",(.+)" override="true" property="requirements" />
+
+ <echo>requirements=${requirements}</echo>
+ <echo>unzipto=${requirement.build.root}</echo>
+ <buildRequirements requirements="${requirements}" unzipto="${requirement.build.root}" />
+ </target>
+
+ <!-- if there's a mirror of the requirements stuff outside hudson, use that instead; else work in local workspace -->
+ <target name="default" description="to fetch 1 or more requirement(s), set -Drequirements=one,two,three" unless="skipRequirementBuild">
+ <!-- https://jira.jboss.org/jira/browse/JBQA-3313 Use static, shared space outside workspace, instead of working directly in the workspace -->
+ <if>
+ <available file="/home/hudson/static_build_env/jbds" type="dir" />
+ <then>
+ <var name="requirement.root" unset="true" />
+ <property name="requirement.root" value="/home/hudson/static_build_env/jbds/requirements"/>
+ <mkdir dir="${requirement.root}" />
+
+ <var name="requirement.build.root" unset="true" />
+ <property name="requirement.build.root" value="${requirement.root}/target" />
+ <mkdir dir="${requirement.build.root}" />
+
+ <var name="requirement.download.root" unset="true" />
+ <property name="requirement.download.root" value="${requirement.root}/download" />
+ <mkdir dir="${requirement.download.root}" />
+ </then>
+ </if>
+
<echo>maven.test.skip=${maven.test.skip}</echo>
<echo>settings.offline=${settings.offline}</echo>
<echo>requirements=${requirements}</echo>
14 years, 11 months