Community
Participate
Working Groups
<os>linux</os>
<ws>gtk</ws>
<arch>x86_64</arch>
<buildid>${unqualifiedVersion}.${buildQualifier}</buildid>
</properties>
<!--dependencies>
</dependency>
</dependencies-->
<build>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<id>swtdownload</id>
<phase>package</phase>
<configuration>
<target>
<ant antfile="build.xml" target="swtdownload" />
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>0.0.0</version>
<scope>system</scope>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
<groupId>bsf</groupId>
<artifactId>bsf</artifactId>
<version>2.4.0</version>
<groupId>rhino</groupId>
<artifactId>js</artifactId>
<version>1.7R2</version>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-bsf</artifactId>
<version>1.8.3</version>
<artifactId>ant-nodeps</artifactId>
<version>1.8.1</version>
</dependencies>
</plugin>
</plugins>
</build>
<!-- This has to be here. Profiles are not inheritable. -->
<profiles>
<profile>