Skip to content

Commit

Permalink
Releasing version 4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
three4clavin committed Jun 4, 2012
1 parent 645326c commit f7819d0
Show file tree
Hide file tree
Showing 512 changed files with 4,432 additions and 1,338 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,31 @@ Documentation
Downloads
=========

**Version 4.1.6**:

Numerous small fixes:
- Adding name field to Brightcove Account object
- Adding Collection Util methods for static arrays
- Adding Log Utils - generate logging messages on one line only
- Updating Apache net libraries to v3.1
- Cleaning up build process

Full Download:

- [BC Commons v4.1.6 with dependencies](https://github.com/downloads/BrightcoveOS/Java-Commons/bc-commons-with-dep-4.1.6.zip)

Individual Packages (3rd Party):

- [3rd Party - Apache Commons for BC Commons v4.1.6](https://github.com/downloads/BrightcoveOS/Java-Commons/apache-commons-bcver-4.1.6.zip)
- [3rd Party - JSON.org for BC Commons v4.1.6](https://github.com/downloads/BrightcoveOS/Java-Commons/json-org-bcver-4.1.6.zip)
- [3rd Party - Xalan for BC Commons v4.1.6](https://github.com/downloads/BrightcoveOS/Java-Commons/xalan-bcver-4.1.6.zip)

Brightcove Libraries Only:

- [BC Commons v4.1.6](https://github.com/downloads/BrightcoveOS/Java-Commons/bc-commons-4.1.6.zip)
- [BC Commons Examples v4.1.6](https://github.com/downloads/BrightcoveOS/Java-Commons/bc-commons-examples-4.1.6.zip)


**Version 4.1.5**:

Numerous small fixes:
Expand Down
Binary file removed apache-commons/download/commons-net-2.2-bin.zip
Binary file not shown.
Binary file added apache-commons/download/commons-net-3.1-bin.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions bc-account-objects/javadoc/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Sat May 19 23:31:14 EDT 2012 -->
<!-- Generated by javadoc (build 1.5.0_22) on Mon Jun 04 11:39:20 EDT 2012 -->
<TITLE>
All Classes (bc-commons-account-objects - v4.1.5)
All Classes (bc-commons-account-objects - v4.1.6)
</TITLE>


Expand Down
4 changes: 2 additions & 2 deletions bc-account-objects/javadoc/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Sat May 19 23:31:14 EDT 2012 -->
<!-- Generated by javadoc (build 1.5.0_22) on Mon Jun 04 11:39:20 EDT 2012 -->
<TITLE>
All Classes (bc-commons-account-objects - v4.1.5)
All Classes (bc-commons-account-objects - v4.1.6)
</TITLE>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Sat May 19 23:31:14 EDT 2012 -->
<!-- Generated by javadoc (build 1.5.0_22) on Mon Jun 04 11:39:20 EDT 2012 -->
<TITLE>
BrightcoveAccount (bc-commons-account-objects - v4.1.5)
BrightcoveAccount (bc-commons-account-objects - v4.1.6)
</TITLE>

<META NAME="keywords" CONTENT="com.brightcove.commons.account.objects.BrightcoveAccount class">
Expand All @@ -14,7 +14,7 @@
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="BrightcoveAccount (bc-commons-account-objects - v4.1.5)";
parent.document.title="BrightcoveAccount (bc-commons-account-objects - v4.1.6)";
}
</SCRIPT>
<NOSCRIPT>
Expand Down Expand Up @@ -149,6 +149,14 @@ <H2>
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../com/brightcove/commons/account/objects/BrightcoveAccount.html#clearUsers()">clearUsers</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../com/brightcove/commons/account/objects/BrightcoveAccount.html#getAccountName()">getAccountName</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
Expand Down Expand Up @@ -197,6 +205,14 @@ <H2>
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../com/brightcove/commons/account/objects/BrightcoveAccount.html#getWriteToken()">getWriteToken</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../com/brightcove/commons/account/objects/BrightcoveAccount.html#setAccountName(java.lang.String)">setAccountName</A></B>(java.lang.String&nbsp;accountName)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
Expand Down Expand Up @@ -322,6 +338,28 @@ <H2>
</DL>
<HR>

<A NAME="setAccountName(java.lang.String)"><!-- --></A><H3>
setAccountName</H3>
<PRE>
public void <B>setAccountName</B>(java.lang.String&nbsp;accountName)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getAccountName()"><!-- --></A><H3>
getAccountName</H3>
<PRE>
public java.lang.String <B>getAccountName</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setReadToken(java.lang.String)"><!-- --></A><H3>
setReadToken</H3>
<PRE>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Sat May 19 23:31:14 EDT 2012 -->
<!-- Generated by javadoc (build 1.5.0_22) on Mon Jun 04 11:39:20 EDT 2012 -->
<TITLE>
BrightcoveUser (bc-commons-account-objects - v4.1.5)
BrightcoveUser (bc-commons-account-objects - v4.1.6)
</TITLE>

<META NAME="keywords" CONTENT="com.brightcove.commons.account.objects.BrightcoveUser class">
Expand All @@ -14,7 +14,7 @@
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="BrightcoveUser (bc-commons-account-objects - v4.1.5)";
parent.document.title="BrightcoveUser (bc-commons-account-objects - v4.1.6)";
}
</SCRIPT>
<NOSCRIPT>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Sat May 19 23:31:14 EDT 2012 -->
<!-- Generated by javadoc (build 1.5.0_22) on Mon Jun 04 11:39:20 EDT 2012 -->
<TITLE>
Uses of Class com.brightcove.commons.account.objects.BrightcoveAccount (bc-commons-account-objects - v4.1.5)
Uses of Class com.brightcove.commons.account.objects.BrightcoveAccount (bc-commons-account-objects - v4.1.6)
</TITLE>


Expand All @@ -13,7 +13,7 @@
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class com.brightcove.commons.account.objects.BrightcoveAccount (bc-commons-account-objects - v4.1.5)";
parent.document.title="Uses of Class com.brightcove.commons.account.objects.BrightcoveAccount (bc-commons-account-objects - v4.1.6)";
}
</SCRIPT>
<NOSCRIPT>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Sat May 19 23:31:14 EDT 2012 -->
<!-- Generated by javadoc (build 1.5.0_22) on Mon Jun 04 11:39:20 EDT 2012 -->
<TITLE>
Uses of Class com.brightcove.commons.account.objects.BrightcoveUser (bc-commons-account-objects - v4.1.5)
Uses of Class com.brightcove.commons.account.objects.BrightcoveUser (bc-commons-account-objects - v4.1.6)
</TITLE>


Expand All @@ -13,7 +13,7 @@
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class com.brightcove.commons.account.objects.BrightcoveUser (bc-commons-account-objects - v4.1.5)";
parent.document.title="Uses of Class com.brightcove.commons.account.objects.BrightcoveUser (bc-commons-account-objects - v4.1.6)";
}
</SCRIPT>
<NOSCRIPT>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Sat May 19 23:31:14 EDT 2012 -->
<!-- Generated by javadoc (build 1.5.0_22) on Mon Jun 04 11:39:20 EDT 2012 -->
<TITLE>
com.brightcove.commons.account.objects (bc-commons-account-objects - v4.1.5)
com.brightcove.commons.account.objects (bc-commons-account-objects - v4.1.6)
</TITLE>

<META NAME="keywords" CONTENT="com.brightcove.commons.account.objects package">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Sat May 19 23:31:14 EDT 2012 -->
<!-- Generated by javadoc (build 1.5.0_22) on Mon Jun 04 11:39:20 EDT 2012 -->
<TITLE>
com.brightcove.commons.account.objects (bc-commons-account-objects - v4.1.5)
com.brightcove.commons.account.objects (bc-commons-account-objects - v4.1.6)
</TITLE>

<META NAME="keywords" CONTENT="com.brightcove.commons.account.objects package">
Expand All @@ -14,7 +14,7 @@
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="com.brightcove.commons.account.objects (bc-commons-account-objects - v4.1.5)";
parent.document.title="com.brightcove.commons.account.objects (bc-commons-account-objects - v4.1.6)";
}
</SCRIPT>
<NOSCRIPT>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Sat May 19 23:31:14 EDT 2012 -->
<!-- Generated by javadoc (build 1.5.0_22) on Mon Jun 04 11:39:20 EDT 2012 -->
<TITLE>
com.brightcove.commons.account.objects Class Hierarchy (bc-commons-account-objects - v4.1.5)
com.brightcove.commons.account.objects Class Hierarchy (bc-commons-account-objects - v4.1.6)
</TITLE>


Expand All @@ -13,7 +13,7 @@
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="com.brightcove.commons.account.objects Class Hierarchy (bc-commons-account-objects - v4.1.5)";
parent.document.title="com.brightcove.commons.account.objects Class Hierarchy (bc-commons-account-objects - v4.1.6)";
}
</SCRIPT>
<NOSCRIPT>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Sat May 19 23:31:14 EDT 2012 -->
<!-- Generated by javadoc (build 1.5.0_22) on Mon Jun 04 11:39:20 EDT 2012 -->
<TITLE>
Uses of Package com.brightcove.commons.account.objects (bc-commons-account-objects - v4.1.5)
Uses of Package com.brightcove.commons.account.objects (bc-commons-account-objects - v4.1.6)
</TITLE>


