Skip to content

Commit

Permalink
Add Automatic-Module-Name values
Browse files Browse the repository at this point in the history
This sets the following module names:

  jgrapht-core → org.jgrapht.core
  jgrapht-ext  → org.jgrapht.ext
  jgrapht-io   → org.jgrapht.io

This gives the modules stable names in preparation for possible full
modularization.

Affects jgrapht#448
  • Loading branch information
io7m committed Dec 15, 2017
1 parent e322c86 commit 824b1f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions jgrapht-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
</executions>
<configuration>
<instructions>
<Automatic-Module-Name>org.jgrapht.core</Automatic-Module-Name>
<Bundle-Vendor>Barak Naveh, John V. Sichi and contributors (see
http://sourceforge.net/projects/jgrapht/)</Bundle-Vendor>
</instructions>
Expand Down
1 change: 1 addition & 0 deletions jgrapht-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
</executions>
<configuration>
<instructions>
<Automatic-Module-Name>org.jgrapht.ext</Automatic-Module-Name>
<Bundle-Vendor>Barak Naveh, John V. Sichi and contributors (see
http://sourceforge.net/projects/jgrapht/)</Bundle-Vendor>
<!-- JGraph (source code at https://github.com/jgraph/legacy-jgraph5.git)
Expand Down
5 changes: 3 additions & 2 deletions jgrapht-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
</executions>
<configuration>
<instructions>
<Automatic-Module-Name>org.jgrapht.io</Automatic-Module-Name>
<Bundle-Vendor>Barak Naveh, John V. Sichi and contributors (see
http://sourceforge.net/projects/jgrapht/)</Bundle-Vendor>
</instructions>
Expand Down Expand Up @@ -118,8 +119,8 @@
<includes>
<include>target/generated-sources/antlr4/**/*.java</include>
</includes>
<variableTokenValueMap xml:space="preserve">
<![CDATA[public class=class,public interface=interface]]>
<variableTokenValueMap xml:space="preserve">
<![CDATA[public class=class,public interface=interface]]>
</variableTokenValueMap>
</configuration>
</plugin>
Expand Down

0 comments on commit 824b1f7

Please sign in to comment.