JBoss Tools SVN: r22164 - branches/jbosstools-3.1.x/tests/features/org.jboss.tools.all.test.feature.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-18 02:05:31 -0400 (Tue, 18 May 2010)
New Revision: 22164
Modified:
branches/jbosstools-3.1.x/tests/features/org.jboss.tools.all.test.feature/feature.xml
Log:
mark plugins to be unpacked (help resolving test projects within plugins)
Modified: branches/jbosstools-3.1.x/tests/features/org.jboss.tools.all.test.feature/feature.xml
===================================================================
--- branches/jbosstools-3.1.x/tests/features/org.jboss.tools.all.test.feature/feature.xml 2010-05-18 04:50:43 UTC (rev 22163)
+++ branches/jbosstools-3.1.x/tests/features/org.jboss.tools.all.test.feature/feature.xml 2010-05-18 06:05:31 UTC (rev 22164)
@@ -142,7 +142,7 @@
download-size="0"
install-size="0"
version="0.0.0"
- unpack="false"/>
+ unpack="true"/>
<plugin
id="org.jboss.tools.jst.jsp.test"
@@ -203,7 +203,8 @@
id="org.jboss.tools.jmx.core.test"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"
+ unpack="true"/>
<plugin
id="org.jboss.tools.jbpm.convert.test"
@@ -242,7 +243,7 @@
install-size="0"
version="0.0.0"
fragment="true"
- unpack="false"/>
+ unpack="true"/>
<plugin
id="org.jboss.tools.jst.web.kb.test"
15 years, 11 months
JBoss Tools SVN: r22163 - trunk/hibernatetools/releng.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-18 00:50:43 -0400 (Tue, 18 May 2010)
New Revision: 22163
Removed:
trunk/hibernatetools/releng/build.properties.example.linux
trunk/hibernatetools/releng/build.properties.example.windows
Modified:
trunk/hibernatetools/releng/build.properties
trunk/hibernatetools/releng/build.xml
Log:
merge from branch
Modified: trunk/hibernatetools/releng/build.properties
===================================================================
--- trunk/hibernatetools/releng/build.properties 2010-05-18 04:40:16 UTC (rev 22162)
+++ trunk/hibernatetools/releng/build.properties 2010-05-18 04:50:43 UTC (rev 22163)
@@ -14,7 +14,7 @@
# on windows or mac, use testLocal; on linux use test (requires Xvnc or Xvfb)
# "test" step disabled since they require junit4/swtbot and that's not working yet in Athena :: https://bugs.eclipse.org/bugs/show_bug.cgi?id=277593
-build.steps=buildUpdate,buildTests,generateDigests,publish,cleanup
+build.steps=buildUpdate,buildTests,generateDigests,test,publish,cleanup
JAVA14_HOME=${JAVA_HOME}
JAVA50_HOME=${JAVA_HOME}
@@ -23,13 +23,15 @@
# To make the build go faster, use locally cached zips instead of galileo site
repositoryURLs=\
http://download.jboss.org/jbosstools/updates/nightly/trunk/,\
-http://download.eclipse.org/releases/galileo/,\
+http://download.jboss.org/jbosstools/updates/galileo/,\
http://repository.jboss.org/eclipse/galileo/repos/eclipse-Update-3.5.2-20...
http://repository.jboss.org/eclipse/galileo/repos/GEF-Update-3.5.2.zip,\
http://repository.jboss.org/eclipse/galileo/repos/dtp-Updates-1.7.2-20100...
http://repository.jboss.org/eclipse/galileo/repos/emf-xsd-Update-2.5.0.zip
http://repository.jboss.org/eclipse/galileo/repos/jst-sdk-buildrepo-R-3.1...
http://repository.jboss.org/eclipse/galileo/repos/wst-sdk-buildrepo-R-3.1...
+#http://download.eclipse.org/technology/swtbot/galileo/dev-build/update-site
+#http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site
IUsToInstall=org.eclipse.sdk.feature.group+org.eclipse.sdk.ide+org.eclipse.core.net+org.eclipse.equinox.common+org.eclipse.core.runtime+org.eclipse.debug.core+org.eclipse.rcp.feature.group+\
org.eclipse.jst.server.generic.core+\
@@ -38,19 +40,24 @@
org.eclipse.xsd.feature.group+org.eclipse.gef.feature.group+\
org.mozilla.xpcom+org.jboss.tools.vpe.resref+org.jboss.tools.jst.web.ui+org.jboss.ide.eclipse.as.core+org.jboss.ide.eclipse.archives.webtools+org.jboss.tools.jmx.feature.feature.group+\
org.eclipse.jpt.core+org.eclipse.jpt.db+org.eclipse.jpt.utility+org.eclipse.jpt.ui
+#org.eclipse.swtbot.junit4+org.eclipse.swtbot.ant.optional.junit4+org.eclipse.swtbot.eclipse.junit4.headless+org.eclipse.swtbot.eclipse.core+org.eclipse.swtbot.eclipse+org.eclipse.swtbot+org.eclipse.swtbot.eclipse.test.junit4
dependencyURLs=http://downloads.sourceforge.net/sourceforge/hibernate/hib...
+#http://repository.jboss.org/eclipse/galileo/org.eclipse.swtbot.eclipse.test.junit4-2.0.0.512-dev-e35.zip,\
+#http://repository.jboss.org/eclipse/galileo/org.eclipse.swtbot.eclipse-2.0.0.512-dev-e35.zip
flattenDependencies=true
parallelCompilation=true
generateFeatureVersionSuffix=true
individualSourceBundles=true
+enableSWTBot=true
+
# don't suppress cleanup if tests fail
noclean=false
# do not sign or pack jars
-#skipPack=true
+skipPack=true
skipSign=true
domainNamespace=*
Deleted: trunk/hibernatetools/releng/build.properties.example.linux
===================================================================
--- trunk/hibernatetools/releng/build.properties.example.linux 2010-05-18 04:40:16 UTC (rev 22162)
+++ trunk/hibernatetools/releng/build.properties.example.linux 2010-05-18 04:50:43 UTC (rev 22163)
@@ -1,67 +0,0 @@
-## BEGIN PROJECT BUILD PROPERTIES ##
-
-# this property allows ant-contrib and pde-svn-plugin to be fetched and installed automatically for you
-thirdPartyDownloadLicenseAcceptance="I accept"
-
-projectid=jbosstools.hibernatetools
-zipPrefix=HibernateTools
-incubation=
-buildType=N
-version=3.3.0
-
-mainFeatureToBuildID=org.hibernate.eclipse.sdk.feature
-testFeatureToBuildID=org.hibernate.eclipse.test.feature
-
-# on windows or mac, use testLocal; on linux use test (requires Xvnc or Xvfb)
-# "test" step disabled since they require junit4/swtbot and that's not working yet in Athena :: https://bugs.eclipse.org/bugs/show_bug.cgi?id=277593
-build.steps=buildUpdate,buildTests,generateDigests,publish,cleanup
-
-# Re-use local sources?
-#localSourceCheckoutDir=/home/nboldt/eclipse/workspace-jboss/jbosstools-trunk/hibernatetools
-relengBuilderDir=/home/nboldt/eclipse/workspace-jboss/jbosstools-trunk/hibernatetools/releng
-relengBaseBuilderDir=/home/nboldt/eclipse/workspace-jboss/org.eclipse.releng.basebuilder
-relengCommonBuilderDir=/home/nboldt/eclipse/workspace-jboss/org.eclipse.dash.common.releng
-
-JAVA_HOME=/usr/lib/jvm/java
-JAVA14_HOME=/usr/lib/jvm/java
-JAVA50_HOME=/usr/lib/jvm/java
-JAVA60_HOME=/usr/lib/jvm/java
-
-# To make the build go faster, use locally cached zips instead of galileo site
-repositoryURLs=\
-http://download.jboss.org/jbosstools/updates/nightly/trunk/,\
-http://download.eclipse.org/releases/galileo/,\
-http://repository.jboss.org/eclipse/galileo/repos/eclipse-Update-R-3.5.1-200909170800.zip,\
-http://repository.jboss.org/eclipse/galileo/repos/GEF-Update-3.5.1.zip,\
-http://repository.jboss.org/eclipse/galileo/repos/dtp-Updates-1.7-20090908.zip,\
-http://repository.jboss.org/eclipse/galileo/repos/emf-xsd-Update-2.5.0.zip
-http://repository.jboss.org/eclipse/galileo/repos/jst-buildrepo-R-3.1.1-20090917225226.zip,\
-http://repository.jboss.org/eclipse/galileo/repos/wst-buildrepo-R-3.1.1-20090917225226.zip
-
-IUsToInstall=org.eclipse.sdk.feature.group+org.eclipse.sdk.ide+org.eclipse.core.net+org.eclipse.equinox.common+org.eclipse.core.runtime+org.eclipse.debug.core+org.eclipse.rcp.feature.group+\
-org.eclipse.jst.server.generic.core+\
-org.eclipse.wst.ws_core.feature.feature.group+org.eclipse.wst.web_ui.feature.feature.group+org.eclipse.wst.ws_wsdl15.feature.feature.group+\
-org.eclipse.wst.xml_ui.feature.feature.group+org.eclipse.wst.common_ui.feature.feature.group+org.eclipse.wst.common_core.feature.feature.group+\
-org.eclipse.xsd.feature.group+org.eclipse.gef.feature.group+\
-org.mozilla.xpcom+org.jboss.tools.vpe.resref+org.jboss.tools.jst.web.ui+org.jboss.ide.eclipse.as.core+org.jboss.ide.eclipse.archives.webtools+org.jboss.tools.jmx.feature.feature.group+\
-org.eclipse.jpt.core+org.eclipse.jpt.db+org.eclipse.jpt.utility+org.eclipse.jpt.ui
-
-dependencyURLs=http://downloads.sourceforge.net/sourceforge/hibernate/hibernate-3.0.3.zip
-
-flattenDependencies=true
-parallelCompilation=true
-generateFeatureVersionSuffix=true
-individualSourceBundles=true
-
-# don't suppress cleanup if tests fail
-noclean=false
-
-# do not sign or pack jars
-#skipPack=true
-skipSign=true
-
-domainNamespace=*
-projNamespace=org.hibernate.eclipse
-projRelengName=org.hibernate.eclipse.releng
-
-## END PROJECT BUILD PROPERTIES ##
Deleted: trunk/hibernatetools/releng/build.properties.example.windows
===================================================================
--- trunk/hibernatetools/releng/build.properties.example.windows 2010-05-18 04:40:16 UTC (rev 22162)
+++ trunk/hibernatetools/releng/build.properties.example.windows 2010-05-18 04:50:43 UTC (rev 22163)
@@ -1,71 +0,0 @@
-## BEGIN PROJECT BUILD PROPERTIES ##
-
-# this property allows ant-contrib and pde-svn-plugin to be fetched and installed automatically for you
-thirdPartyDownloadLicenseAcceptance="I accept"
-
-projectid=jbosstools.hibernatetools
-zipPrefix=HibernateTools
-incubation=
-buildType=N
-version=3.3.0
-
-mainFeatureToBuildID=org.hibernate.eclipse.sdk.feature
-testFeatureToBuildID=org.hibernate.eclipse.test.feature
-
-# on windows or mac, use testLocal; on linux use test (requires Xvnc or Xvfb)
-# "testLocal" step disabled since they require junit4/swtbot and that's not working yet in Athena :: https://bugs.eclipse.org/bugs/show_bug.cgi?id=277593
-build.steps=buildUpdate,buildTests,generateDigests,publish,cleanup
-
-# Re-use local sources?
-localSourceCheckoutDir=C:/workspace2
-
-# For windows, must be explicit about paths using correct slashes (/); dirs with spaces should be avoided
-writableBuildRoot=C:/tmp/build
-
-relengBuilderDir=C:/workspace2/jbosstools-trunk/hibernatetools/releng
-relengBaseBuilderDir=C:/workspace2/org.eclipse.releng.basebuilder
-relengCommonBuilderDir=C:/workspace2/org.eclipse.dash.common.releng
-
-JAVA_HOME=C:/Progra~1/Java/jdk1.6.0_11
-JAVA14_HOME=C:/Progra~1/Java/jdk1.6.0_11
-JAVA50_HOME=C:/Progra~1/Java/jdk1.6.0_11
-JAVA60_HOME=C:/Progra~1/Java/jdk1.6.0_11
-
-# To make the build go faster, use locally cached zips instead of galileo site
-repositoryURLs=\
-http://download.jboss.org/jbosstools/updates/nightly/trunk/,\
-http://download.eclipse.org/releases/galileo/,\
-http://repository.jboss.org/eclipse/galileo/repos/eclipse-Update-R-3.5.1-200909170800.zip,\
-http://repository.jboss.org/eclipse/galileo/repos/GEF-Update-3.5.1.zip,\
-http://repository.jboss.org/eclipse/galileo/repos/dtp-Updates-1.7-20090908.zip,\
-http://repository.jboss.org/eclipse/galileo/repos/emf-xsd-Update-2.5.0.zip
-http://repository.jboss.org/eclipse/galileo/repos/jst-buildrepo-R-3.1.1-20090917225226.zip,\
-http://repository.jboss.org/eclipse/galileo/repos/wst-buildrepo-R-3.1.1-20090917225226.zip
-
-IUsToInstall=org.eclipse.sdk.feature.group+org.eclipse.sdk.ide+org.eclipse.core.net+org.eclipse.equinox.common+org.eclipse.core.runtime+org.eclipse.debug.core+org.eclipse.rcp.feature.group+\
-org.eclipse.jst.server.generic.core+\
-org.eclipse.wst.ws_core.feature.feature.group+org.eclipse.wst.web_ui.feature.feature.group+org.eclipse.wst.ws_wsdl15.feature.feature.group+\
-org.eclipse.wst.xml_ui.feature.feature.group+org.eclipse.wst.common_ui.feature.feature.group+org.eclipse.wst.common_core.feature.feature.group+\
-org.eclipse.xsd.feature.group+org.eclipse.gef.feature.group+\
-org.mozilla.xpcom+org.jboss.tools.vpe.resref+org.jboss.tools.jst.web.ui+org.jboss.ide.eclipse.as.core+org.jboss.ide.eclipse.archives.webtools+org.jboss.tools.jmx.feature.feature.group+\
-org.eclipse.jpt.core+org.eclipse.jpt.db+org.eclipse.jpt.utility+org.eclipse.jpt.ui
-
-dependencyURLs=http://downloads.sourceforge.net/sourceforge/hibernate/hibernate-3.0.3.zip
-
-flattenDependencies=true
-parallelCompilation=true
-generateFeatureVersionSuffix=true
-individualSourceBundles=true
-
-# don't suppress cleanup if tests fail
-noclean=false
-
-# do not sign or pack jars
-#skipPack=true
-skipSign=true
-
-domainNamespace=*
-projNamespace=org.hibernate.eclipse
-projRelengName=org.hibernate.eclipse.releng
-
-## END PROJECT BUILD PROPERTIES ##
Modified: trunk/hibernatetools/releng/build.xml
===================================================================
--- trunk/hibernatetools/releng/build.xml 2010-05-18 04:40:16 UTC (rev 22162)
+++ trunk/hibernatetools/releng/build.xml 2010-05-18 04:50:43 UTC (rev 22163)
@@ -1,40 +1,41 @@
-<project default="run" name="org.jboss.tools.*.releng/build.xml - Run a JBoss Tools component build using the Athena CBI">
+<!-- A sample build file for use with Hudson. Note that forceContextQualifier
+ is being set, which overrides tag/branch values found in *.map files
+-->
+<project default="run">
<target name="run">
- <!--
- You must check out the following projects to your workspace:
-
- org.eclipse.releng.basebuilder
- org.eclipse.dash.common.releng
- jbosstools/trunk/<your component>/releng
+ <!-- 0. Set a valid path to JAVA_HOME, if Eclipse's ${java.home}/../bin/javac cannot be found
-->
+ <property name="JAVA_HOME" value="${java.home}/.." />
- <!-- load properties and set timestamp for the build -->
- <property file="build.properties" />
<tstamp>
<format property="buildTimestamp" pattern="yyyyMMddHHmm" />
</tstamp>
+ <property name="forceContextQualifier" value="v${buildTimestamp}" />
- <!-- calculate workspaceDir as parent of this folder, the project's .releng folder (relengBuilderDir) -->
- <property name="relengBuilderDir" value="${basedir}" />
- <dirname file="${relengBuilderDir}" property="workspaceDir" />
-
- <!--
- can build in /tmp, eg., in /tmp/build, or in workspace, eg.,
- ${WORKSPACE}/build
+ <!-- 1. Import these projects using File > Import > Team Project Set > ./psfs/athena.psf.
+ 2. Close the org.eclipse.releng.basebuilder project - it does not need to compile to be of use.
+ 3. You can also define absolute paths for these directories, if relative paths do not work.
-->
- <property name="writableBuildRoot" value="/tmp/build" />
+ <condition property="relengCommonBuilderDir"
+ value="${basedir}/../../../org.eclipse.dash.common.releng"
+ else="${basedir}/../org.eclipse.dash.common.releng"
+ >
+ <available file="${basedir}/../../../org.eclipse.dash.common.releng" type="dir" />
+ </condition>
+ <condition property="relengBaseBuilderDir"
+ value="${basedir}/../../../org.eclipse.releng.basebuilder"
+ else="${basedir}/../org.eclipse.releng.basebuilder"
+ >
+ <available file="${basedir}/../../../org.eclipse.releng.basebuilder" type="dir" />
+ </condition>
- <!--
- can be simple path, eg.,
- ${writableBuildRoot}/${buildType}${buildTimestamp} or longer, eg.,
- ${writableBuildRoot}/${topprojectName}/${projectName}/downloads/drops/${version}/${buildType}${buildTimestamp} or
- ${writableBuildRoot}/${topprojectName}/${projectName}/${subprojectName}/downloads/drops/${version}/${buildType}${buildTimestamp}
+ <!-- 4. To build from CVS sources using information in the ./maps/*.map files, comment these next two properties
+ 5. Or, to build from sources in the workspace, use these properties. You can also use absolute paths if needed.
-->
- <property name="buildDir" value="${writableBuildRoot}/${buildType}${buildTimestamp}-${zipPrefix}" />
+ <property name="localSourceCheckoutDir" value="${basedir}/.." />
+ <property name="relengBuilderDir" value="${basedir}" />
- <!-- invoke a new Eclipse process and launch the build from the common.releng folder -->
- <property name="relengCommonBuilderDir" value="${workspaceDir}/org.eclipse.dash.common.releng" />
- <ant antfile="${relengCommonBuilderDir}/buildAll.xml" target="runEclipse" dir="${relengCommonBuilderDir}" />
-
+ <property file="build.properties" />
+ <ant antfile="${relengCommonBuilderDir}/build.xml" />
</target>
</project>
15 years, 11 months
JBoss Tools SVN: r22162 - trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.ui.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-18 00:40:16 -0400 (Tue, 18 May 2010)
New Revision: 22162
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.ui/pom.xml
Log:
fix pom version
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.ui/pom.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.ui/pom.xml 2010-05-18 04:19:08 UTC (rev 22161)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.ui/pom.xml 2010-05-18 04:40:16 UTC (rev 22162)
@@ -9,6 +9,6 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.ide.eclipse.as.wtp.ui</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
15 years, 11 months
JBoss Tools SVN: r22160 - trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-18 00:15:58 -0400 (Tue, 18 May 2010)
New Revision: 22160
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/pom.xml
Log:
fix pom version
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/pom.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/pom.xml 2010-05-18 03:33:37 UTC (rev 22159)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/pom.xml 2010-05-18 04:15:58 UTC (rev 22160)
@@ -9,6 +9,6 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.ide.eclipse.as.wtp.core</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
15 years, 11 months
JBoss Tools SVN: r22159 - in trunk/as: features/org.jboss.ide.eclipse.as.feature and 10 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-17 23:33:37 -0400 (Mon, 17 May 2010)
New Revision: 22159
Modified:
trunk/as/features/org.jboss.ide.eclipse.as.feature/pom.xml
trunk/as/features/org.jboss.ide.eclipse.as.test.feature/pom.xml
trunk/as/plugins/org.jboss.ide.eclipse.archives.webtools/META-INF/MANIFEST.MF
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core/pom.xml
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.ui/pom.xml
trunk/as/plugins/org.jboss.ide.eclipse.as.core/pom.xml
trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/pom.xml
trunk/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/pom.xml
trunk/as/pom.xml
trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/pom.xml
trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml
trunk/as/tests/org.jboss.ide.eclipse.as.ui.test/pom.xml
Log:
update pom and manifest files from branch
Modified: trunk/as/features/org.jboss.ide.eclipse.as.feature/pom.xml
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.feature/pom.xml 2010-05-18 02:00:16 UTC (rev 22158)
+++ trunk/as/features/org.jboss.ide.eclipse.as.feature/pom.xml 2010-05-18 03:33:37 UTC (rev 22159)
@@ -9,6 +9,6 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.ide.eclipse.as.feature</artifactId>
- <version>1.0.0</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
Modified: trunk/as/features/org.jboss.ide.eclipse.as.test.feature/pom.xml
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.test.feature/pom.xml 2010-05-18 02:00:16 UTC (rev 22158)
+++ trunk/as/features/org.jboss.ide.eclipse.as.test.feature/pom.xml 2010-05-18 03:33:37 UTC (rev 22159)
@@ -9,6 +9,6 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.ide.eclipse.as.test.feature</artifactId>
- <version>1.0.0</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
Modified: trunk/as/plugins/org.jboss.ide.eclipse.archives.webtools/META-INF/MANIFEST.MF
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.archives.webtools/META-INF/MANIFEST.MF 2010-05-18 02:00:16 UTC (rev 22158)
+++ trunk/as/plugins/org.jboss.ide.eclipse.archives.webtools/META-INF/MANIFEST.MF 2010-05-18 03:33:37 UTC (rev 22159)
@@ -6,6 +6,7 @@
Bundle-Activator: org.jboss.ide.eclipse.archives.webtools.IntegrationPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
+ org.eclipse.wst.common.emfworkbench.integration,
org.jboss.ide.eclipse.archives.core;bundle-version="2.0.0",
org.jboss.ide.eclipse.archives.ui;bundle-version="1.0.0",
org.eclipse.wst.server.core;bundle-version="1.1.0",
@@ -13,6 +14,7 @@
org.eclipse.core.resources;bundle-version="3.4.0",
org.eclipse.jdt.core;bundle-version="3.4.0",
org.eclipse.jst.server.core;bundle-version="1.1.0",
+ org.eclipse.jem.util,
org.eclipse.wst.common.modulecore;bundle-version="1.1.200",
org.apache.ant;bundle-version="1.7.0",
org.jboss.ide.eclipse.as.core;bundle-version="1.0.0",
@@ -20,7 +22,7 @@
org.jboss.ide.eclipse.as.ui;bundle-version="1.0.0",
org.eclipse.core.filesystem;bundle-version="1.2.0",
org.eclipse.ui.navigator;bundle-version="3.3.100",
- org.jboss.tools.jmx.core;bundle-version="1.0.1",
+ org.jboss.tools.jmx.core;bundle-version="0.2.1",
org.eclipse.core.variables;bundle-version="3.2.200",
org.jboss.ide.eclipse.as.wtp.core;bundle-version="1.0.0",
org.jboss.ide.eclipse.as.wtp.ui;bundle-version="1.0.0",
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core/pom.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core/pom.xml 2010-05-18 02:00:16 UTC (rev 22158)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core/pom.xml 2010-05-18 03:33:37 UTC (rev 22159)
@@ -9,6 +9,6 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.ide.eclipse.as.classpath.core</artifactId>
- <version>1.0.0</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.ui/pom.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.ui/pom.xml 2010-05-18 02:00:16 UTC (rev 22158)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.ui/pom.xml 2010-05-18 03:33:37 UTC (rev 22159)
@@ -9,6 +9,6 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.ide.eclipse.as.classpath.ui</artifactId>
- <version>1.0.0</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/pom.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/pom.xml 2010-05-18 02:00:16 UTC (rev 22158)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/pom.xml 2010-05-18 03:33:37 UTC (rev 22159)
@@ -9,6 +9,6 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.ide.eclipse.as.core</artifactId>
- <version>1.0.0</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/pom.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/pom.xml 2010-05-18 02:00:16 UTC (rev 22158)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/pom.xml 2010-05-18 03:33:37 UTC (rev 22159)
@@ -9,6 +9,6 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.ide.eclipse.as.doc.user</artifactId>
- <version>1.0.0</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/pom.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/pom.xml 2010-05-18 02:00:16 UTC (rev 22158)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/pom.xml 2010-05-18 03:33:37 UTC (rev 22159)
@@ -9,6 +9,6 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.ide.eclipse.as.ui.mbeans</artifactId>
- <version>1.0.0</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/as/pom.xml
===================================================================
--- trunk/as/pom.xml 2010-05-18 02:00:16 UTC (rev 22158)
+++ trunk/as/pom.xml 2010-05-18 03:33:37 UTC (rev 22159)
@@ -8,7 +8,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools</groupId>
- <artifactId>as</artifactId>
+ <artifactId>as.all</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/pom.xml
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/pom.xml 2010-05-18 02:00:16 UTC (rev 22158)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/pom.xml 2010-05-18 03:33:37 UTC (rev 22159)
@@ -9,6 +9,6 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.ide.eclipse.as.archives.integration.test</artifactId>
- <version>1.0.0</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml 2010-05-18 02:00:16 UTC (rev 22158)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml 2010-05-18 03:33:37 UTC (rev 22159)
@@ -9,6 +9,6 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.ide.eclipse.as.test</artifactId>
- <version>1.0.0</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.ui.test/pom.xml
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.ui.test/pom.xml 2010-05-18 02:00:16 UTC (rev 22158)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.ui.test/pom.xml 2010-05-18 03:33:37 UTC (rev 22159)
@@ -9,6 +9,6 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.ide.eclipse.as.ui.test</artifactId>
- <version>1.0.0</version>
- <packaging>eclipse-plugin</packaging>
+ <version>2.1.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
</project>
15 years, 11 months
JBoss Tools SVN: r22158 - trunk/xulrunner.
by jbosstools-commits@lists.jboss.org
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
15 years, 11 months
JBoss Tools SVN: r22157 - trunk/xulrunner/plugins.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-17 21:58:46 -0400 (Mon, 17 May 2010)
New Revision: 22157
Added:
trunk/xulrunner/plugins/pom.xml
Removed:
trunk/xulrunner/plugins/org.jboss.tools.xulrunner.initializer_1.1.0.v201003050540R-H56-GA.jar
trunk/xulrunner/plugins/org.jboss.tools.xulrunner_1.1.0.v201003050540R-H56-GA.jar
trunk/xulrunner/plugins/org.mozilla.xpcom_1.9.1.2a.jar
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx_1.9.1.2.jar
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx_1.9.1.2.jar
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.9.1.2.jar
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64_1.9.1.2a.jar
trunk/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86_1.9.1.2.jar
Log:
merge from branch to trunk
Deleted: trunk/xulrunner/plugins/org.jboss.tools.xulrunner.initializer_1.1.0.v201003050540R-H56-GA.jar
===================================================================
(Binary files differ)
Deleted: trunk/xulrunner/plugins/org.jboss.tools.xulrunner_1.1.0.v201003050540R-H56-GA.jar
===================================================================
(Binary files differ)
Deleted: trunk/xulrunner/plugins/org.mozilla.xpcom_1.9.1.2a.jar
===================================================================
(Binary files differ)
Deleted: trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx_1.9.1.2.jar
===================================================================
(Binary files differ)
Deleted: trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx_1.9.1.2.jar
===================================================================
(Binary files differ)
Deleted: trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.9.1.2.jar
===================================================================
(Binary files differ)
Deleted: trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64_1.9.1.2a.jar
===================================================================
(Binary files differ)
Deleted: trunk/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86_1.9.1.2.jar
===================================================================
(Binary files differ)
Added: trunk/xulrunner/plugins/pom.xml
===================================================================
--- trunk/xulrunner/plugins/pom.xml (rev 0)
+++ trunk/xulrunner/plugins/pom.xml 2010-05-18 01:58:46 UTC (rev 22157)
@@ -0,0 +1,23 @@
+<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.plugins</artifactId>
+ <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>
+
\ No newline at end of file
15 years, 11 months
JBoss Tools SVN: r22156 - in trunk/xulrunner/features: org.mozilla.xulrunner.feature and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-17 21:43:27 -0400 (Mon, 17 May 2010)
New Revision: 22156
Modified:
trunk/xulrunner/features/org.mozilla.xpcom.feature/
trunk/xulrunner/features/org.mozilla.xulrunner.feature/
Log:
svn:ignore
Property changes on: trunk/xulrunner/features/org.mozilla.xpcom.feature
___________________________________________________________________
Name: svn:ignore
+ target
buildlog.latest.txt
bin
build
*.class
Property changes on: trunk/xulrunner/features/org.mozilla.xulrunner.feature
___________________________________________________________________
Name: svn:ignore
+ target
buildlog.latest.txt
bin
build
*.class
15 years, 11 months
JBoss Tools SVN: r22155 - in trunk/xulrunner/features: org.mozilla.xpcom.feature and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-17 21:40:47 -0400 (Mon, 17 May 2010)
New Revision: 22155
Added:
trunk/xulrunner/features/org.mozilla.xpcom.feature/pom.xml
trunk/xulrunner/features/org.mozilla.xulrunner.feature/pom.xml
trunk/xulrunner/features/pom.xml
Removed:
trunk/xulrunner/features/org.jboss.tools.xulrunner.feature_1.9.1.2_v201003050540R.jar
trunk/xulrunner/features/org.mozilla.xpcom.feature/target/
trunk/xulrunner/features/org.mozilla.xulrunner.feature/target/
Log:
merge from branch to trunk
Deleted: trunk/xulrunner/features/org.jboss.tools.xulrunner.feature_1.9.1.2_v201003050540R.jar
===================================================================
(Binary files differ)
Added: trunk/xulrunner/features/org.mozilla.xpcom.feature/pom.xml
===================================================================
--- trunk/xulrunner/features/org.mozilla.xpcom.feature/pom.xml (rev 0)
+++ trunk/xulrunner/features/org.mozilla.xpcom.feature/pom.xml 2010-05-18 01:40:47 UTC (rev 22155)
@@ -0,0 +1,14 @@
+<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>
Added: trunk/xulrunner/features/org.mozilla.xulrunner.feature/pom.xml
===================================================================
--- trunk/xulrunner/features/org.mozilla.xulrunner.feature/pom.xml (rev 0)
+++ trunk/xulrunner/features/org.mozilla.xulrunner.feature/pom.xml 2010-05-18 01:40:47 UTC (rev 22155)
@@ -0,0 +1,14 @@
+<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: trunk/xulrunner/features/pom.xml
===================================================================
--- trunk/xulrunner/features/pom.xml (rev 0)
+++ trunk/xulrunner/features/pom.xml 2010-05-18 01:40:47 UTC (rev 22155)
@@ -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>xulrunner.features</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>
+
\ No newline at end of file
15 years, 11 months