JBoss Tools SVN: r22470 - trunk/documentation/guides/JBDS_Release_Notes/en-US.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2010-06-01 18:10:19 -0400 (Tue, 01 Jun 2010)
New Revision: 22470
Modified:
trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
Log:
updated with the commentting out of a reopened isue JBDS-1147
Modified: trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
===================================================================
--- trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2010-06-01 19:51:06 UTC (rev 22469)
+++ trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2010-06-01 22:10:19 UTC (rev 22470)
@@ -214,11 +214,11 @@
<ulink url="http://jira.jboss.com/jira/browse/JBDS-1168">JBDS-1168</ulink>: The JBoss Developer Studio Installer was missleading in terms of system requirements. The consequence of this was that some users were unsure if the JBoss Developer Studio supported Java 6 even though it was required for the JBoss Enterprise Application Platform 5 and which JDK distributions were supported. The text in Step 4 of installation has been updated to inform the user that the JBoss Developer Studio works with both Java 5 and 6 (though Java 6 is required for JBoss Enterprise Application Platform 5), has been tested with the OpenJDK, SunJDK and IBM JDK distributions and the misspelt <emphasis>gij Java</emphasis> has been corrected to <emphasis>gcj Java</emphasis>.
</para>
</listitem>
- <listitem>
+ <!-- Reopened <listitem>
<para>
<ulink url="http://jira.jboss.com/jira/browse/JBDS-1147">JBDS-1147</ulink>: An incorrect link to the Guvnor Rules repository was included in the JBoss Developer Studio. This bug caused the repository to become unreachable. This has been fixed by correcting the link to be <ulink url="http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/webdav">http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/webdav</ulink>. The JBoss Developer Studio is now able to connect to the Guvnor Rules repository.
</para>
- </listitem>
+ </listitem> -->
<listitem>
<para>
<ulink url="http://jira.jboss.com/jira/browse/JBDS-1091">JBDS-1091</ulink>: Two bugs were found. A problem was found in the <filename>org.jboss.tools.runtime_1.1.0</filename> plug-in and the visibility of the <property>Instance</property> field was changed from public to private. These bugs respectively caused the JBoss Developer Studio <guilabel>Server View</guilabel> to not display all available servers on occasion after using the installer and jBPM runtimes to not be initialized correctly. The <filename>org.jboss.tools.runtime_1.1.0</filename> plug-in has now been updated to force a refresh of the <guilabel>Server View</guilabel> post installation, which can be verified by a refresh message appearing in the log file and the <filename>org.jboss.tools.jbpm.common</filename> plug-in has been updated to set <code>public static final PreferencesManager INSTANCE = new PreferencesManager();</code>. By correcting the <filename>org.jboss.tools.runtime_1.1.0</filename> plug-!
in, all installed servers now appear in the <guilabel>Server View</guilabel> directly after installation of the JBoss Developer Studio through the installer. Fixing the <filename>org.jboss.tools.jbpm.common</filename> plug-in now allows for jBPM runtimes to be initialized correctly. Both issues are fixed with this update.
15 years, 4 months
JBoss Tools SVN: r22469 - trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-01 15:51:06 -0400 (Tue, 01 Jun 2010)
New Revision: 22469
Added:
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/VPESWTBottAllTests.java
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
vpe component tests fix:
- adjust swtbot all tests suite name to be found by ticho
Added: trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/VPESWTBottAllTests.java
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/VPESWTBottAllTests.java (rev 0)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/VPESWTBottAllTests.java 2010-06-01 19:51:06 UTC (rev 22469)
@@ -0,0 +1,5 @@
+package org.jboss.tools.vpe.ui.bot.test;
+
+public class VPESWTBottAllTests extends VPEAllBotTests {
+
+}
Property changes on: trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/VPESWTBottAllTests.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 4 months
JBoss Tools SVN: r22468 - trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-01 15:50:49 -0400 (Tue, 01 Jun 2010)
New Revision: 22468
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/META-INF/MANIFEST.MF
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
vpe component tests fix:
- adjust swtbot all tests suite name to be found by ticho
Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/META-INF/MANIFEST.MF 2010-06-01 19:48:35 UTC (rev 22467)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/META-INF/MANIFEST.MF 2010-06-01 19:50:49 UTC (rev 22468)
@@ -23,7 +23,12 @@
org.eclipse.jface.text;bundle-version="3.5.0",
org.jboss.tools.jst.jsp;bundle-version="2.0.0",
org.junit4,
- org.jboss.tools.ui.bot.ext;bundle-version="1.0.0"
+ org.jboss.tools.ui.bot.ext;bundle-version="1.0.0",
+ org.jboss.tools.vpe.docbook;bundle-version="3.1.0",
+ org.jboss.tools.vpe.html;bundle-version="3.1.0",
+ org.jboss.tools.vpe.jsp;bundle-version="3.1.0",
+ org.jboss.tools.vpe.resref;bundle-version="3.1.0",
+ org.jboss.tools.vpe.ui.palette;bundle-version="3.1.0"
Eclipse-RegisterBuddy: org.apache.log4j
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
15 years, 4 months
JBoss Tools SVN: r22467 - trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-01 15:48:35 -0400 (Tue, 01 Jun 2010)
New Revision: 22467
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/pom.xml
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
vpe component tests fix:
- swtbot tests should be disabled because of they require all plugins to be installed, which is not true for tycho test execution environment
Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/pom.xml
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/pom.xml 2010-06-01 19:39:42 UTC (rev 22466)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/pom.xml 2010-06-01 19:48:35 UTC (rev 22467)
@@ -10,5 +10,17 @@
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.vpe.ui.bot.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-test-plugin</artifactId>
+ <version>${tychoVersion}</version>
+ <configuration>
+ <useUIThread>false</useUIThread>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
15 years, 4 months
JBoss Tools SVN: r22466 - branches/3.2.helios.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-01 15:39:42 -0400 (Tue, 01 Jun 2010)
New Revision: 22466
Modified:
branches/3.2.helios/pom.xml
Log:
fix order in pom and enable all components
Modified: branches/3.2.helios/pom.xml
===================================================================
--- branches/3.2.helios/pom.xml 2010-06-01 19:38:26 UTC (rev 22465)
+++ branches/3.2.helios/pom.xml 2010-06-01 19:39:42 UTC (rev 22466)
@@ -12,15 +12,14 @@
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
- <!-- this order is important! -->
+ <!-- this order is important! make sure you've run genpom.xml first! -->
<module>tests</module>
<module>common</module>
<module>flow</module>
<module>jbpm</module>
- <!-- <module>jmx</module>
+ <module>jmx</module>
<module>archives</module>
<module>as</module>
- <module>drools</module>
<module>bpel</module>
<module>smooks</module>
<module>freemarker</module>
@@ -31,6 +30,7 @@
<module>jst</module>
<module>vpe</module>
<module>jsf</module>
+ <module>drools</module>
<module>esb</module>
<module>tptp</module>
<module>ws</module>
@@ -41,7 +41,7 @@
<module>examples</module>
<module>birt</module>
<module>maven</module>
- <module>site</module> -->
+ <module>site</module>
</modules>
</project>
15 years, 4 months
JBoss Tools SVN: r22465 - in trunk/vpe: plugins/org.jboss.tools.vpe.xulrunner and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-01 15:38:26 -0400 (Tue, 01 Jun 2010)
New Revision: 22465
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/build.properties
trunk/vpe/plugins/org.jboss.tools.vpe/build.properties
trunk/vpe/plugins/org.jboss.tools.vpe/plugin.xml
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/META-INF/MANIFEST.MF
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/build.properties
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
vpe component tests fix:
- fix for build.properties file errors
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/build.properties
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/build.properties 2010-06-01 19:34:53 UTC (rev 22464)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/build.properties 2010-06-01 19:38:26 UTC (rev 22465)
@@ -1,5 +1,4 @@
-bin.includes = vpe.jar,\
- templates/,\
+bin.includes = templates/,\
schema/,\
plugin.xml,\
plugin.properties,\
@@ -11,7 +10,8 @@
about.ini,\
about.mappings,\
about.properties,\
- jboss_about.png
+ jboss_about.png,\
+ vpe.jar
jars.compile.order = vpe.jar
source.vpe.jar = resources/,\
src/
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/plugin.xml
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/plugin.xml 2010-06-01 19:34:53 UTC (rev 22464)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/plugin.xml 2010-06-01 19:38:26 UTC (rev 22465)
@@ -3,6 +3,9 @@
<plugin>
<extension-point id="templates" name="Path to xml file with templates definitionj" schema="schema/templates.exsd"/>
<extension-point id="localeProvider" name="Locale provider for an opened file" schema="schema/localeProvider.exsd"/>
+ <extension
+ point="org.eclipse.ui.startup">
+ </extension>
<extension point="org.jboss.tools.common.model.meta">
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/build.properties
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/build.properties 2010-06-01 19:34:53 UTC (rev 22464)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/build.properties 2010-06-01 19:38:26 UTC (rev 22465)
@@ -1,6 +1,7 @@
bin.includes = META-INF/,\
plugin.properties,\
- about.html
+ about.html,\
+ .
jars.compile.order = .
source.. = src/
output.. = bin/
Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.test/META-INF/MANIFEST.MF 2010-06-01 19:34:53 UTC (rev 22464)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.test/META-INF/MANIFEST.MF 2010-06-01 19:38:26 UTC (rev 22465)
@@ -19,8 +19,7 @@
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: lib/jmock-2.5.1/jmock-2.5.1.jar,
lib/jmock-2.5.1/hamcrest-core-1.1.jar,
- lib/jmock-2.5.1/hamcrest-library-1.1.jar,
- .
+ lib/jmock-2.5.1/hamcrest-library-1.1.jar
Export-Package: org.hamcrest,
org.jboss.tools.vpe.ui.test,
org.jboss.tools.vpe.ui.test.dialog,
Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.test/build.properties
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.test/build.properties 2010-06-01 19:34:53 UTC (rev 22464)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.test/build.properties 2010-06-01 19:38:26 UTC (rev 22465)
@@ -3,8 +3,7 @@
plugin.xml,\
plugin.properties,\
resources/,\
- lib/,\
- .
+ lib/
jars.compile.order = .
source.. = src/
source.. = src/
15 years, 4 months
JBoss Tools SVN: r22464 - branches/3.2.helios/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-01 15:34:53 -0400 (Tue, 01 Jun 2010)
New Revision: 22464
Modified:
branches/3.2.helios/build/publish.sh
Log:
merge from trunk
Modified: branches/3.2.helios/build/publish.sh
===================================================================
--- branches/3.2.helios/build/publish.sh 2010-06-01 19:33:44 UTC (rev 22463)
+++ branches/3.2.helios/build/publish.sh 2010-06-01 19:34:53 UTC (rev 22464)
@@ -8,17 +8,17 @@
SNAPNAME=${JOB_NAME}-Update-SNAPSHOT.zip
rm -fr ${WORKSPACE}/site; mkdir -p ${WORKSPACE}/site/${JOB_NAME}
-if [[ -f ${WORKSPACE}/*/site/target/site.zip ]]; then
+if [[ -f ${WORKSPACE}/sources/site/target/site.zip ]]; then
# copy into workspace for archiving
- rsync -aq ${WORKSPACE}/*/site/target/site.zip ${WORKSPACE}/site/${JOB_NAME}/${ZIPNAME}
+ rsync -aq ${WORKSPACE}/sources/site/target/site.zip ${WORKSPACE}/site/${JOB_NAME}/${ZIPNAME}
# copy into workspace for access by bucky aggregator
- rsync -aq ${WORKSPACE}/*/site/target/site.zip ${WORKSPACE}/site/${SNAPNAME}
+ rsync -aq ${WORKSPACE}/sources/site/target/site.zip ${WORKSPACE}/site/${SNAPNAME}
fi
# if zips exist produced & renamed by ant script, copy them too
-if [[ -f ${WORKSPACE}/*/*/site/target/*Update*.zip ]]; then
- rsync -aq ${WORKSPACE}/*/*/site/target/*Update*.zip ${WORKSPACE}/site/${JOB_NAME}/
-fi
+for z in $(find ${WORKSPACE} -maxdepth 5 -mindepth 4 -name "*Update*.zip"); do
+ rsync -aq $z ${WORKSPACE}/site/${JOB_NAME}/
+done
# publish to download.jboss.org
if [[ $DESTINATION == "" ]]; then DESTINATION="tools@filemgmt.jboss.org:/downloads_htdocs/tools"; fi
15 years, 4 months
JBoss Tools SVN: r22463 - trunk/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-01 15:33:44 -0400 (Tue, 01 Jun 2010)
New Revision: 22463
Modified:
trunk/build/publish.sh
Log:
use for loop instead of if
Modified: trunk/build/publish.sh
===================================================================
--- trunk/build/publish.sh 2010-06-01 19:27:26 UTC (rev 22462)
+++ trunk/build/publish.sh 2010-06-01 19:33:44 UTC (rev 22463)
@@ -16,9 +16,9 @@
fi
# if zips exist produced & renamed by ant script, copy them too
-if [[ -f ${WORKSPACE}/*/*/site/target/*Update*.zip ]]; then
- rsync -aq ${WORKSPACE}/*/*/site/target/*Update*.zip ${WORKSPACE}/site/${JOB_NAME}/
-fi
+for z in $(find ${WORKSPACE} -maxdepth 5 -mindepth 4 -name "*Update*.zip"); do
+ rsync -aq $z ${WORKSPACE}/site/${JOB_NAME}/
+done
# publish to download.jboss.org
if [[ $DESTINATION == "" ]]; then DESTINATION="tools@filemgmt.jboss.org:/downloads_htdocs/tools"; fi
15 years, 4 months
JBoss Tools SVN: r22462 - in branches/3.2.helios/common: site and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-01 15:27:26 -0400 (Tue, 01 Jun 2010)
New Revision: 22462
Added:
branches/3.2.helios/common/site/
branches/3.2.helios/common/site/pom.xml
branches/3.2.helios/common/site/site.xml
Modified:
branches/3.2.helios/common/pom.xml
Log:
add site
Modified: branches/3.2.helios/common/pom.xml
===================================================================
--- branches/3.2.helios/common/pom.xml 2010-06-01 19:24:08 UTC (rev 22461)
+++ branches/3.2.helios/common/pom.xml 2010-06-01 19:27:26 UTC (rev 22462)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
+ <module>site</module>
</modules>
</project>
-
\ No newline at end of file
+
Added: branches/3.2.helios/common/site/pom.xml
===================================================================
--- branches/3.2.helios/common/site/pom.xml (rev 0)
+++ branches/3.2.helios/common/site/pom.xml 2010-06-01 19:27:26 UTC (rev 22462)
@@ -0,0 +1,13 @@
+<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>common.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/common/site/site.xml
===================================================================
--- branches/3.2.helios/common/site/site.xml (rev 0)
+++ branches/3.2.helios/common/site/site.xml 2010-06-01 19:27:26 UTC (rev 22462)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this site.</description>
+ <!-- JBoss Tools common Nightly Build Update Site -->
+ <category-def label="JBoss Tools common Nightly Build Update Site" name="JBoss Tools common Nightly Build Update Site">
+ <description>JBoss Tools common Nightly Build Update Site: contains all features in this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.tools.common.all.feature_0.0.0.jar" id="org.jboss.tools.common.all.feature" version="0.0.0">
+ <category name="JBoss Tools common Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.common.core.feature_0.0.0.jar" id="org.jboss.tools.common.core.feature" version="0.0.0">
+ <category name="JBoss Tools common Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.common.feature_0.0.0.jar" id="org.jboss.tools.common.feature" version="0.0.0">
+ <category name="JBoss Tools common Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.common.text.ext.feature_0.0.0.jar" id="org.jboss.tools.common.text.ext.feature" version="0.0.0">
+ <category name="JBoss Tools common Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.common.ui.feature_0.0.0.jar" id="org.jboss.tools.common.ui.feature" version="0.0.0">
+ <category name="JBoss Tools common Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.common.verification.feature_0.0.0.jar" id="org.jboss.tools.common.verification.feature" version="0.0.0">
+ <category name="JBoss Tools common Nightly Build Update Site"/>
+ </feature>
+
+</site>
15 years, 4 months
JBoss Tools SVN: r22461 - in branches/modular_build/jbpm: site and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-01 15:24:08 -0400 (Tue, 01 Jun 2010)
New Revision: 22461
Added:
branches/modular_build/jbpm/site/
branches/modular_build/jbpm/site/.project
branches/modular_build/jbpm/site/pom.xml
branches/modular_build/jbpm/site/site.xml
Modified:
branches/modular_build/jbpm/pom.xml
Log:
add site
Modified: branches/modular_build/jbpm/pom.xml
===================================================================
--- branches/modular_build/jbpm/pom.xml 2010-06-01 19:18:35 UTC (rev 22460)
+++ branches/modular_build/jbpm/pom.xml 2010-06-01 19:24:08 UTC (rev 22461)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
+ <module>site</module>
</modules>
</project>
Added: branches/modular_build/jbpm/site/.project
===================================================================
--- branches/modular_build/jbpm/site/.project (rev 0)
+++ branches/modular_build/jbpm/site/.project 2010-06-01 19:24:08 UTC (rev 22461)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>site</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.UpdateSiteBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.UpdateSiteNature</nature>
+ </natures>
+</projectDescription>
Added: branches/modular_build/jbpm/site/pom.xml
===================================================================
--- branches/modular_build/jbpm/site/pom.xml (rev 0)
+++ branches/modular_build/jbpm/site/pom.xml 2010-06-01 19:24:08 UTC (rev 22461)
@@ -0,0 +1,13 @@
+<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>jbpm.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/modular_build/jbpm/site/site.xml
===================================================================
--- branches/modular_build/jbpm/site/site.xml (rev 0)
+++ branches/modular_build/jbpm/site/site.xml 2010-06-01 19:24:08 UTC (rev 22461)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this site.</description>
+ <!-- JBoss Tools jbpm Nightly Build Update Site -->
+ <category-def label="JBoss Tools jbpm Nightly Build Update Site" name="JBoss Tools jbpm Nightly Build Update Site">
+ <description>JBoss Tools jbpm Nightly Build Update Site: contains all features in this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.tools.flow.jpdl4.feature_0.0.0.jar" id="org.jboss.tools.flow.jpdl4.feature" version="0.0.0">
+ <category name="JBoss Tools jbpm Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.jbpm.common.feature_0.0.0.jar" id="org.jboss.tools.jbpm.common.feature" version="0.0.0">
+ <category name="JBoss Tools jbpm Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.jbpm.convert.feature_0.0.0.jar" id="org.jboss.tools.jbpm.convert.feature" version="0.0.0">
+ <category name="JBoss Tools jbpm Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.jbpm3.feature_0.0.0.jar" id="org.jboss.tools.jbpm3.feature" version="0.0.0">
+ <category name="JBoss Tools jbpm Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.jbpm4.feature_0.0.0.jar" id="org.jboss.tools.jbpm4.feature" version="0.0.0">
+ <category name="JBoss Tools jbpm Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jbpm.gd.jpdl.feature_0.0.0.jar" id="org.jbpm.gd.jpdl.feature" version="0.0.0">
+ <category name="JBoss Tools jbpm Nightly Build Update Site"/>
+ </feature>
+
+</site>
15 years, 4 months