rpms/intellij-idea/devel 0012-Scriptlet-and-rules-to-replace-bundled-jars.patch, 1.2, 1.3 intellij-idea-idea, 1.4, 1.5 intellij-idea.spec, 1.8, 1.9

Lubomir Rintel lkundrak at fedoraproject.org
Sun Jun 27 20:15:43 UTC 2010


Author: lkundrak

Update of /cvs/pkgs/rpms/intellij-idea/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29737

Modified Files:
	0012-Scriptlet-and-rules-to-replace-bundled-jars.patch 
	intellij-idea-idea intellij-idea.spec 
Log Message:
jakarta -> apache commons-net

0012-Scriptlet-and-rules-to-replace-bundled-jars.patch:
 replacedeps.sh   |   40 +++++++
 replacerules.txt |  313 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 352 insertions(+), 1 deletion(-)

Index: 0012-Scriptlet-and-rules-to-replace-bundled-jars.patch
===================================================================
RCS file: /cvs/pkgs/rpms/intellij-idea/devel/0012-Scriptlet-and-rules-to-replace-bundled-jars.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- 0012-Scriptlet-and-rules-to-replace-bundled-jars.patch	27 Jun 2010 19:32:48 -0000	1.2
+++ 0012-Scriptlet-and-rules-to-replace-bundled-jars.patch	27 Jun 2010 20:15:42 -0000	1.3
@@ -86,7 +86,7 @@ index 0000000..113346f
 +	commons-lang
 +
 +lib/commons-net-1.4.1.jar
-+	jakarta-commons-net
++	apache-commons-net
 +
 +lib/jaxen-1.1.1.jar
 +	jaxen
@@ -119,7 +119,7 @@ index 0000000..113346f
 +	jcip-annotations.jar
 +
 +lib/commons-net-2.0-patched.jar
-+	jakarta-commons-net
++	apache-commons-net
 +
 +lib/log4j.jar
 +	log4j


Index: intellij-idea-idea
===================================================================
RCS file: /cvs/pkgs/rpms/intellij-idea/devel/intellij-idea-idea,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- intellij-idea-idea	8 Apr 2010 08:40:24 -0000	1.4
+++ intellij-idea-idea	27 Jun 2010 20:15:42 -0000	1.5
@@ -58,7 +58,7 @@ BASE_JARS="$BASE_JARS cglib-2.2"
 BASE_JARS="$BASE_JARS commons-codec"
 BASE_JARS="$BASE_JARS commons-collections"
 BASE_JARS="$BASE_JARS commons-lang"
-BASE_JARS="$BASE_JARS jakarta-commons-net"
+BASE_JARS="$BASE_JARS apache-commons-net"
 BASE_JARS="$BASE_JARS javahelp2"
 BASE_JARS="$BASE_JARS jaxen"
 BASE_JARS="$BASE_JARS jdom"


Index: intellij-idea.spec
===================================================================
RCS file: /cvs/pkgs/rpms/intellij-idea/devel/intellij-idea.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- intellij-idea.spec	27 Jun 2010 19:33:49 -0000	1.8
+++ intellij-idea.spec	27 Jun 2010 20:15:42 -0000	1.9
@@ -63,7 +63,7 @@ BuildRequires:  classworlds
 BuildRequires:  commons-beanutils
 BuildRequires:  commons-codec
 BuildRequires:  commons-collections
-BuildRequires:  jakarta-commons-net
+BuildRequires:  apache-commons-net
 BuildRequires:  eclipse-jdt
 BuildRequires:  gant
 BuildRequires:  ganymed-ssh2
@@ -114,7 +114,7 @@ Requires:       ant-nodeps
 Requires:       cglib
 Requires:       commons-codec
 Requires:       commons-collections
-Requires:       jakarta-commons-net
+Requires:       apache-commons-net
 Requires:       eclipse-jdt
 Requires:       groovy
 Requires:       jakarta-commons-lang



More information about the scm-commits mailing list