-
-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: BJ Hargrave <[email protected]>
- Loading branch information
1 parent
d69080e
commit a33add9
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,14 @@ Bundle-Developers: \ | |
organization="IBM"; \ | ||
organizationUrl="https://developer.ibm.com"; \ | ||
roles="developer"; \ | ||
timezone="America/New_York", \ | ||
rotty3000; \ | ||
name="Ray Augé"; \ | ||
email="[email protected]"; \ | ||
url="https://rotty3000.github.io"; \ | ||
organization="Liferay Inc."; \ | ||
organizationUrl="https://www.liferay.com"; \ | ||
roles="developer"; \ | ||
timezone="America/New_York" | ||
|
||
-make: (*).(jar);type=bnd; recipe="bnd/$1.bnd" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,30 @@ | |
<id>timothyjward</id> | ||
<email>[email protected]</email> | ||
</developer> | ||
<developer> | ||
<id>rotty3000</id> | ||
<name>Ray Augé</name> | ||
<email>[email protected]</email> | ||
<url>https://rotty3000.github.io</url> | ||
<organization>Liferay Inc.</organization> | ||
<organizationUrl>https://www.liferay.com</organizationUrl> | ||
<roles> | ||
<role>developer</role> | ||
</roles> | ||
<timezone>America/New_York</timezone> | ||
</developer> | ||
<developer> | ||
<id>bjhargrave</id> | ||
<name>BJ Hargrave</name> | ||
<email>[email protected]</email> | ||
<url>https://github.com/bjhargrave</url> | ||
<organization>IBM</organization> | ||
<organizationUrl>https://developer.ibm.com</organizationUrl> | ||
<roles> | ||
<role>developer</role> | ||
</roles> | ||
<timezone>America/New_York</timezone> | ||
</developer> | ||
</developers> | ||
|
||
<dependencyManagement> | ||
|