Skip to content

Commit

Permalink
Update copyright. Describe how to build the project in the parent POM.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrandelshofer committed Feb 26, 2023
1 parent 9b7ecf0 commit 2a7afc9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 48 deletions.
6 changes: 1 addition & 5 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions org.monte.media.jmf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
<packaging>jar</packaging>

<name>Monte Media JMF</name>
<description>Provides codecs to the Java Media Framework (JMF).</description>

<properties>
<skipNonModularJavaDoc>true</skipNonModularJavaDoc>
</properties>

<build>
<sourceDirectory>${basedir}/src/main/java/org.monte.media.jmf</sourceDirectory>
Expand Down Expand Up @@ -62,7 +65,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<skip>true</skip>
<skip>${skipNonModularJavaDoc}</skip>
</configuration>
</plugin>
<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@
# @(#)Main.java
# Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
#
# @(#)Labels.java 1.0 2008-12-30
#
# Copyright (c) 2008 Werner Randelshofer
# Hausmatt 10, Immensee, CH-6405, Switzerland.
# All rights reserved.
#
# The copyright of this software is owned by Werner Randelshofer.
# You may not use, copy or modify this software, except in
# accordance with the license agreement you entered into with
# Werner Randelshofer. For details see accompanying license terms
audio.toolTipText=Audio On/Off
play.toolTipText=Play/Pause
previous.toolTipText=Previous
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@
# @(#)Main.java
# Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
#
# @(#)Labels.java 1.0 2008-12-30
#
# Copyright (c) 2008 Werner Randelshofer
# Hausmatt 10, Immensee, CH-6405, Switzerland.
# All rights reserved.
#
# The copyright of this software is owned by Werner Randelshofer.
# You may not use, copy or modify this software, except in
# accordance with the license agreement you entered into with
# Werner Randelshofer. For details see accompanying license terms
audio.toolTipText=Ton Ein/Aus
play.toolTipText=Abspielen/Pause
previous.toolTipText=Zur\u00FCck
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@
# @(#)Main.java
# Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
#
# @(#)Labels.java 1.0 2008-12-30
#
# Copyright (c) 2008 Werner Randelshofer
# Hausmatt 10, Immensee, CH-6405, Switzerland.
# All rights reserved.
#
# The copyright of this software is owned by Werner Randelshofer.
# You may not use, copy or modify this software, except in
# accordance with the license agreement you entered into with
# Werner Randelshofer. For details see accompanying license terms
audio.toolTipText=Audio On/Off
play.toolTipText=Play/Pause
previous.toolTipText=En avant
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@
# @(#)Main.java
# Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
#
# @(#)Labels.java 1.0 2008-12-30
#
# Copyright (c) 2008 Werner Randelshofer
# Hausmatt 10, Immensee, CH-6405, Switzerland.
# All rights reserved.
#
# The copyright of this software is owned by Werner Randelshofer.
# You may not use, copy or modify this software, except in
# accordance with the license agreement you entered into with
# Werner Randelshofer. For details see accompanying license terms
audio.toolTipText=Audio On/Off
play.toolTipText=Play/Pausa
previous.toolTipText=Vai indietro
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
-->
<!--
~ Usage:
~ mvn clean deploy -Drevision=$(git show -s - -format=%cs_%h)
~
~ We must build the project in two steps, because we cannot generate JavaDoc for
~ modules with a module descriptor and modules without a module descriptor at the
~ same time.
~
~ mvn clean source:jar package javadoc:jar gpg:sign repository:bundle-create - -batch-mode
~ mvn source:jar javadoc:jar package gpg:sign repository:bundle-create -pl org.monte.media.jmf -DskipNonModularJavaDoc=false - -batch-mode
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand Down

0 comments on commit 2a7afc9

Please sign in to comment.