|
From: <ls...@us...> - 2007-04-03 20:22:07
|
Revision: 3154
http://jnode.svn.sourceforge.net/jnode/?rev=3154&view=rev
Author: lsantha
Date: 2007-04-03 13:22:03 -0700 (Tue, 03 Apr 2007)
Log Message:
-----------
Renamed.
Added Paths:
-----------
trunk/fs/descriptors/org.jnode.fs.jfat.xml
Copied: trunk/fs/descriptors/org.jnode.fs.jfat.xml (from rev 3144, trunk/fs/descriptors/org.jnode.jfat.xml)
===================================================================
--- trunk/fs/descriptors/org.jnode.fs.jfat.xml (rev 0)
+++ trunk/fs/descriptors/org.jnode.fs.jfat.xml 2007-04-03 20:22:03 UTC (rev 3154)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plugin SYSTEM "jnode.dtd">
+
+<plugin id="org.jnode.fs.jfat"
+ name="JNode JFAT FileSystem"
+ version="@VERSION@"
+ license-name="lgpl"
+ provider-name="JNode.org">
+
+ <requires>
+ <import plugin="org.jnode.fs"/>
+ <import plugin="org.jnode.partitions.ibm"/>
+ </requires>
+
+ <runtime>
+ <library name="jnode-fs.jar">
+ <export name="org.jnode.fs.jfat.*"/>
+ </library>
+ </runtime>
+
+ <extension point="org.jnode.fs.types">
+ <type class="org.jnode.fs.jfat.FatFileSystemType"/>
+ </extension>
+
+</plugin>
Property changes on: trunk/fs/descriptors/org.jnode.fs.jfat.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|