From: <ls...@us...> - 2013-02-24 17:10:20
|
Revision: 5979 http://jnode.svn.sourceforge.net/jnode/?rev=5979&view=rev Author: lsantha Date: 2013-02-24 17:10:10 +0000 (Sun, 24 Feb 2013) Log Message: ----------- Updated headers. Modified Paths: -------------- trunk/distr/build.xml trunk/distr/descriptors/derby.xml trunk/distr/descriptors/jetty.xml trunk/distr/descriptors/net.wimpi.telnetd.xml trunk/distr/descriptors/org.apache.jakarta.commons.logging.xml trunk/distr/descriptors/org.jawk.xml trunk/distr/descriptors/org.jnode.apps.commander.xml trunk/distr/descriptors/org.jnode.apps.console.xml trunk/distr/descriptors/org.jnode.apps.debug.xml trunk/distr/descriptors/org.jnode.apps.edit.xml trunk/distr/descriptors/org.jnode.apps.editor.xml trunk/distr/descriptors/org.jnode.apps.httpd.xml trunk/distr/descriptors/org.jnode.apps.jpartition.xml trunk/distr/descriptors/org.jnode.charvabsh.xml trunk/distr/descriptors/org.jnode.games.xml trunk/distr/descriptors/org.jnode.install.xml Modified: trunk/distr/build.xml =================================================================== --- trunk/distr/build.xml 2013-02-24 17:07:24 UTC (rev 5978) +++ trunk/distr/build.xml 2013-02-24 17:10:10 UTC (rev 5979) @@ -1,3 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + $Id$ + + Copyright (C) 2003-2013 JNode.org + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public + License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this library; If not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> <project name="JNode-Distr" default="all" basedir="."> <typedef file="${basedir}/../all/lib/jnode.xml"/> Modified: trunk/distr/descriptors/derby.xml =================================================================== --- trunk/distr/descriptors/derby.xml 2013-02-24 17:07:24 UTC (rev 5978) +++ trunk/distr/descriptors/derby.xml 2013-02-24 17:10:10 UTC (rev 5979) @@ -1,67 +1,86 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plugin SYSTEM "jnode.dtd"> - -<plugin id="derby" - name="Derby" - version="10.3.2.1" - license-name="apache2.0" - provider-name="apache DB" - provider-url="http://db.apache.org/derby/"> - - - <requires> - <import plugin="org.jnode.shell"/> - </requires> - - <runtime> - <library name="derby.jar"> - <export name="*"/> - </library> - <library name="derbynet.jar"> - <export name="org.apache.derby.drda.*"/> - <export name="org.apache.derby.impl.drda.*"/> - <export name="org.apache.derby.info.net*"/> - <export name="org.apache.derby.loc.drda.*"/> - </library> - <library name="derbytools.jar"> - <export name="org.apache.derby.tools.*"/> - <export name="org.apache.derby.impl.tools.*"/> - <export name="org.apache.derby.iapi.reference.*"/> - <export name="org.apache.derby.info.tools*"/> - <export name="org.apache.derby.loc.toolsmessages*"/> - </library> - <library name="jnode-distr.jar"> - <export name="org.jnode.apps.derby.*"/> - </library> - </runtime> - - <extension point="org.jnode.shell.aliases"> - <alias name="derby" class="org.jnode.apps.derby.DerbyCommand"/> - </extension> - - <extension point="org.jnode.shell.syntaxes"> - <syntax alias="derby"> - <sequence description="Start or stop the derby db server"> - <alternatives> - <option argLabel="start" longName="start"/> - <option argLabel="stop" longName="stop"/> - </alternatives> - <optionSet> - <option argLabel="home" longName="home" shortName="h"/> - <option argLabel="port" longName="port" shortName="p"/> - </optionSet> - </sequence> - </syntax> - </extension> - - <extension point="org.jnode.security.permissions"> - <permission class="java.util.PropertyPermission" name="*" actions="read"/> - <permission class="java.lang.RuntimePermission" name="exitVM" actions="*" /> - <permission class="java.lang.RuntimePermission" name="writeFileDescriptor" actions="*" /> - <permission class="java.lang.RuntimePermission" name="readFileDescriptor" actions="*" /> - <permission class="java.lang.RuntimePermission" name="createClassLoader" actions="*" /> - <permission class="java.net.SocketPermission" name="*:1527" actions="accept,connect,listen"/> - <permission class="java.io.FilePermission" name="<<ALL FILES>>" actions="read,write"/> - </extension> - -</plugin> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + $Id$ + + Copyright (C) 2003-2013 JNode.org + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public + License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this library; If not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> +<!DOCTYPE plugin SYSTEM "jnode.dtd"> + +<plugin id="derby" + name="Derby" + version="10.3.2.1" + license-name="apache2.0" + provider-name="apache DB" + provider-url="http://db.apache.org/derby/"> + + + <requires> + <import plugin="org.jnode.shell"/> + </requires> + + <runtime> + <library name="derby.jar"> + <export name="*"/> + </library> + <library name="derbynet.jar"> + <export name="org.apache.derby.drda.*"/> + <export name="org.apache.derby.impl.drda.*"/> + <export name="org.apache.derby.info.net*"/> + <export name="org.apache.derby.loc.drda.*"/> + </library> + <library name="derbytools.jar"> + <export name="org.apache.derby.tools.*"/> + <export name="org.apache.derby.impl.tools.*"/> + <export name="org.apache.derby.iapi.reference.*"/> + <export name="org.apache.derby.info.tools*"/> + <export name="org.apache.derby.loc.toolsmessages*"/> + </library> + <library name="jnode-distr.jar"> + <export name="org.jnode.apps.derby.*"/> + </library> + </runtime> + + <extension point="org.jnode.shell.aliases"> + <alias name="derby" class="org.jnode.apps.derby.DerbyCommand"/> + </extension> + + <extension point="org.jnode.shell.syntaxes"> + <syntax alias="derby"> + <sequence description="Start or stop the derby db server"> + <alternatives> + <option argLabel="start" longName="start"/> + <option argLabel="stop" longName="stop"/> + </alternatives> + <optionSet> + <option argLabel="home" longName="home" shortName="h"/> + <option argLabel="port" longName="port" shortName="p"/> + </optionSet> + </sequence> + </syntax> + </extension> + + <extension point="org.jnode.security.permissions"> + <permission class="java.util.PropertyPermission" name="*" actions="read"/> + <permission class="java.lang.RuntimePermission" name="exitVM" actions="*" /> + <permission class="java.lang.RuntimePermission" name="writeFileDescriptor" actions="*" /> + <permission class="java.lang.RuntimePermission" name="readFileDescriptor" actions="*" /> + <permission class="java.lang.RuntimePermission" name="createClassLoader" actions="*" /> + <permission class="java.net.SocketPermission" name="*:1527" actions="accept,connect,listen"/> + <permission class="java.io.FilePermission" name="<<ALL FILES>>" actions="read,write"/> + </extension> + +</plugin> Modified: trunk/distr/descriptors/jetty.xml =================================================================== --- trunk/distr/descriptors/jetty.xml 2013-02-24 17:07:24 UTC (rev 5978) +++ trunk/distr/descriptors/jetty.xml 2013-02-24 17:10:10 UTC (rev 5979) @@ -1,78 +1,97 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plugin SYSTEM "jnode.dtd"> - -<plugin id="jetty" - name="jetty" - version="6.1.5" - license-name="asl" - provider-name="mortbay.com" - provider-url="http://jetty.mortbay.com/"> - - <runtime> - - <library name="jetty.jar"> - <export name="*"/> - </library> - - <library name="jetty-util.jar"> - <export name="*"/> - </library> - - <library name="jsp.jar"> - <export name="*"/> - </library> - - <library name="jsp-api.jar"> - <export name="*"/> - </library> - - <library name="servlet.jar"> - <export name="*"/> - </library> - - <library name="jnode-distr.jar"> - <export name="org.jnode.apps.jetty.*"/> - </library> - - </runtime> - - <requires> - <import plugin="com.sun.tools.javac"/> - <import plugin="org.apache.jakarta.commons.logging"/> - <import plugin="org.apache.jakarta.log4j"/> - <import plugin="org.jnode.shell"/> - <import plugin="org.jnode.shell.syntax"/> - <import plugin="org.apache.tools.ant"/> - </requires> - - <extension point="org.jnode.shell.aliases"> - <alias name="jetty" class="org.jnode.apps.jetty.JettyCommand"/> - </extension> - - <extension point="org.jnode.shell.syntaxes"> - <syntax alias="jetty"> - <sequence description="Run a jetty server"> - <optionSet> - <option argLabel="port" longName="port" shortName="p"/> - </optionSet> - <argument argLabel="webapp"/> - </sequence> - </syntax> - </extension> - - <extension point="org.jnode.security.permissions"> - <permission class="java.util.PropertyPermission" name="*" actions="read,write"/> - <permission class="java.util.PropertyPermission" name="org.mortbay.*" actions="read"/> - <permission class="java.lang.RuntimePermission" name="createClassLoader"/> - <permission class="java.lang.RuntimePermission" name="setContextClassLoader"/> - <permission class="java.lang.RuntimePermission" name="readFileDescriptor"/> - <permission class="java.lang.RuntimePermission" name="modifyThread"/> - <permission class="java.lang.RuntimePermission" name="modifyThreadGroup"/> - <permission class="java.lang.RuntimePermission" name="setIO"/> - <permission class="java.io.FilePermission" name="<<ALL FILES>>" actions="read,write"/> - <permission class="java.net.SocketPermission" name="*" actions="resolve"/> - <permission class="java.net.SocketPermission" name="*:1-" actions="resolve,listen"/> - <permission class="java.security.SecurityPermission" name="getPolicy"/> - </extension> - -</plugin> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + $Id$ + + Copyright (C) 2003-2013 JNode.org + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public + License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this library; If not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> +<!DOCTYPE plugin SYSTEM "jnode.dtd"> + +<plugin id="jetty" + name="jetty" + version="6.1.5" + license-name="asl" + provider-name="mortbay.com" + provider-url="http://jetty.mortbay.com/"> + + <runtime> + + <library name="jetty.jar"> + <export name="*"/> + </library> + + <library name="jetty-util.jar"> + <export name="*"/> + </library> + + <library name="jsp.jar"> + <export name="*"/> + </library> + + <library name="jsp-api.jar"> + <export name="*"/> + </library> + + <library name="servlet.jar"> + <export name="*"/> + </library> + + <library name="jnode-distr.jar"> + <export name="org.jnode.apps.jetty.*"/> + </library> + + </runtime> + + <requires> + <import plugin="com.sun.tools.javac"/> + <import plugin="org.apache.jakarta.commons.logging"/> + <import plugin="org.apache.jakarta.log4j"/> + <import plugin="org.jnode.shell"/> + <import plugin="org.jnode.shell.syntax"/> + <import plugin="org.apache.tools.ant"/> + </requires> + + <extension point="org.jnode.shell.aliases"> + <alias name="jetty" class="org.jnode.apps.jetty.JettyCommand"/> + </extension> + + <extension point="org.jnode.shell.syntaxes"> + <syntax alias="jetty"> + <sequence description="Run a jetty server"> + <optionSet> + <option argLabel="port" longName="port" shortName="p"/> + </optionSet> + <argument argLabel="webapp"/> + </sequence> + </syntax> + </extension> + + <extension point="org.jnode.security.permissions"> + <permission class="java.util.PropertyPermission" name="*" actions="read,write"/> + <permission class="java.util.PropertyPermission" name="org.mortbay.*" actions="read"/> + <permission class="java.lang.RuntimePermission" name="createClassLoader"/> + <permission class="java.lang.RuntimePermission" name="setContextClassLoader"/> + <permission class="java.lang.RuntimePermission" name="readFileDescriptor"/> + <permission class="java.lang.RuntimePermission" name="modifyThread"/> + <permission class="java.lang.RuntimePermission" name="modifyThreadGroup"/> + <permission class="java.lang.RuntimePermission" name="setIO"/> + <permission class="java.io.FilePermission" name="<<ALL FILES>>" actions="read,write"/> + <permission class="java.net.SocketPermission" name="*" actions="resolve"/> + <permission class="java.net.SocketPermission" name="*:1-" actions="resolve,listen"/> + <permission class="java.security.SecurityPermission" name="getPolicy"/> + </extension> + +</plugin> Modified: trunk/distr/descriptors/net.wimpi.telnetd.xml =================================================================== --- trunk/distr/descriptors/net.wimpi.telnetd.xml 2013-02-24 17:07:24 UTC (rev 5978) +++ trunk/distr/descriptors/net.wimpi.telnetd.xml 2013-02-24 17:10:10 UTC (rev 5979) @@ -1,45 +1,64 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plugin SYSTEM "jnode.dtd"> - -<plugin id="net.wimpi.telnetd" - name="telnetd" - version="2" - license-name="bsd" - provider-name="wimpi.net" - provider-url="http://telnetd.sourceforge.net/"> - - <runtime> - <library name="telnetd.jar"> - <export name="*"/> - </library> - - <library name="jnode-distr.jar"> - <export name="org.jnode.apps.telnetd.*"/> - </library> - </runtime> - - <requires> - <import plugin="org.apache.jakarta.commons.logging"/> - <import plugin="org.apache.jakarta.log4j"/> - <import plugin="org.jnode.shell"/> - </requires> - - <extension point="org.jnode.security.permissions"> - <permission class="java.lang.RuntimePermission" name="modifyThreadGroup"/> - <permission class="java.lang.RuntimePermission" name="exitVM"/> - - <permission class="java.io.FilePermission" name="<<ALL FILES>>" actions="read,write"/> - <permission class="java.lang.RuntimePermission" name="modifyThreadGroup"/> - <permission class="java.lang.RuntimePermission" name="modifyThread"/> - <permission class="java.lang.RuntimePermission" name="setIO"/> - <permission class="java.net.SocketPermission" name="*" actions="resolve,listen,connect"/> - <permission class="java.net.SocketPermission" name="*:0-" actions="connect,resolve,listen"/> - <permission class="java.util.PropertyPermission" name="jnode.cmdline" actions="read"/> - <permission class="java.util.PropertyPermission" name="*" actions="read,write"/> - <permission class="java.util.PropertyPermission" name="user.dir" actions="read"/> - </extension> - - <extension point="org.jnode.shell.aliases"> - <alias name="telnetd" class="org.jnode.apps.telnetd.TelnetServerCommand"/> - </extension> -</plugin> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + $Id$ + + Copyright (C) 2003-2013 JNode.org + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public + License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this library; If not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> +<!DOCTYPE plugin SYSTEM "jnode.dtd"> + +<plugin id="net.wimpi.telnetd" + name="telnetd" + version="2" + license-name="bsd" + provider-name="wimpi.net" + provider-url="http://telnetd.sourceforge.net/"> + + <runtime> + <library name="telnetd.jar"> + <export name="*"/> + </library> + + <library name="jnode-distr.jar"> + <export name="org.jnode.apps.telnetd.*"/> + </library> + </runtime> + + <requires> + <import plugin="org.apache.jakarta.commons.logging"/> + <import plugin="org.apache.jakarta.log4j"/> + <import plugin="org.jnode.shell"/> + </requires> + + <extension point="org.jnode.security.permissions"> + <permission class="java.lang.RuntimePermission" name="modifyThreadGroup"/> + <permission class="java.lang.RuntimePermission" name="exitVM"/> + + <permission class="java.io.FilePermission" name="<<ALL FILES>>" actions="read,write"/> + <permission class="java.lang.RuntimePermission" name="modifyThreadGroup"/> + <permission class="java.lang.RuntimePermission" name="modifyThread"/> + <permission class="java.lang.RuntimePermission" name="setIO"/> + <permission class="java.net.SocketPermission" name="*" actions="resolve,listen,connect"/> + <permission class="java.net.SocketPermission" name="*:0-" actions="connect,resolve,listen"/> + <permission class="java.util.PropertyPermission" name="jnode.cmdline" actions="read"/> + <permission class="java.util.PropertyPermission" name="*" actions="read,write"/> + <permission class="java.util.PropertyPermission" name="user.dir" actions="read"/> + </extension> + + <extension point="org.jnode.shell.aliases"> + <alias name="telnetd" class="org.jnode.apps.telnetd.TelnetServerCommand"/> + </extension> +</plugin> Modified: trunk/distr/descriptors/org.apache.jakarta.commons.logging.xml =================================================================== --- trunk/distr/descriptors/org.apache.jakarta.commons.logging.xml 2013-02-24 17:07:24 UTC (rev 5978) +++ trunk/distr/descriptors/org.apache.jakarta.commons.logging.xml 2013-02-24 17:10:10 UTC (rev 5979) @@ -1,16 +1,35 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plugin SYSTEM "jnode.dtd"> - -<plugin id="org.apache.jakarta.commons.logging" - name="commons-logging" - version="1.1.1" - license-name="apache2.0" - provider-name="apache commons" - provider-url="http://commons.apache.org/logging/"> - - <runtime> - <library name="commons-logging.jar"> - <export name="*"/> - </library> - </runtime> -</plugin> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + $Id$ + + Copyright (C) 2003-2013 JNode.org + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public + License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this library; If not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> +<!DOCTYPE plugin SYSTEM "jnode.dtd"> + +<plugin id="org.apache.jakarta.commons.logging" + name="commons-logging" + version="1.1.1" + license-name="apache2.0" + provider-name="apache commons" + provider-url="http://commons.apache.org/logging/"> + + <runtime> + <library name="commons-logging.jar"> + <export name="*"/> + </library> + </runtime> +</plugin> Modified: trunk/distr/descriptors/org.jawk.xml =================================================================== --- trunk/distr/descriptors/org.jawk.xml 2013-02-24 17:07:24 UTC (rev 5978) +++ trunk/distr/descriptors/org.jawk.xml 2013-02-24 17:10:10 UTC (rev 5979) @@ -1,6 +1,25 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plugin SYSTEM "jnode.dtd"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + $Id$ + Copyright (C) 2003-2013 JNode.org + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public + License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this library; If not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> +<!DOCTYPE plugin SYSTEM "jnode.dtd"> + <plugin id="org.jawk" name="jawk" version="1.02" @@ -88,13 +107,13 @@ </syntax> </extension> - <extension point="org.jnode.security.permissions"> - <permission class="java.util.PropertyPermission" name="*" actions="read,write"/> - <permission class="java.io.FilePermission" name="<<ALL FILES>>" actions="read,write"/> - <permission class="java.lang.RuntimePermission" name="modifyThread"/> - <permission class="java.lang.RuntimePermission" name="modifyThreadGroup"/> + <extension point="org.jnode.security.permissions"> + <permission class="java.util.PropertyPermission" name="*" actions="read,write"/> + <permission class="java.io.FilePermission" name="<<ALL FILES>>" actions="read,write"/> + <permission class="java.lang.RuntimePermission" name="modifyThread"/> + <permission class="java.lang.RuntimePermission" name="modifyThreadGroup"/> <permission class="java.lang.RuntimePermission" name="createClassLoader"/> - <permission class="java.lang.RuntimePermission" name="getenv.*"/> + <permission class="java.lang.RuntimePermission" name="getenv.*"/> <permission class="java.lang.RuntimePermission" name="setContextClassLoader"/> <permission class="java.lang.RuntimePermission" name="exitVM"/> </extension> Modified: trunk/distr/descriptors/org.jnode.apps.commander.xml =================================================================== --- trunk/distr/descriptors/org.jnode.apps.commander.xml 2013-02-24 17:07:24 UTC (rev 5978) +++ trunk/distr/descriptors/org.jnode.apps.commander.xml 2013-02-24 17:10:10 UTC (rev 5979) @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + $Id$ + + Copyright (C) 2003-2013 JNode.org + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public + License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this library; If not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> <!DOCTYPE plugin SYSTEM "jnode.dtd"> <plugin id="org.jnode.apps.commander" Modified: trunk/distr/descriptors/org.jnode.apps.console.xml =================================================================== --- trunk/distr/descriptors/org.jnode.apps.console.xml 2013-02-24 17:07:24 UTC (rev 5978) +++ trunk/distr/descriptors/org.jnode.apps.console.xml 2013-02-24 17:10:10 UTC (rev 5979) @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + $Id$ + + Copyright (C) 2003-2013 JNode.org + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public + License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this library; If not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> <!DOCTYPE plugin SYSTEM "jnode.dtd"> <plugin id="org.jnode.apps.console" Modified: trunk/distr/descriptors/org.jnode.apps.debug.xml =================================================================== --- trunk/distr/descriptors/org.jnode.apps.debug.xml 2013-02-24 17:07:24 UTC (rev 5978) +++ trunk/distr/descriptors/org.jnode.apps.debug.xml 2013-02-24 17:10:10 UTC (rev 5979) @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + $Id$ + + Copyright (C) 2003-2013 JNode.org + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public + License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this library; If not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> <!DOCTYPE plugin SYSTEM "jnode.dtd"> <plugin id="org.jnode.apps.debug" Modified: trunk/distr/descriptors/org.jnode.apps.edit.xml =================================================================== --- trunk/distr/descriptors/org.jnode.apps.edit.xml 2013-02-24 17:07:24 UTC (rev 5978) +++ trunk/distr/descriptors/org.jnode.apps.edit.xml 2013-02-24 17:10:10 UTC (rev 5979) @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + $Id$ + + Copyright (C) 2003-2013 JNode.org + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public + License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this library; If not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> <!DOCTYPE plugin SYSTEM "jnode.dtd"> <plugin id="org.jnode.apps.edit" Modified: trunk/distr/descriptors/org.jnode.apps.editor.xml =================================================================== --- trunk/distr/descriptors/org.jnode.apps.editor.xml 2013-02-24 17:07:24 UTC (rev 5978) +++ trunk/distr/descriptors/org.jnode.apps.editor.xml 2013-02-24 17:10:10 UTC (rev 5979) @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + $Id$ + + Copyright (C) 2003-2013 JNode.org + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public + License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this library; If not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> <!DOCTYPE plugin SYSTEM "jnode.dtd"> <plugin id="org.jnode.apps.editor" Modified: trunk/distr/descriptors/org.jnode.apps.httpd.xml =================================================================== --- trunk/distr/descriptors/org.jnode.apps.httpd.xml 2013-02-24 17:07:24 UTC (rev 5978) +++ trunk/distr/descriptors/org.jnode.apps.httpd.xml 2013-02-24 17:10:10 UTC (rev 5979) @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + $Id$ + + Copyright (C) 2003-2013 JNode.org + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public + License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this library; If not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> <!DOCTYPE plugin SYSTEM "jnode.dtd"> <plugin id="org.jnode.apps.httpd" Modified: trunk/distr/descriptors/org.jnode.apps.jpartition.xml =================================================================== --- trunk/distr/descriptors/org.jnode.apps.jpartition.xml 2013-02-24 17:07:24 UTC (rev 5978) +++ trunk/distr/descriptors/org.jnode.apps.jpartition.xml 2013-02-24 17:10:10 UTC (rev 5979) @@ -1,57 +1,76 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plugin SYSTEM "jnode.dtd"> - -<plugin id="org.jnode.apps.jpartition" - name="JPartition" - version="@VERSION@" - license-name="lgpl" - provider-name="JNode.org"> - - <runtime> - <library name="jnode-distr.jar"> - <export name="org.jnode.apps.jpartition.*"/> - <export name="org.jnode.apps.jpartition.commands.*"/> - <export name="org.jnode.apps.jpartition.commands.framework.*"/> - <export name="org.jnode.apps.jpartition.consoleview.*"/> - <export name="org.jnode.apps.jpartition.consoleview.components.*"/> - <export name="org.jnode.apps.jpartition.model.*"/> - <export name="org.jnode.apps.jpartition.swingview.*"/> - <export name="org.jnode.apps.jpartition.swingview.actions.*"/> - </library> - </runtime> - - <requires> - <import plugin="org.jnode.shell"/> - <import plugin="org.jnode.shell.syntax"/> - <import plugin="org.jnode.fs.ext2"/> - <import plugin="org.jnode.fs.fat"/> - <import plugin="org.jnode.fs.jfat"/> - <import plugin="org.jnode.driver.bus.ide"/> - </requires> - - <extension point="org.jnode.security.permissions"> - <permission class="java.lang.RuntimePermission" name="setIO"/> - <permission class="java.lang.RuntimePermission" name="exitVM" actions="*" /> - <permission class="java.awt.AWTPermission" name="createRobot"/> - <permission class="java.awt.AWTPermission" name="readDisplayPixels"/> - <permission class="java.util.PropertyPermission" name="user.home" actions="read"/> - <permission class="java.util.PropertyPermission" name="gnu.awt.dispatchthread.priority" actions="read"/> - <permission class="java.util.PropertyPermission" name="gnu.javax.swing.DebugGraphics" actions="read"/> - </extension> - - <extension point="org.jnode.shell.aliases"> - <alias name="jpartition" class="org.jnode.apps.jpartition.JPartitionCommand"/> - </extension> - - <extension point="org.jnode.shell.syntaxes"> - <syntax alias="jpartition"> - <sequence description="interactive disk partitioning tool"> - <alternatives> - <option argLabel="console" shortName="c" longName="console"/> - <option argLabel="swing" shortName="s" longName="swing"/> - </alternatives> - <optional><option argLabel="install" shortName="i" longName="install"/></optional> - </sequence> - </syntax> - </extension> -</plugin> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + $Id$ + + Copyright (C) 2003-2013 JNode.org + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public + License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this library; If not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> +<!DOCTYPE plugin SYSTEM "jnode.dtd"> + +<plugin id="org.jnode.apps.jpartition" + name="JPartition" + version="@VERSION@" + license-name="lgpl" + provider-name="JNode.org"> + + <runtime> + <library name="jnode-distr.jar"> + <export name="org.jnode.apps.jpartition.*"/> + <export name="org.jnode.apps.jpartition.commands.*"/> + <export name="org.jnode.apps.jpartition.commands.framework.*"/> + <export name="org.jnode.apps.jpartition.consoleview.*"/> + <export name="org.jnode.apps.jpartition.consoleview.components.*"/> + <export name="org.jnode.apps.jpartition.model.*"/> + <export name="org.jnode.apps.jpartition.swingview.*"/> + <export name="org.jnode.apps.jpartition.swingview.actions.*"/> + </library> + </runtime> + + <requires> + <import plugin="org.jnode.shell"/> + <import plugin="org.jnode.shell.syntax"/> + <import plugin="org.jnode.fs.ext2"/> + <import plugin="org.jnode.fs.fat"/> + <import plugin="org.jnode.fs.jfat"/> + <import plugin="org.jnode.driver.bus.ide"/> + </requires> + + <extension point="org.jnode.security.permissions"> + <permission class="java.lang.RuntimePermission" name="setIO"/> + <permission class="java.lang.RuntimePermission" name="exitVM" actions="*" /> + <permission class="java.awt.AWTPermission" name="createRobot"/> + <permission class="java.awt.AWTPermission" name="readDisplayPixels"/> + <permission class="java.util.PropertyPermission" name="user.home" actions="read"/> + <permission class="java.util.PropertyPermission" name="gnu.awt.dispatchthread.priority" actions="read"/> + <permission class="java.util.PropertyPermission" name="gnu.javax.swing.DebugGraphics" actions="read"/> + </extension> + + <extension point="org.jnode.shell.aliases"> + <alias name="jpartition" class="org.jnode.apps.jpartition.JPartitionCommand"/> + </extension> + + <extension point="org.jnode.shell.syntaxes"> + <syntax alias="jpartition"> + <sequence description="interactive disk partitioning tool"> + <alternatives> + <option argLabel="console" shortName="c" longName="console"/> + <option argLabel="swing" shortName="s" longName="swing"/> + </alternatives> + <optional><option argLabel="install" shortName="i" longName="install"/></optional> + </sequence> + </syntax> + </extension> +</plugin> Modified: trunk/distr/descriptors/org.jnode.charvabsh.xml =================================================================== --- trunk/distr/descriptors/org.jnode.charvabsh.xml 2013-02-24 17:07:24 UTC (rev 5978) +++ trunk/distr/descriptors/org.jnode.charvabsh.xml 2013-02-24 17:10:10 UTC (rev 5979) @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + $Id$ + + Copyright (C) 2003-2013 JNode.org + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public + License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this library; If not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> <!DOCTYPE plugin SYSTEM "jnode.dtd"> <plugin id="org.jnode.apps.charvabsh" @@ -26,4 +45,4 @@ <alias name="charvabsh" class="org.jnode.apps.charvabsh.CharvaBsh"/> </extension> -</plugin> \ No newline at end of file +</plugin> Modified: trunk/distr/descriptors/org.jnode.games.xml =================================================================== --- trunk/distr/descriptors/org.jnode.games.xml 2013-02-24 17:07:24 UTC (rev 5978) +++ trunk/distr/descriptors/org.jnode.games.xml 2013-02-24 17:10:10 UTC (rev 5979) @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + $Id$ + + Copyright (C) 2003-2013 JNode.org + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public + License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this library; If not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> <!DOCTYPE plugin SYSTEM "jnode.dtd"> <plugin id="org.jnode.games" Modified: trunk/distr/descriptors/org.jnode.install.xml =================================================================== --- trunk/distr/descriptors/org.jnode.install.xml 2013-02-24 17:07:24 UTC (rev 5978) +++ trunk/distr/descriptors/org.jnode.install.xml 2013-02-24 17:10:10 UTC (rev 5979) @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + $Id$ + + Copyright (C) 2003-2013 JNode.org + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public + License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this library; If not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> <!DOCTYPE plugin SYSTEM "jnode.dtd"> <plugin id="org.jnode.install" @@ -18,4 +37,4 @@ </library> </runtime> -</plugin> \ No newline at end of file +</plugin> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |