mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Configuring
This commit is contained in:
parent
03daced41b
commit
758f7e3b51
|
@ -458,7 +458,7 @@
|
|||
id="teavm-chrome-rdp"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.2.0.qualifier"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<?pde version="3.8"?><target name="TeaVM" sequenceNumber="13">
|
||||
<locations>
|
||||
<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>
|
||||
<environment>
|
||||
<os>linux</os>
|
||||
|
|
|
@ -30,67 +30,31 @@
|
|||
<description>A p2 repository for Eclipse that contains TeaVM core together with all required
|
||||
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>
|
||||
<pluginManagement>
|
||||
</pluginManagement>
|
||||
<plugins>
|
||||
<!-- plugin>
|
||||
<plugin>
|
||||
<groupId>org.reficio</groupId>
|
||||
<artifactId>p2-maven-plugin</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>default-cli</id>
|
||||
<id>make-p2</id>
|
||||
<phase>prepare-package</phase>
|
||||
<goals>
|
||||
<goal>site</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<artifacts>
|
||||
<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>
|
||||
<id>org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:1.0.1</id>
|
||||
|
@ -111,20 +75,6 @@
|
|||
</configuration>
|
||||
</execution>
|
||||
</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>
|
||||
</plugins>
|
||||
</build>
|
||||
|
|
Loading…
Reference in New Issue
Block a user