Author: marrs
Date: Thu Apr 17 11:12:08 2014
New Revision: 1588210

URL: http://svn.apache.org/r1588210
Log:
Bumped version to 2.0.1 and added a license reference for ECJ.

Modified:
    ace/trunk/build/build.xml
    ace/trunk/build/resources/deps/LICENSE

Modified: ace/trunk/build/build.xml
URL: 
http://svn.apache.org/viewvc/ace/trunk/build/build.xml?rev=1588210&r1=1588209&r2=1588210&view=diff
==============================================================================
--- ace/trunk/build/build.xml (original)
+++ ace/trunk/build/build.xml Thu Apr 17 11:12:08 2014
@@ -2,7 +2,7 @@
 <project name="project" default="build"> 
        <import file="../cnf/build.xml"/>
        
-       <property name="version" value="2.0.0" />
+       <property name="version" value="2.0.1" />
        <property name="target.dir" value="generated" />
        <property name="src.zip" value="apache-ace-${version}-src.zip" />
        <property name="deps.zip" value="apache-ace-${version}-deps.zip" />

Modified: ace/trunk/build/resources/deps/LICENSE
URL: 
http://svn.apache.org/viewvc/ace/trunk/build/resources/deps/LICENSE?rev=1588210&r1=1588209&r2=1588210&view=diff
==============================================================================
--- ace/trunk/build/resources/deps/LICENSE (original)
+++ ace/trunk/build/resources/deps/LICENSE Thu Apr 17 11:12:08 2014
@@ -484,4 +484,16 @@ The above copyright notice and this perm
 
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.
 
+=========================================================================
+==  ECJ License                                                        ==
+=========================================================================
 
+License
+
+The Eclipse Foundation makes available all content in this plug-in 
("Content"). Unless otherwise indicated below, the Content is provided to you 
under the terms and conditions of the Eclipse Public License Version 1.0 
("EPL"). A copy of the EPL is available at 
http://www.eclipse.org/legal/epl-v10.html. For purposes of the EPL, "Program" 
will mean the Content.
+
+If you did not receive this Content directly from the Eclipse Foundation, the 
Content is being redistributed by another party ("Redistributor") and different 
terms and conditions may apply to your use of any object code in the Content. 
Check the Redistributor's license that was provided with the Content. If no 
such license exists, contact the Redistributor. Unless otherwise indicated 
below, the terms and conditions of the EPL still apply to any source code in 
the Content and such source code may be obtained at http://www.eclipse.org.
+
+Disassembler
+
+This plug-in contains a bytecode disassembler ("Disassembler") that can 
produce a listing of the Java assembler mnemonics ("Assembler Mnemonics") for a 
Java method. If you use the Disassembler to view the Assembler Mnemonics for a 
method, you should ensure that doing so will not violate the terms of any 
licenses that apply to your use of that method, as such licenses may not permit 
you to reverse engineer, decompile, or disassemble method bytecodes.


Reply via email to