You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/12/03 08:48:38 UTC

svn commit: r1772433 - /myfaces/tobago/trunk/pom.xml

Author: lofwyr
Date: Sat Dec  3 08:48:38 2016
New Revision: 1772433

URL: http://svn.apache.org/viewvc?rev=1772433&view=rev
Log:
prepare release

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1772433&r1=1772432&r2=1772433&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Sat Dec  3 08:48:38 2016
@@ -890,26 +890,27 @@
               <!-- This file is created during a release and needs no licensing text -->
               <exclude>DEPENDENCIES</exclude>
 
-              <!-- jQuery -->
-              <exclude>**/org/apache/myfaces/tobago/renderkit/html/standard/standard/jquery/**/jquery*.*</exclude>
-              <exclude>**/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/contrib/jquery*.js</exclude>
-              <exclude>**/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/contrib/**/jquery*.css</exclude>
-
               <!-- bootstrap -->
               <exclude>**/org/apache/myfaces/tobago/renderkit/html/standard/standard/bootstrap/**/bootstrap*.*</exclude>
 
               <!-- bootstrap datetimepicker -->
               <exclude>**/org/apache/myfaces/tobago/renderkit/html/standard/standard/bootstrap-datetimepicker/**/bootstrap*.*</exclude>
 
+              <!-- font-awesome -->
+              <exclude>**/org/apache/myfaces/tobago/renderkit/html/standard/standard/font-awesome/**/font*awesome*.*</exclude>
+
+              <!-- jQuery -->
+              <exclude>**/org/apache/myfaces/tobago/renderkit/html/standard/standard/jquery/**/jquery*.*</exclude>
+
+              <!-- jQuery UI -->
+              <exclude>**/org/apache/myfaces/tobago/renderkit/html/standard/standard/jquery-ui/**/jquery*.*</exclude>
+
               <!-- moment -->
               <exclude>**/org/apache/myfaces/tobago/renderkit/html/standard/standard/moment/**/moment*.*</exclude>
 
               <!-- tether -->
               <exclude>**/org/apache/myfaces/tobago/renderkit/html/standard/standard/tether/**/tether*.*</exclude>
 
-              <!-- font-awesome -->
-              <exclude>**/org/apache/myfaces/tobago/renderkit/html/standard/standard/font-awesome/**/font*awesome*.*</exclude>
-
               <!-- typeahead -->
               <exclude>**/org/apache/myfaces/tobago/renderkit/html/standard/standard/typeahead/**/typeahead*.*</exclude>