You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/12/18 06:27:38 UTC

svn commit: r1551849 - in /archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp: css/typeahead.js-bootstrap.0.9.3.css css/typeahead.js-bootstrap.css index.html

Author: olamy
Date: Wed Dec 18 05:27:37 2013
New Revision: 1551849

URL: http://svn.apache.org/r1551849
Log:
use versionned css

Added:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.0.9.3.css   (contents, props changed)
      - copied, changed from r1551848, archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.css
Removed:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.css
Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/index.html

Copied: archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.0.9.3.css (from r1551848, archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.css)
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.0.9.3.css?p2=archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.0.9.3.css&p1=archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.css&r1=1551848&r2=1551849&rev=1551849&view=diff
==============================================================================
    (empty)

Propchange: archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.0.9.3.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.0.9.3.css
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/index.html?rev=1551849&r1=1551848&r2=1551849&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/index.html (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/index.html Wed Dec 18 05:27:37 2013
@@ -26,7 +26,7 @@
     <link rel="stylesheet" href="css/jqueryFileTree.css"/>
     <link rel="stylesheet" href="css/jquery-ui-1.9.2.custom.min.css"/>
     <link rel="stylesheet" href="css/select2-3.2.css"/>
-      <link rel="stylesheet" href="css/typeahead.js-bootstrap.css"/>
+    <link rel="stylesheet" href="css/typeahead.js-bootstrap.0.9.3.css"/>
     <link rel="stylesheet" href="css/bootstrap.2.2.2.css">
     <link rel="stylesheet" href="css/archiva.css">
     <link rel="shortcut icon" href="favicon.ico"/>