emul/compact/src/main/assembly/rt.xml
author Lubomir Nerad <lubomir.nerad@oracle.com>
Mon, 25 Feb 2013 19:00:08 +0100
brancharithmetic
changeset 755 5652acd48509
permissions -rw-r--r--
Added conversion to long for JavaScript implementation of System.currentTimeMillis
jaroslav@692
     1
<?xml version="1.0"?>
jaroslav@692
     2
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
jaroslav@692
     3
  <id>rt</id>
jaroslav@692
     4
  <formats>
jaroslav@692
     5
    <format>jar</format>
jaroslav@692
     6
  </formats>
jaroslav@692
     7
  <includeBaseDirectory>false</includeBaseDirectory>
jaroslav@692
     8
  <dependencySets>
jaroslav@692
     9
    <dependencySet>
jaroslav@692
    10
      <useProjectArtifact>true</useProjectArtifact>
jaroslav@692
    11
      <unpack>true</unpack>
jaroslav@692
    12
      <scope>provided</scope>
jaroslav@692
    13
      <unpackOptions>
jaroslav@692
    14
        <excludes>
jaroslav@692
    15
          <exclude>META-INF/maven/**</exclude>
jaroslav@692
    16
        </excludes>
jaroslav@692
    17
      </unpackOptions>
jaroslav@692
    18
    </dependencySet>
jaroslav@692
    19
  </dependencySets>
jaroslav@692
    20
  <fileSets>
jaroslav@692
    21
    <fileSet>
jaroslav@692
    22
      <directory>${project.build.outputDirectory}</directory>
jaroslav@692
    23
      <outputDirectory>/</outputDirectory>
jaroslav@692
    24
    </fileSet>
jaroslav@692
    25
  </fileSets>
jaroslav@692
    26
</assembly>