Expand All @@ -13,7 +13,7 @@
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Package com.brightcove.commons.account.objects (bc-commons-account-objects - v4.1.5)";
parent.document.title="Uses of Package com.brightcove.commons.account.objects (bc-commons-account-objects - v4.1.6)";
}
</SCRIPT>
<NOSCRIPT>
Expand Down
6 changes: 3 additions & 3 deletions bc-account-objects/javadoc/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Sat May 19 23:31:14 EDT 2012 -->
<!-- Generated by javadoc (build 1.5.0_22) on Mon Jun 04 11:39:20 EDT 2012 -->
<TITLE>
Constant Field Values (bc-commons-account-objects - v4.1.5)
Constant Field Values (bc-commons-account-objects - v4.1.6)
</TITLE>


Expand All @@ -13,7 +13,7 @@
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Constant Field Values (bc-commons-account-objects - v4.1.5)";
parent.document.title="Constant Field Values (bc-commons-account-objects - v4.1.6)";
}
</SCRIPT>
<NOSCRIPT>
Expand Down
6 changes: 3 additions & 3 deletions bc-account-objects/javadoc/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Sat May 19 23:31:14 EDT 2012 -->
<!-- Generated by javadoc (build 1.5.0_22) on Mon Jun 04 11:39:20 EDT 2012 -->
<TITLE>
Deprecated List (bc-commons-account-objects - v4.1.5)
Deprecated List (bc-commons-account-objects - v4.1.6)
</TITLE>


