Skip to content

Commit

Permalink
final cleanup of discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Leacu committed Mar 11, 2013
1 parent 8d0e7a7 commit 32e8724
Show file tree
Hide file tree
Showing 41 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -37,9 +37,9 @@ First build the target platform:
$ cd .../jbosstools-integration-stack/target-platform
$ mvn clean install

Second build either the community (jbt) or production (jbds) aggregate and Mylyn discovery:
Second build either the community (jbosstools) or production (devstudio) aggregate and Mylyn discovery:

$ cd .../jbosstools-integration-stack/jbt
$ cd .../jbosstools-integration-stack/jbosstools
$ mvn clean install

Then look for the integration-stack-*.zip file in your repository. You can use that zip file directly as your install
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -41,10 +41,9 @@
<property name="BUILD_ID" value="${BUILD_ID}" />
<property name="BUILD_NUMBER" value="${BUILD_NUMBER}" />
<property name="BUILD_TS" value="${BUILD_TS}" />
<property name="BUILD_FORM" value="production" />
<property name="BUILD_TYPE" value="${BUILD_TYPE}" />
<property name="TARGET_PLATFORM" value="${TARGET_PLATFORM}" />
<property name="central.discovery.is.jar.id" value="com.jboss.jbds.central.discovery.integration-stack-${VERSION}-SNAPSHOT.jar" />
<property name="output.url" value="https://devstudio.jboss.com/updates/${BUILD_TYPE}/central/integration-stack/${VERSION}/" />
</ant>
</target>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion jbds/discovery/pom.xml → devstudio/discovery/pom.xml
Expand Up @@ -27,7 +27,7 @@
</description>

<modules>
<module>plugin</module>
<module>com.jboss.jbds.central.discovery.integration-stack</module>
<module>generation</module>
</modules>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion jbds/site/pom.xml → devstudio/site/pom.xml
Expand Up @@ -11,7 +11,7 @@
<version>6.0.0-SNAPSHOT</version>
</parent>

<name>JBDS Integration Stack Master</name>
<name>JBDS Integration Stack Aggregate</name>
<packaging>eclipse-repository</packaging>

<description>
Expand Down
File renamed without changes.
Expand Up @@ -41,10 +41,9 @@
<property name="BUILD_ID" value="${BUILD_ID}" />
<property name="BUILD_NUMBER" value="${BUILD_NUMBER}" />
<property name="BUILD_TS" value="${BUILD_TS}" />
<property name="BUILD_FORM" value="community" />
<property name="BUILD_TYPE" value="${BUILD_TYPE}" />
<property name="TARGET_PLATFORM" value="${TARGET_PLATFORM}" />
<property name="central.discovery.is.jar.id" value="org.jboss.tools.central.discovery.integration-stack-${VERSION}-SNAPSHOT.jar" />
<property name="output.url" value="http://download.jboss.org/jbosstools/discovery/${BUILD_TYPE}/integration-stack/${VERSION}/" />
</ant>
</target>
</configuration>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -69,15 +69,9 @@
provider="JBoss by Red Hat"
siteUrl="%jboss.is.update.url"
name="Fuse Development"
description="Tools related to integrating software components with the Fuse IDE that work with Apache ServiceMix, ActiveMQ and Camel - support for jBPM 5, Drools and Guvnor."
description="Tools related to integrating software components with the Fuse IDE that work with Apache ServiceMix, ActiveMQ and Camel."
id="jboss.integration-stack.bundle.fuse">
<iu id="org.fusesource.ide.feature"/>
<iu id="org.drools.eclipse.feature"/>
<iu id="org.jboss.tools.runtime.drools.detector.feature"/>
<iu id="org.guvnor.tools.feature"/>
<iu id="org.jbpm.eclipse.feature"/>
<iu id="org.jbpm.eclipse.task.feature"/>
<iu id="org.jboss.tools.runtime.jbpm.detector.feature"/>
<icon
image32="images/jbosstools_icon32.png">
</icon>
Expand Down
Expand Up @@ -14,7 +14,7 @@

<name>JBoss Tools Integration Stack Discovery Plugins</name>

<packaging>eclipse-plugin</packaging>
<packaging>eclipse-plugin</packaging>

