Author: taylor
Date: Wed Oct 28 00:41:56 2009
New Revision: 830413
URL: http://svn.apache.org/viewvc?rev=830413&view=rev
Log:
https://issues.apache.org/jira/browse/JS2-1057
adding javascript library and licenses
Added:
portals/jetspeed-2/portal/trunk/YUI-LICENSE
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/javascript/yui/
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/javascript/yui/VERSION.txt
(with props)
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/javascript/yui/yui-build.zip
(with props)
Modified:
portals/jetspeed-2/portal/trunk/applications/jetspeed/pom.xml
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/jetui/css/portal.css
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/jetui/engine/portal.js
portals/jetspeed-2/portal/trunk/pom.xml
Added: portals/jetspeed-2/portal/trunk/YUI-LICENSE
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/YUI-LICENSE?rev=830413&view=auto
==============================================================================
--- portals/jetspeed-2/portal/trunk/YUI-LICENSE (added)
+++ portals/jetspeed-2/portal/trunk/YUI-LICENSE Wed Oct 28 00:41:56 2009
@@ -0,0 +1,17 @@
+Software License Agreement (BSD License)
+Copyright (c) 2009, Yahoo! Inc.
+All rights reserved.
+
+Redistribution and use of this software in source and binary forms,
+with or without modification, are permitted provided that the following
+conditions are met:
+
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright
notice,
+ this list of conditions and the following disclaimer in the
documentation
+ and/or other materials provided with the distribution.
+ * Neither the name of Yahoo! Inc. nor the names of its contributors may be
+ used to endorse or promote products derived from this software without
specific
+ prior written permission of Yahoo! Inc.
+
Modified: portals/jetspeed-2/portal/trunk/applications/jetspeed/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/applications/jetspeed/pom.xml?rev=830413&r1=830412&r2=830413&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/applications/jetspeed/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/applications/jetspeed/pom.xml Wed Oct 28
00:41:56 2009
@@ -89,6 +89,10 @@
<file>${basedir}/src/main/javascript/dojo/dojo.zip</file>
<targetDirectory>${project.build.directory}/${project.build.finalName}/javascript/dojo</targetDirectory>
</unpack>
+ <unpack>
+ <file>${basedir}/src/main/javascript/yui/yui-build.zip</file>
+
<targetDirectory>${project.build.directory}/${project.build.finalName}/javascript/yui</targetDirectory>
+ </unpack>
</configuration>
</execution>
<execution>
Added:
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/javascript/yui/VERSION.txt
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/javascript/yui/VERSION.txt?rev=830413&view=auto
==============================================================================
---
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/javascript/yui/VERSION.txt
(added)
+++
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/javascript/yui/VERSION.txt
Wed Oct 28 00:41:56 2009
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+yui-release-3.0.0
Propchange:
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/javascript/yui/VERSION.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/javascript/yui/VERSION.txt
------------------------------------------------------------------------------
svn:keywords = Id
Added:
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/javascript/yui/yui-build.zip
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/javascript/yui/yui-build.zip?rev=830413&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/javascript/yui/yui-build.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified:
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/jetui/css/portal.css
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/jetui/css/portal.css?rev=830413&r1=830412&r2=830413&view=diff
==============================================================================
---
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/jetui/css/portal.css
(original)
+++
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/jetui/css/portal.css
Wed Oct 28 00:41:56 2009
@@ -12,7 +12,7 @@
float: right;
}
.moving {
- background-color: #ffffff;
+ background-color: #bebcbc;
border: 1px dotted black;
}
Modified:
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/jetui/engine/portal.js
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/jetui/engine/portal.js?rev=830413&r1=830412&r2=830413&view=diff
==============================================================================
---
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/jetui/engine/portal.js
(original)
+++
portals/jetspeed-2/portal/trunk/applications/jetspeed/src/main/webapp/jetui/engine/portal.js
Wed Oct 28 00:41:56 2009
@@ -166,13 +166,13 @@
});
});
- var dropLayoutColumns = Y.Node.all('.portal-layout-column');
- dropLayoutColumns.each(function(v, k) {
- var drop = new Y.DD.Drop({
- node: v,
- groups: ['portlets']
- });
- });
+// var dropLayoutColumns = Y.Node.all('.portal-layout-column');
+// dropLayoutColumns.each(function(v, k) {
+// var drop = new Y.DD.Drop({
+// node: v,
+// groups: ['portlets']
+// });
+// });
Portal.prototype.toggleToolbar = function(toolbar, toggler, compareStyle) {
toggler.toggleClass('jstbToggle1');
Modified: portals/jetspeed-2/portal/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/pom.xml?rev=830413&r1=830412&r2=830413&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/pom.xml Wed Oct 28 00:41:56 2009
@@ -1360,8 +1360,8 @@
<source>1.5</source>
<target>1.5</target>
<debug>true</debug>
- <showDeprecation>true</showDeprecation>
- <showWarnings>true</showWarnings>
+ <showDeprecation>false</showDeprecation>
+ <showWarnings>false</showWarnings>
<optimize>false</optimize>
</configuration>
</plugin>
@@ -1728,6 +1728,7 @@
<excludes combine.children="append">
<exclude>jetspeed-mvn-settings.xml</exclude>
<exclude>MIT-LICENSE</exclude>
+ <exclude>YUI-LICENSE</exclude>
<exclude>JSCOOKMENU-LICENSE</exclude>
<exclude>CREATIVECOMMONS-LICENSE</exclude>
<exclude>JGOODIES-LICENSE</exclude>
@@ -1758,6 +1759,7 @@
<exclude>jetspeed-installer/etc/tomcat/JGOODIES-LICENSE</exclude>
<exclude>jetspeed-installer/etc/tomcat/JSCOOKMENU-LICENSE</exclude>
<exclude>jetspeed-installer/etc/tomcat/MIT-LICENSE</exclude>
+ <exclude>jetspeed-installer/etc/tomcat/YUI-LICENSE</exclude>
<exclude>jetspeed-installer/etc/tomcat/SLF4J-LICENSE</exclude>
<exclude>applications/jetspeed/src/main/webapp/META-INF/ASM-LICENSE</exclude>
<exclude>applications/jetspeed/src/main/webapp/META-INF/CREATIVECOMMONS-LICENSE</exclude>
@@ -1767,6 +1769,7 @@
<exclude>applications/jetspeed/src/main/webapp/META-INF/JAXB-LICENSE</exclude>
<exclude>applications/jetspeed/src/main/webapp/META-INF/JSCOOKMENU-LICENSE</exclude>
<exclude>applications/jetspeed/src/main/webapp/META-INF/MIT-LICENSE</exclude>
+
<exclude>applications/jetspeed/src/main/webapp/META-INF/YUI-LICENSE</exclude>
<exclude>applications/jetspeed/src/main/webapp/META-INF/SLF4J-LICENSE</exclude>
<exclude>enterprise/ear-full/src/main/application/META-INF/ASM-LICENSE</exclude>
<exclude>enterprise/ear-full/src/main/application/META-INF/CREATIVECOMMONS-LICENSE</exclude>
@@ -1776,6 +1779,7 @@
<exclude>enterprise/ear-full/src/main/application/META-INF/JAXB-LICENSE</exclude>
<exclude>enterprise/ear-full/src/main/application/META-INF/JSCOOKMENU-LICENSE</exclude>
<exclude>enterprise/ear-full/src/main/application/META-INF/MIT-LICENSE</exclude>
+
<exclude>enterprise/ear-full/src/main/application/META-INF/YUI-LICENSE</exclude>
<exclude>enterprise/ear-full/src/main/application/META-INF/SLF4J-LICENSE</exclude>
<exclude>enterprise/ear-min/src/main/application/META-INF/ASM-LICENSE</exclude>
<exclude>enterprise/ear-min/src/main/application/META-INF/CREATIVECOMMONS-LICENSE</exclude>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]