Author: antonio
Date: Wed Oct 6 09:40:28 2004
New Revision: 53883
Added:
cocoon/branches/BRANCH_2_1_X/legal/jdtcore-3.0.1.jar.license.html
cocoon/branches/BRANCH_2_1_X/lib/optional/jdtcore-3.0.1.jar (contents, props changed)
Removed:
cocoon/branches/BRANCH_2_1_X/legal/jdtcore-2.1.3.jar.license.txt
cocoon/branches/BRANCH_2_1_X/lib/optional/jdtcore-3.0.0.jar
Modified:
cocoon/branches/BRANCH_2_1_X/gump.xml
cocoon/branches/BRANCH_2_1_X/lib/jars.xml
cocoon/branches/BRANCH_2_1_X/status.xml
Log:
Update jdt-core to 3.0.1
Modified: cocoon/branches/BRANCH_2_1_X/gump.xml
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/gump.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/gump.xml Wed Oct 6 09:40:28 2004
@@ -1273,7 +1273,7 @@
Java Development Tools from the Eclipse IDE Project
</description>
<home nested="lib/optional"/>
- <jar name="jdtcore-3.0.0.jar"/>
+ <jar name="jdtcore-3.0.1.jar"/>
</project>
<project name="spark">
Added: cocoon/branches/BRANCH_2_1_X/legal/jdtcore-3.0.1.jar.license.html
==============================================================================
--- (empty file)
+++ cocoon/branches/BRANCH_2_1_X/legal/jdtcore-3.0.1.jar.license.html Wed Oct 6 09:40:28
2004
@@ -0,0 +1,35 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+<head>
+<title>About</title>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>20th June, 2002</p>
+<h3>License</h3>
+<p>Eclipse.org 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
+Common Public License Version 1.0 ("CPL"). A copy of the CPL is available
at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>.
+For purposes of the CPL, "Program" will mean the Content.</p>
+
+<h3>Contributions</h3>
+
+<p>If this Content is licensed to you under the terms and conditions of the CPL, any
Contributions, as defined in the CPL, uploaded, submitted, or otherwise
+made available to Eclipse.org, members of Eclipse.org and/or the host of Eclipse.org web
site, by you that relate to such
+Content are provided under the terms and conditions of the CPL and can be made available
to others under the terms of the CPL.</p>
+
+<p>If this Content is licensed to you under license terms and conditions other than
the CPL ("Other License"), any modifications, enhancements and/or
+other code and/or documentation ("Modifications") uploaded, submitted,
or otherwise made available to Eclipse.org, members of Eclipse.org and/or the
+host of Eclipse.org, by you that relate to such Content are provided under terms and conditions
of the Other License and can be made available
+to others under the terms of the Other License. In addition, with regard to Modifications
for which you are the copyright holder, you are also
+providing the Modifications under the terms and conditions of the CPL and such Modifications
can be made available to others under the terms of
+the CPL.</p>
+
+<h3>Disassembler</h3>
+<p>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.</p>
+
+</body>
+</html>
\ No newline at end of file
Modified: cocoon/branches/BRANCH_2_1_X/lib/jars.xml
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/lib/jars.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/lib/jars.xml Wed Oct 6 09:40:28 2004
@@ -695,7 +695,7 @@
<title>Eclipse Java Development Tools Core</title>
<description>Eclipse Java Compiler</description>
<used-by>XSP</used-by>
- <lib>optional/jdtcore-3.0.0.jar</lib>
+ <lib>optional/jdtcore-3.0.1.jar</lib>
<homepage>http://www.eclipse.org/jdt</homepage>
</file>
Added: cocoon/branches/BRANCH_2_1_X/lib/optional/jdtcore-3.0.1.jar
==============================================================================
Binary file. No diff available.
Modified: cocoon/branches/BRANCH_2_1_X/status.xml
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Wed Oct 6 09:40:28 2004
@@ -205,6 +205,9 @@
<changes>
<release version="@version@" date="@date@">
+ <action dev="AG" type="update">
+ Updated jdt-core to 3.0.1
+ </action>
<action dev="VG" type="add">
Faces block: Added JSF CarStore demo.
</action>
|