diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2010-07-17 17:46:34 +0000 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2010-07-17 17:46:34 +0000 |
commit | d0e4e3aad9ff1cc34e513f7f21bfb9337574b3be (patch) | |
tree | de92ea2514248518d20a3d8a0714b94525267626 /dev-util/netbeans/files | |
parent | Revert (diff) | |
download | historical-d0e4e3aad9ff1cc34e513f7f21bfb9337574b3be.tar.gz historical-d0e4e3aad9ff1cc34e513f7f21bfb9337574b3be.tar.bz2 historical-d0e4e3aad9ff1cc34e513f7f21bfb9337574b3be.zip |
netbeans: removed some really old versions of netbeans (3.6 and 5.5.1) and redundant version (6.7)
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-util/netbeans/files')
-rw-r--r-- | dev-util/netbeans/files/5.5.1/jdbcstorage-build.xml-comments.patch | 38 | ||||
-rw-r--r-- | dev-util/netbeans/files/5.5.1/jspparser-build.xml.patch | 11 | ||||
-rw-r--r-- | dev-util/netbeans/files/5.5.1/mdrant-build.xml-comments.patch | 37 | ||||
-rw-r--r-- | dev-util/netbeans/files/5.5.1/startscript.sh | 2 | ||||
-rw-r--r-- | dev-util/netbeans/files/netbeans.desktop | 8 | ||||
-rw-r--r-- | dev-util/netbeans/files/netbeans.png | bin | 2163 -> 0 bytes | |||
-rw-r--r-- | dev-util/netbeans/files/startscript.sh | 21 |
7 files changed, 0 insertions, 117 deletions
diff --git a/dev-util/netbeans/files/5.5.1/jdbcstorage-build.xml-comments.patch b/dev-util/netbeans/files/5.5.1/jdbcstorage-build.xml-comments.patch deleted file mode 100644 index 500173aeb3cc..000000000000 --- a/dev-util/netbeans/files/5.5.1/jdbcstorage-build.xml-comments.patch +++ /dev/null @@ -1,38 +0,0 @@ -diff -ur netbeans-src.old/mdr/extras/jdbcstorage/build.xml netbeans-src/mdr/extras/jdbcstorage/build.xml ---- netbeans-src.old/mdr/extras/jdbcstorage/build.xml 2006-12-06 23:46:13.000000000 +0200 -+++ netbeans-src/mdr/extras/jdbcstorage/build.xml 2006-12-06 23:53:28.000000000 +0200 -@@ -1,20 +1,22 @@ - <?xml version="1.0" encoding="UTF-8"?> - --<!-- The contents of this file are subject to the terms of the Common Development --<!-- and Distribution License (the License). You may not use this file except in --<!-- compliance with the License. -- --<!-- You can obtain a copy of the License at http://www.netbeans.org/cddl.html --<!-- or http://www.netbeans.org/cddl.txt. - <!-- --<!-- When distributing Covered Code, include this CDDL Header Notice in each file --<!-- and include the License file at http://www.netbeans.org/cddl.txt. --<!-- If applicable, add the following below the CDDL Header, with the fields --<!-- enclosed by brackets [] replaced by your own identifying information: --<!-- "Portions Copyrighted [year] [name of copyright owner]" -+ -+The contents of this file are subject to the terms of the Common Development -+and Distribution License (the License). You may not use this file except in -+compliance with the License. -+ -+You can obtain a copy of the License at http://www.netbeans.org/cddl.html -+or http://www.netbeans.org/cddl.txt. -+ -+When distributing Covered Code, include this CDDL Header Notice in each file -+and include the License file at http://www.netbeans.org/cddl.txt. -+If applicable, add the following below the CDDL Header, with the fields -+enclosed by brackets [] replaced by your own identifying information: -+"Portions Copyrighted [year] [name of copyright owner]" - - The Original Software is NetBeans. The Initial Developer of the Original --<!-- Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun -+Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun - Microsystems, Inc. All Rights Reserved. - --> - diff --git a/dev-util/netbeans/files/5.5.1/jspparser-build.xml.patch b/dev-util/netbeans/files/5.5.1/jspparser-build.xml.patch deleted file mode 100644 index 1bcdc63c5dd1..000000000000 --- a/dev-util/netbeans/files/5.5.1/jspparser-build.xml.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- netbeans-src.original/web/jspparser/build.xml 2007-04-27 22:15:13.000000000 +0200 -+++ netbeans-src/web/jspparser/build.xml 2007-04-27 23:06:41.000000000 +0200 -@@ -33,7 +33,7 @@ - - <target name="ext-compile"> - <mkdir dir="build/extclasses"/> -- <javac srcdir="extsrc" destdir="build/extclasses" deprecation="${build.compiler.deprecation}" debug="${build.compiler.debug}" source="1.5"> -+ <javac srcdir="extsrc" destdir="build/extclasses" deprecation="${build.compiler.deprecation}" debug="${build.compiler.debug}" source="1.5" target="1.5"> - <classpath> - <path path="${module.classpath}"/> - <path location="${cluster}/${module.jar}"/> diff --git a/dev-util/netbeans/files/5.5.1/mdrant-build.xml-comments.patch b/dev-util/netbeans/files/5.5.1/mdrant-build.xml-comments.patch deleted file mode 100644 index 36e9ad19aa8a..000000000000 --- a/dev-util/netbeans/files/5.5.1/mdrant-build.xml-comments.patch +++ /dev/null @@ -1,37 +0,0 @@ -diff -ur netbeans-src.old/mdr/extras/mdrant/build.xml netbeans-src/mdr/extras/mdrant/build.xml ---- netbeans-src.old/mdr/extras/mdrant/build.xml 2006-12-07 00:14:08.000000000 +0200 -+++ netbeans-src/mdr/extras/mdrant/build.xml 2006-12-07 00:18:35.000000000 +0200 -@@ -1,20 +1,21 @@ - <?xml version="1.0" encoding="UTF-8"?> - --<!-- The contents of this file are subject to the terms of the Common Development --<!-- and Distribution License (the License). You may not use this file except in --<!-- compliance with the License. -- --<!-- You can obtain a copy of the License at http://www.netbeans.org/cddl.html --<!-- or http://www.netbeans.org/cddl.txt. - <!-- --<!-- When distributing Covered Code, include this CDDL Header Notice in each file --<!-- and include the License file at http://www.netbeans.org/cddl.txt. --<!-- If applicable, add the following below the CDDL Header, with the fields --<!-- enclosed by brackets [] replaced by your own identifying information: --<!-- "Portions Copyrighted [year] [name of copyright owner]" -+The contents of this file are subject to the terms of the Common Development -+and Distribution License (the License). You may not use this file except in -+compliance with the License. -+ -+You can obtain a copy of the License at http://www.netbeans.org/cddl.html -+or http://www.netbeans.org/cddl.txt. -+ -+When distributing Covered Code, include this CDDL Header Notice in each file -+and include the License file at http://www.netbeans.org/cddl.txt. -+If applicable, add the following below the CDDL Header, with the fields -+enclosed by brackets [] replaced by your own identifying information: -+"Portions Copyrighted [year] [name of copyright owner]" - - The Original Software is NetBeans. The Initial Developer of the Original --<!-- Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun -+Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun - Microsystems, Inc. All Rights Reserved. - --> - diff --git a/dev-util/netbeans/files/5.5.1/startscript.sh b/dev-util/netbeans/files/5.5.1/startscript.sh deleted file mode 100644 index 974bfc8e23db..000000000000 --- a/dev-util/netbeans/files/5.5.1/startscript.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -/usr/share/netbeans-5.5/bin/netbeans "$@" diff --git a/dev-util/netbeans/files/netbeans.desktop b/dev-util/netbeans/files/netbeans.desktop deleted file mode 100644 index dd09da0d76d2..000000000000 --- a/dev-util/netbeans/files/netbeans.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Name=Netbeans IDE -Comment=IDE for Java -Icon=netbeans -Terminal=0 -Type=Application - - diff --git a/dev-util/netbeans/files/netbeans.png b/dev-util/netbeans/files/netbeans.png Binary files differdeleted file mode 100644 index b4dcb7fe477d..000000000000 --- a/dev-util/netbeans/files/netbeans.png +++ /dev/null diff --git a/dev-util/netbeans/files/startscript.sh b/dev-util/netbeans/files/startscript.sh deleted file mode 100644 index 8fe13cc00b01..000000000000 --- a/dev-util/netbeans/files/startscript.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash - -check_symlinks() { - for file in `find ${1} -type l` ; do - - if ! test -e ${file} ; then - echo "Broken symlink:" - echo "${file}" - fi - - done -} - -NBDIR="/usr/share/netbeans-4.0" - -check_symlinks ${NBDIR}/ide4/modules/ext -check_symlinks ${NBDIR}/ide4/modules/autoload/ext -check_symlinks ${NBDIR}/ide4/config/TagLibraries/JSTL11 -check_symlinks ${NBDIR}/platform4/modules/ext - -${NBDIR}/bin/netbeans |