Expand All @@ -13,7 +13,7 @@
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Deprecated List (bc-commons-account-objects - v4.1.5)";
parent.document.title="Deprecated List (bc-commons-account-objects - v4.1.6)";
}
</SCRIPT>
<NOSCRIPT>
Expand Down
6 changes: 3 additions & 3 deletions bc-account-objects/javadoc/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Sat May 19 23:31:14 EDT 2012 -->
<!-- Generated by javadoc (build 1.5.0_22) on Mon Jun 04 11:39:20 EDT 2012 -->
<TITLE>
API Help (bc-commons-account-objects - v4.1.5)
API Help (bc-commons-account-objects - v4.1.6)
</TITLE>


Expand All @@ -13,7 +13,7 @@
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="API Help (bc-commons-account-objects - v4.1.5)";
parent.document.title="API Help (bc-commons-account-objects - v4.1.6)";
}
</SCRIPT>
<NOSCRIPT>
Expand Down
12 changes: 9 additions & 3 deletions bc-account-objects/javadoc/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Sat May 19 23:31:14 EDT 2012 -->
<!-- Generated by javadoc (build 1.5.0_22) on Mon Jun 04 11:39:20 EDT 2012 -->
<TITLE>
Index (bc-commons-account-objects - v4.1.5)
Index (bc-commons-account-objects - v4.1.6)
</TITLE>


Expand All @@ -13,7 +13,7 @@
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Index (bc-commons-account-objects - v4.1.5)";
parent.document.title="Index (bc-commons-account-objects - v4.1.6)";
}
</SCRIPT>
<NOSCRIPT>
Expand Down Expand Up @@ -108,6 +108,9 @@
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./com/brightcove/commons/account/objects/BrightcoveAccount.html#getAccountName()"><B>getAccountName()</B></A> -
Method in class com.brightcove.commons.account.objects.<A HREF="./com/brightcove/commons/account/objects/BrightcoveAccount.html" title="class in com.brightcove.commons.account.objects">BrightcoveAccount</A>
<DD>&nbsp;
<DT><A HREF="./com/brightcove/commons/account/objects/BrightcoveUser.html#getEmail()"><B>getEmail()</B></A> -
Method in class com.brightcove.commons.account.objects.<A HREF="./com/brightcove/commons/account/objects/BrightcoveUser.html" title="class in com.brightcove.commons.account.objects">BrightcoveUser</A>
<DD>
Expand Down Expand Up @@ -139,6 +142,9 @@
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./com/brightcove/commons/account/objects/BrightcoveAccount.html#setAccountName(java.lang.String)"><B>setAccountName(String)</B></A> -
Method in class com.brightcove.commons.account.objects.<A HREF="./com/brightcove/commons/account/objects/BrightcoveAccount.html" title="class in com.brightcove.commons.account.objects">BrightcoveAccount</A>
<DD>&nbsp;
<DT><A HREF="./com/brightcove/commons/account/objects/BrightcoveUser.html#setEmail(java.lang.String)"><B>setEmail(String)</B></A> -
Method in class com.brightcove.commons.account.objects.<A HREF="./com/brightcove/commons/account/objects/BrightcoveUser.html" title="class in com.brightcove.commons.account.objects">BrightcoveUser</A>
<DD>
Expand Down
4 changes: 2 additions & 2 deletions bc-account-objects/javadoc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Sat May 19 23:31:14 EDT 2012-->
<!-- Generated by javadoc on Mon Jun 04 11:39:20 EDT 2012-->
<TITLE>
bc-commons-account-objects - v4.1.5
bc-commons-account-objects - v4.1.6
</TITLE>
<SCRIPT type="text/javascript">
targetPage = "" + window.location.search;
Expand Down
Loading

0 comments on commit f7819d0

Please sign in to comment.