ソースを参照

Merge 537e820e77 into a1bdf76412

pull/12422/merge
Chris Morris - Vistra 7ヶ月前
コミット
7aff3bb128
コミッターのメールアドレスに関連付けられたアカウントが存在しません
2個のファイルの変更15行の追加0行の削除
  1. 8
    0
      compatibility-client/bnd.bnd
  2. 7
    0
      compatibility-client/pom.xml

+ 8
- 0
compatibility-client/bnd.bnd ファイルの表示

@@ -0,0 +1,8 @@
Bundle-SymbolicName: ${project.groupId}.compatibility-client
Bundle-Name: Vaadin Compatibility Client
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0
Import-Package: com.vaadin*;version="[${osgi.bundle.version},${osgi.bundle.version}]",\
javax.validation*;resolution:=optional;version='${javax.validation.version}',\
*
Export-Package: com.vaadin.v7.client*;-noimport:=true

+ 7
- 0
compatibility-client/pom.xml ファイルの表示

@@ -38,12 +38,19 @@

<build>
<plugins>

<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<index>false</index>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>

読み込み中…
キャンセル
保存