Author: woonsan
Date: Wed May 19 14:24:34 2010
New Revision: 946201
URL: http://svn.apache.org/viewvc?rev=946201&view=rev
Log:
Adding xinha library
Added:
portals/applications/sandbox/content/trunk/apa-content-webapp/src/main/javascript/
portals/applications/sandbox/content/trunk/apa-content-webapp/src/main/javascript/xinha/
portals/applications/sandbox/content/trunk/apa-content-webapp/src/main/javascript/xinha/VERSION.txt
(with props)
portals/applications/sandbox/content/trunk/apa-content-webapp/src/main/javascript/xinha/xinha.zip
(with props)
portals/applications/sandbox/content/trunk/apa-content-webapp/src/main/webapp/javascript/
Modified:
portals/applications/sandbox/content/trunk/apa-content-webapp/pom.xml
Modified: portals/applications/sandbox/content/trunk/apa-content-webapp/pom.xml
URL:
http://svn.apache.org/viewvc/portals/applications/sandbox/content/trunk/apa-content-webapp/pom.xml?rev=946201&r1=946200&r2=946201&view=diff
==============================================================================
--- portals/applications/sandbox/content/trunk/apa-content-webapp/pom.xml
(original)
+++ portals/applications/sandbox/content/trunk/apa-content-webapp/pom.xml Wed
May 19 14:24:34 2010
@@ -136,6 +136,24 @@
<plugins>
<plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>process-resources</phase>
+ <configuration>
+ <tasks>
+ <unzip src="${basedir}/src/main/javascript/xinha/xinha.zip"
+
dest="${project.build.directory}/${project.build.finalName}/javascript/xinha">
+ </unzip>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<configuration>
Added:
portals/applications/sandbox/content/trunk/apa-content-webapp/src/main/javascript/xinha/VERSION.txt
URL:
http://svn.apache.org/viewvc/portals/applications/sandbox/content/trunk/apa-content-webapp/src/main/javascript/xinha/VERSION.txt?rev=946201&view=auto
==============================================================================
---
portals/applications/sandbox/content/trunk/apa-content-webapp/src/main/javascript/xinha/VERSION.txt
(added)
+++
portals/applications/sandbox/content/trunk/apa-content-webapp/src/main/javascript/xinha/VERSION.txt
Wed May 19 14:24:34 2010
@@ -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.
+
+Xinha-release-0.95
Propchange:
portals/applications/sandbox/content/trunk/apa-content-webapp/src/main/javascript/xinha/VERSION.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
portals/applications/sandbox/content/trunk/apa-content-webapp/src/main/javascript/xinha/VERSION.txt
------------------------------------------------------------------------------
svn:keywords = Id
Propchange:
portals/applications/sandbox/content/trunk/apa-content-webapp/src/main/javascript/xinha/VERSION.txt
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
portals/applications/sandbox/content/trunk/apa-content-webapp/src/main/javascript/xinha/xinha.zip
URL:
http://svn.apache.org/viewvc/portals/applications/sandbox/content/trunk/apa-content-webapp/src/main/javascript/xinha/xinha.zip?rev=946201&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
portals/applications/sandbox/content/trunk/apa-content-webapp/src/main/javascript/xinha/xinha.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream