Author: nickboldt
Date: 2012-10-18 14:27:55 -0400 (Thu, 18 Oct 2012)
New Revision: 44586
Modified:
trunk/central/site/category.xml
trunk/central/site/pom.xml
Log:
in order to be able to publish the discovery feature from the central site to the jbt
aggregate site (then hide it) it needs to be exposed/visible on the central site - revert
changes for JBIDE-12389
Modified: trunk/central/site/category.xml
===================================================================
--- trunk/central/site/category.xml 2012-10-18 17:33:26 UTC (rev 44585)
+++ trunk/central/site/category.xml 2012-10-18 18:27:55 UTC (rev 44586)
@@ -15,7 +15,8 @@
</feature>
<feature
url="features/org.jboss.tools.central.discovery.feature_0.0.0.jar"
id="org.jboss.tools.central.discovery.feature" version="0.0.0">
</feature>
- <!-- JBIDE-12389 to hide central.discovery plugin and feature, exclude source
feature too <feature
url="features/org.jboss.tools.central.discovery.feature.source_0.0.0.jar"
id="org.jboss.tools.central.discovery.feature.source"
version="0.0.0"/> -->
+ <feature
url="features/org.jboss.tools.central.discovery.feature.source_0.0.0.jar"
id="org.jboss.tools.central.discovery.feature.source"
version="0.0.0">
+ </feature>
<feature id="org.jboss.tools.central.themes.feature"
version="0.0.0"/>
<feature id="org.jboss.tools.central.themes.feature.source"
version="0.0.0"/>
Modified: trunk/central/site/pom.xml
===================================================================
--- trunk/central/site/pom.xml 2012-10-18 17:33:26 UTC (rev 44585)
+++ trunk/central/site/pom.xml 2012-10-18 18:27:55 UTC (rev 44586)
@@ -19,71 +19,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <version>${maven.antrun.plugin.version}</version>
- <executions>
- <execution>
- <id>install</id>
- <phase>install</phase>
- <configuration>
- <quiet>true</quiet>
- <tasks>
- <!-- called AFTER generating update site + zip to add in extra content -->
- <ant antfile="build.xml" target="basic.build"
dir="../../build/aggregate">
- <property name="output.dir" value="${basedir}" />
- <property name="inputRepo"
- value="${jbosstools-nightly-staging-composite}" />
- <property name="update.site.name" value="JBoss Tools -
Central"/>
- <property name="JBT_VERSION" value="${JBT_VERSION}"
/>
- <property name="BUILD_ALIAS" value="${BUILD_ALIAS}"
/>
- </ant>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- <dependencies>
- <dependency>
- <groupId>commons-net</groupId>
- <artifactId>commons-net</artifactId>
- <version>1.4.1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- <version>1.7.1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant-nodeps</artifactId>
- <version>1.7.1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant-trax</artifactId>
- <version>1.7.1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant-commons-net</artifactId>
- <version>1.7.1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant-apache-regexp</artifactId>
- <version>1.7.1</version>
- </dependency>
- <dependency>
- <groupId>ant-contrib</groupId>
- <artifactId>ant-contrib</artifactId>
- <version>1.0b3</version>
- </dependency>
- </dependencies>
- </plugin>
- <plugin>
<groupId>org.jboss.tools.tycho-plugins</groupId>
<artifactId>repository-utils</artifactId>
<version>0.0.1-SNAPSHOT</version>
Show replies by date