<build>
<resources>
Expand Down
3 changes: 2 additions & 1 deletion jbt/discovery/pom.xml → jbosstools/discovery/pom.xml
Expand Up @@ -16,6 +16,7 @@
<name>JBoss Tools Integration Stack Discovery</name>

<packaging>pom</packaging>

<description>
JBoss Tools Central Integration Stack discovery generation.

Expand All @@ -27,7 +28,7 @@
</description>

<modules>
<module>plugin</module>
<module>org.jboss.tools.central.discovery.integration-stack</module>
<module>generation</module>
</modules>

Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions jbt/site/category.xml → jbosstools/site/category.xml
Expand Up @@ -34,7 +34,6 @@ Tools related to the development of Service Oriented Architecture applications -
<!-- drools -->
<feature url="features/org.drools.eclipse.feature_0.0.0.jar" id="org.drools.eclipse.feature" version="0.0.0">
<category name="BusinessLogic" />
<category name="FuseDev" />
</feature>

<!-- esb -->
Expand All @@ -50,13 +49,11 @@ Tools related to the development of Service Oriented Architecture applications -
<!-- guvnor -->
<feature url="features/org.guvnor.tools.feature_0.0.0.jar" id="org.guvnor.tools.feature" version="0.0.0">
<category name="BusinessLogic" />
<category name="FuseDev" />
</feature>

<!-- jbpm -->
<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="BusinessLogic" />
<category name="FuseDev" />
</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">
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion jbt/site/pom.xml → jbosstools/site/pom.xml
Expand Up @@ -11,7 +11,7 @@
<version>4.0.0-SNAPSHOT</version>
</parent>

<name>JBoss Tools Integration Stack Master</name>
<name>JBoss Tools Integration Stack Aggregate</name>
<packaging>eclipse-repository</packaging>

<description>
Expand Down
File renamed without changes.
14 changes: 12 additions & 2 deletions scripts/build.xml
Expand Up @@ -8,7 +8,7 @@
To test output, run maven in this folder:
$ mvn clean install -DPREFIX=jbosstools-integration-stack -DVERSION=4.0.0 -DBUILD_TYPE=integration -DBUILD_TS=v20130212-1234 \
-DBUILD_NUMBER=23 -DBUILD_ALIAS=integration -DTARGET_PLATFORM=juno
-DBUILD_NUMBER=23 -DBUILD_ALIAS=integration -DTARGET_PLATFORM=juno -DBUILD_FORM=production
-->

<condition property="output.dir" value="${WORKSPACE}/results" else="${basedir}">
Expand Down Expand Up @@ -63,7 +63,17 @@ $java.home = ${java.home}
<echo level="debug">project.build.directory = ${project.build.directory}</echo>

<!-- Extract the file name matching the integration stack discovery jar (i.e) org.jboss.tools.central.discovery.integration-stack_4.0.0.integration-v20130212-1334-B99.jar -->
<property name="discovery_jar_target_dir" value="${project.build.directory}/../../plugin/target/" />
<if><equals arg1="${BUILD_FORM}" arg2="community" trim="true" /><then>
<property name="central.discovery.is.jar.id" value="org.jboss.tools.central.discovery.integration-stack-${VERSION}-SNAPSHOT.jar" />
<property name="discovery_jar_target_dir" value="${project.build.directory}/../../org.jboss.tools.central.discovery.integration-stack/target/" />
<property name="output.url" value="http://download.jboss.org/jbosstools/discovery/${BUILD_TYPE}/integration-stack/${VERSION}/" />
</then></if>

<if><equals arg1="${BUILD_FORM}" arg2="production" trim="true" /><then>
<property name="central.discovery.is.jar.id" value="com.jboss.jbds.central.discovery.integration-stack-${VERSION}-SNAPSHOT.jar" />
<property name="discovery_jar_target_dir" value="${project.build.directory}/../../com.jboss.jbds.central.discovery.integration-stack/target/" />
<property name="output.url" value="https://devstudio.jboss.com/updates/${BUILD_TYPE}/central/integration-stack/${VERSION}/" />
</then></if>

<path id="central.discovery.is.jar.id">
<fileset dir="${discovery_jar_target_dir}">
Expand Down

0 comments on commit 32e8724

Please sign in to comment.