Author: snjeza
Date: 2012-02-19 09:47:00 -0500 (Sun, 19 Feb 2012)
New Revision: 38905
Modified:
trunk/central/plugins/org.jboss.tools.central/pom.xml
Log:
JBIDE-10264 Wizard-ify the project examples
Modified: trunk/central/plugins/org.jboss.tools.central/pom.xml
===================================================================
--- trunk/central/plugins/org.jboss.tools.central/pom.xml 2012-02-19 14:34:34 UTC (rev
38904)
+++ trunk/central/plugins/org.jboss.tools.central/pom.xml 2012-02-19 14:47:00 UTC (rev
38905)
@@ -10,89 +10,5 @@
<groupId>org.jboss.tools.central.plugins</groupId>
<artifactId>org.jboss.tools.central</artifactId>
- <properties>
- <!-- TODO: for GA, change this from /development/indigo/ to /stable/indigo/ -->
- <
jboss.discovery.directory.url>http://download.jboss.org/jbosstools/upd...
- </properties>
-
- <profiles>
- <!-- _stable_branch jobs could use this profile but the above default (last stable
milestone) is probably better -->
- <profile>
- <id>3.3.indigo</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- <properties>
- <
jboss.discovery.directory.url>http://download.jboss.org/jbosstools/upd...
- </properties>
- </profile>
-
- <!-- _trunk jobs should use this profile -->
- <profile>
- <id>trunk</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- <properties>
- <
jboss.discovery.directory.url>http://download.jboss.org/jbosstools/upd...
- </properties>
- </profile>
- </profiles>
-
<packaging>eclipse-plugin</packaging>
- <build>
- <plugins>
- <!-- This will copy from the source folder to the template folder. Use only if no
filtering/replacement has already been done in source folder
- <plugin>
- <artifactId>maven-resources-plugin</artifactId>
- <version>2.5</version>
- <executions>
- <execution>
- <id>copy-resources</id>
- <phase>validate</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
- <outputDirectory>${basedir}/template/</outputDirectory>
- <resources>
- <resource>
- <directory>src/org/jboss/tools/central/configurators/</directory>
- <includes>
- <include>**/DefaultJBossCentralConfigurator.java</include>
- </includes>
- <filtering>true</filtering>
- </resource>
- </resources>
- </configuration>
- </execution>
- </executions>
- </plugin> -->
- <plugin>
- <artifactId>maven-resources-plugin</artifactId>
- <version>2.5</version>
- <executions>
- <execution>
- <id>copy-resources</id>
- <phase>validate</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
- <outputDirectory>${basedir}/src/org/jboss/tools/central/configurators/</outputDirectory>
- <resources>
- <resource>
- <directory>template/</directory>
- <includes>
- <include>**/DefaultJBossCentralConfigurator.java</include>
- </includes>
- <filtering>true</filtering>
- </resource>
- </resources>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
</project>