diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:39:19 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:39:19 +0000 |
commit | 1c5685d68f1b73270fb814fe04cbb490eb90ba5f (patch) | |
tree | 3d3ada08a934b96fc31531f1327690d7edc6f766 /includes/js/dojox/data/tests/stores/books.xml | |
parent | 104d59099e048688c4dbac37d72137006e396558 (diff) | |
download | semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.gz semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.bz2 |
Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'includes/js/dojox/data/tests/stores/books.xml')
-rw-r--r-- | includes/js/dojox/data/tests/stores/books.xml | 103 |
1 files changed, 0 insertions, 103 deletions
diff --git a/includes/js/dojox/data/tests/stores/books.xml b/includes/js/dojox/data/tests/stores/books.xml deleted file mode 100644 index 4c330e6..0000000 --- a/includes/js/dojox/data/tests/stores/books.xml +++ /dev/null @@ -1,103 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<books> - <book> - <isbn>1</isbn> - <title>Title of 1</title> - <author>Author of 1</author> - </book> - <book> - <isbn>2</isbn> - <title>Title of 2</title> - <author>Author of 2</author> - </book> - <book> - <isbn>3</isbn> - <title>Title of 3</title> - <author>Author of 3</author> - </book> - <book> - <isbn>4</isbn> - <title>Title of 4</title> - <author>Author of 4</author> - </book> - <book> - <isbn>5</isbn> - <title>Title of 5</title> - <author>Author of 5</author> - </book> - <book> - <isbn>6</isbn> - <title>Title of 6</title> - <author>Author of 6</author> - </book> - <book> - <isbn>7</isbn> - <title>Title of 7</title> - <author>Author of 7</author> - </book> - <book> - <isbn>8</isbn> - <title>Title of 8</title> - <author>Author of 8</author> - </book> - <book> - <isbn>9</isbn> - <title>Title of 9</title> - <author>Author of 9</author> - </book> - <book> - <isbn>10</isbn> - <title>Title of 10</title> - <author>Author of 10</author> - </book> - <book> - <isbn>11</isbn> - <title>Title of 11</title> - <author>Author of 11</author> - </book> - <book> - <isbn>12</isbn> - <title>Title of 12</title> - <author>Author of 12</author> - </book> - <book> - <isbn>13</isbn> - <title>Title of 13</title> - <author>Author of 13</author> - </book> - <book> - <isbn>14</isbn> - <title>Title of 14</title> - <author>Author of 14</author> - </book> - <book> - <isbn>15</isbn> - <title>Title of 15</title> - <author>Author of 15</author> - </book> - <book> - <isbn>16</isbn> - <title>Title of 16</title> - <author>Author of 16</author> - </book> - <book> - <isbn>17</isbn> - <title>Title of 17</title> - <author>Author of 17</author> - </book> - <book> - <isbn>18</isbn> - <title>Title of 18</title> - <author>Author of 18</author> - </book> - <book> - <isbn>19</isbn> - <title>Title of 19</title> - <author>Author of 19</author> - </book> - <book> - <isbn>20</isbn> - <title>Title of 20</title> - <author>Author of 20</author> - </book> -</books> |