|
From: <ls...@us...> - 2009-02-18 10:45:05
|
Revision: 5047
http://jnode.svn.sourceforge.net/jnode/?rev=5047&view=rev
Author: lsantha
Date: 2009-02-18 10:45:00 +0000 (Wed, 18 Feb 2009)
Log Message:
-----------
Removed unused and outdated plugins.
Modified Paths:
--------------
trunk/all/build.xml
trunk/all/conf/default-plugin-list.xml
trunk/core/descriptors/org.classpath.core.xml
trunk/net/descriptors/com.jcraft.jsch.xml
trunk/net/descriptors/org.jnode.test.net.xml
Removed Paths:
-------------
trunk/core/descriptors/crypto-security.xml
trunk/core/lib/gnu-crypto.jar
trunk/core/lib/javax-crypto.jar
Modified: trunk/all/build.xml
===================================================================
--- trunk/all/build.xml 2009-02-17 19:54:00 UTC (rev 5046)
+++ trunk/all/build.xml 2009-02-18 10:45:00 UTC (rev 5047)
@@ -83,9 +83,6 @@
<property name="junit4.jar" value="${root.dir}/distr/lib/junit-4.1.jar"/>
<property name="log4j.jar" value="${root.dir}/core/lib/log4j-1.2.8.jar"/>
- <property name="gnu-crypto.jar" value="${root.dir}/core/lib/gnu-crypto.jar"/>
- <property name="javax-crypto.jar" value="${root.dir}/core/lib/javax-crypto.jar"/>
- <!-- property name="javax-security.jar" value="${root.dir}/core/lib/javax-security.jar" / -->
<property name="beanshell.jar" value="${root.dir}/shell/lib/bsh-2.0b5.jar"/>
<property name="js.jar" value="${root.dir}/shell/lib/rhino1.6r5-jsr223.jar"/>
@@ -120,8 +117,6 @@
<pathelement location="${asm-util.jar}"/>
<pathelement location="${cglib.jar}"/>
<pathelement location="${log4j.jar}"/>
- <pathelement location="${gnu-crypto.jar}"/>
- <pathelement location="${javax-crypto.jar}"/>
<pathelement location="${basedir}/conf"/>
<pathelement location="${beanshell.jar}"/>
<pathelement location="${js.jar}"/>
@@ -252,8 +247,6 @@
<libalias name="commons-net-1.1.0.jar" alias="${commons-net.jar}"/>
<libalias name="dnsjava-1.6.6.jar" alias="${dnsjava.jar}"/>
<libalias name="jsch-0.1.24.jar" alias="${jsch.jar}"/>
- <libalias name="gnu-crypto.jar" alias="${gnu-crypto.jar}"/>
- <libalias name="javax-crypto.jar" alias="${javax-crypto.jar}"/>
<libalias name="log4j.jar" alias="${log4j.jar}"/>
<libalias name="beanshell.jar" alias="${beanshell.jar}"/>
<libalias name="nanoxml-java.jar" alias="${nanoxml-java.jar}"/>
Modified: trunk/all/conf/default-plugin-list.xml
===================================================================
--- trunk/all/conf/default-plugin-list.xml 2009-02-17 19:54:00 UTC (rev 5046)
+++ trunk/all/conf/default-plugin-list.xml 2009-02-18 10:45:00 UTC (rev 5047)
@@ -153,7 +153,6 @@
<plugin id="org.jnode.net.nfs"/>
<plugin id="com.jcraft.jsch"/>
- <plugin id="crypto-security"/>
<plugin id="org.jnode.protocol"/>
<plugin id="org.jnode.protocol.ftp"/>
Deleted: trunk/core/descriptors/crypto-security.xml
===================================================================
--- trunk/core/descriptors/crypto-security.xml 2009-02-17 19:54:00 UTC (rev 5046)
+++ trunk/core/descriptors/crypto-security.xml 2009-02-18 10:45:00 UTC (rev 5047)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plugin SYSTEM "jnode.dtd">
-
-<plugin id="crypto-security"
- name="GNU-Crypto classes"
- version="2.0.1"
- provider-name="http://www.gnu.org/software/gnu-crypto"
- license-name="GPL + Library Exception"
- license-url="http://www.gnu.org/software/gnu-crypto/">
-
- <runtime>
- <library name="gnu-crypto.jar">
- <export name="*"/>
- </library>
- <library name="javax-crypto.jar">
- <export name="*"/>
- </library>
- </runtime>
-
-</plugin>
\ No newline at end of file
Modified: trunk/core/descriptors/org.classpath.core.xml
===================================================================
--- trunk/core/descriptors/org.classpath.core.xml 2009-02-17 19:54:00 UTC (rev 5046)
+++ trunk/core/descriptors/org.classpath.core.xml 2009-02-18 10:45:00 UTC (rev 5047)
@@ -169,6 +169,7 @@
<export name="javax.xml.stream.util.*"/>
<export name="javax.crypto.*"/>
+ <export name="javax.crypto.interfaces.*"/>
<export name="javax.crypto.spec.*"/>
<export name="javax.security.auth.AuthPermission"/>
<export name="javax.security.auth.Destroyable"/>
Deleted: trunk/core/lib/gnu-crypto.jar
===================================================================
(Binary files differ)
Deleted: trunk/core/lib/javax-crypto.jar
===================================================================
(Binary files differ)
Modified: trunk/net/descriptors/com.jcraft.jsch.xml
===================================================================
--- trunk/net/descriptors/com.jcraft.jsch.xml 2009-02-17 19:54:00 UTC (rev 5046)
+++ trunk/net/descriptors/com.jcraft.jsch.xml 2009-02-18 10:45:00 UTC (rev 5047)
@@ -10,7 +10,7 @@
license-url="http://www.jcraft.com/jsch/LICENSE.txt">
<requires>
- <import plugin="crypto-security"/>
+ <import plugin="org.classpath.ext.security"/>
</requires>
Modified: trunk/net/descriptors/org.jnode.test.net.xml
===================================================================
--- trunk/net/descriptors/org.jnode.test.net.xml 2009-02-17 19:54:00 UTC (rev 5046)
+++ trunk/net/descriptors/org.jnode.test.net.xml 2009-02-18 10:45:00 UTC (rev 5047)
@@ -8,7 +8,6 @@
provider-name="JNode.org">
<requires>
- <import plugin="crypto-security"/>
<import plugin="com.jcraft.jsch"/>
</requires>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|