Changeset 278 for trunk/openjdk/jaxp/build-drop-template.xml
- Timestamp:
- Mar 26, 2011, 8:39:20 PM (14 years ago)
- Location:
- trunk/openjdk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk
- Property svn:ignore
-
old new 1 1 build 2 build-product-release
-
-
Property svn:mergeinfo
set to
/branches/vendor/oracle/openjdk6/b22 merged eligible /branches/vendor/oracle/openjdk6/current merged eligible
- Property svn:ignore
-
trunk/openjdk/jaxp/build-drop-template.xml
r2 r278 1 1 <?xml version="1.0"?> 2 2 <!-- 3 Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.3 Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. 4 4 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 5 5 6 6 This code is free software; you can redistribute it and/or modify it 7 7 under the terms of the GNU General Public License version 2 only, as 8 published by the Free Software Foundation. Sundesignates this8 published by the Free Software Foundation. Oracle designates this 9 9 particular file as subject to the "Classpath" exception as provided 10 by Sunin the LICENSE file that accompanied this code.10 by Oracle in the LICENSE file that accompanied this code. 11 11 12 12 This code is distributed in the hope that it will be useful, but WITHOUT … … 20 20 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 21 21 22 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,23 CA 95054 USA or visit www.sun.com if you need additional information or24 have anyquestions.22 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 23 or visit www.oracle.com if you need additional information or have any 24 questions. 25 25 --> 26 26 … … 76 76 <condition property="@DROP@.url.should.be.used"> 77 77 <and> 78 <istrue value="${allow.downloads}"/> 78 79 <not> 79 80 <isset property="@DROP@.master.bundle.copy.exists"/>
Note:
See TracChangeset
for help on using the changeset viewer.