diff options
| author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-09-28 14:38:07 +0000 | 
|---|---|---|
| committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-09-28 14:38:07 +0000 | 
| commit | 9d4b3e9214f653d2556608958642d02814d4e7a3 (patch) | |
| tree | 5e46ac1da4f20b39c2846556199402e6d947edfd | |
| parent | ce450c6eee4977040072b5f51a91183c15846b1a (diff) | |
| download | mocca-9d4b3e9214f653d2556608958642d02814d4e7a3.tar.gz mocca-9d4b3e9214f653d2556608958642d02814d4e7a3.tar.bz2 mocca-9d4b3e9214f653d2556608958642d02814d4e7a3.zip | |
non-webstart profile to BKUWebStart (removed from BKUWebStartPackage)
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@509 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
| -rw-r--r-- | BKUWebStart/pom.xml | 26 | ||||
| -rw-r--r-- | BKUWebStartPackage/pom.xml | 25 | 
2 files changed, 26 insertions, 25 deletions
| diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml index 18652eec..ca19a0b3 100644 --- a/BKUWebStart/pom.xml +++ b/BKUWebStart/pom.xml @@ -122,6 +122,32 @@          </plugins>        </build>      </profile> +     +    <profile> +      <id>non-webstart</id> +      <build> +        <plugins> +          <plugin> +            <artifactId>maven-jar-plugin</artifactId> +            <groupId>org.apache.maven.plugins</groupId> +            <configuration> +              <archive> +                <manifest> +                  <addClasspath>true</addClasspath> +                  <mainClass>at.gv.egiz.bku.webstart.Launcher</mainClass> +                </manifest> +                <manifestEntries> +                  <mode>development</mode> +                  <url>${pom.url}</url> +                  <SplashScreen-Image>at/gv/egiz/bku/webstart/splash.png</SplashScreen-Image> +                </manifestEntries> +              </archive> +            </configuration> +          </plugin> +        </plugins> +      </build> +      <!-- TODO somehow provide javaws.jar on manifest class-path --> +    </profile>    </profiles>    <dependencies> diff --git a/BKUWebStartPackage/pom.xml b/BKUWebStartPackage/pom.xml index 014c3337..63725fc3 100644 --- a/BKUWebStartPackage/pom.xml +++ b/BKUWebStartPackage/pom.xml @@ -155,30 +155,5 @@        </build>      </profile> -    <profile> -      <id>non-webstart</id> -      <build> -        <plugins> -          <plugin> -            <artifactId>maven-jar-plugin</artifactId> -            <groupId>org.apache.maven.plugins</groupId> -            <configuration> -              <archive> -                <manifest> -                  <addClasspath>true</addClasspath> -                  <mainClass>at.gv.egiz.bku.webstart.Launcher</mainClass> -                </manifest> -                <manifestEntries> -                  <mode>development</mode> -                  <url>${pom.url}</url> -                  <SplashScreen-Image>at/gv/egiz/bku/webstart/splash.png</SplashScreen-Image> -                </manifestEntries> -              </archive> -            </configuration> -          </plugin> -        </plugins> -      </build> -      <!-- TODO somehow provide javaws.jar on manifest class-path --> -    </profile>    </profiles>  </project>
\ No newline at end of file | 
