Configuring

This commit is contained in:
konsoletyper 2014-09-22 21:05:13 +04:00
parent 03daced41b
commit 758f7e3b51
3 changed files with 12 additions and 62 deletions

View File

@ -458,7 +458,7 @@
id="teavm-chrome-rdp" id="teavm-chrome-rdp"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.2.0.qualifier" version="0.0.0"
unpack="false"/> unpack="false"/>
<plugin <plugin

View File

@ -2,7 +2,7 @@
<?pde version="3.8"?><target name="TeaVM" sequenceNumber="13"> <?pde version="3.8"?><target name="TeaVM" sequenceNumber="13">
<locations> <locations>
<location path="${eclipse_home}" type="Profile"/> <location path="${eclipse_home}" type="Profile"/>
<location path="${workspace_loc:/teavm-eclipse-repository}/target/dependency" type="Directory"/> <location path="${workspace_loc:/teavm-eclipse-repository}/target/repository" type="Directory"/>
</locations> </locations>
<environment> <environment>
<os>linux</os> <os>linux</os>

View File

@ -30,67 +30,31 @@
<description>A p2 repository for Eclipse that contains TeaVM core together with all required <description>A p2 repository for Eclipse that contains TeaVM core together with all required
dependencies</description> dependencies</description>
<dependencies>
<dependency>
<groupId>javax.interceptor</groupId>
<artifactId>javax.interceptor-api</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>javax.transaction-api</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.apache.aries.spifly</groupId>
<artifactId>org.apache.aries.spifly.dynamic.bundle</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.teavm</groupId>
<artifactId>teavm-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.teavm</groupId>
<artifactId>teavm-classlib</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.teavm</groupId>
<artifactId>teavm-chrome-rdp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.2</version>
</dependency>
</dependencies>
<build> <build>
<pluginManagement> <pluginManagement>
</pluginManagement> </pluginManagement>
<plugins> <plugins>
<!-- plugin> <plugin>
<groupId>org.reficio</groupId> <groupId>org.reficio</groupId>
<artifactId>p2-maven-plugin</artifactId> <artifactId>p2-maven-plugin</artifactId>
<version>1.1.0</version> <version>1.1.0</version>
<executions> <executions>
<execution> <execution>
<id>default-cli</id> <id>make-p2</id>
<phase>prepare-package</phase>
<goals> <goals>
<goal>site</goal> <goal>site</goal>
</goals> </goals>
<configuration> <configuration>
<artifacts> <artifacts>
<artifact> <artifact>
<id>org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:1.0.1</id> <id>javax.interceptor:javax.interceptor-api:1.2</id>
</artifact>
<artifact>
<id>javax.enterprise:cdi-api:1.2</id>
</artifact>
<artifact>
<id>javax.transaction:javax.transaction-api:1.2</id>
</artifact> </artifact>
<artifact> <artifact>
<id>org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:1.0.1</id> <id>org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:1.0.1</id>
@ -111,20 +75,6 @@
</configuration> </configuration>
</execution> </execution>
</executions> </executions>
</plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
<executions>
<execution>
<id>copy-dependencies</id>
<phase>prepare-package</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
</execution>
</executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>