[google-caja] r4885 committed - publish r4884 for maven...

2 views
Skip to first unread message

googl...@googlecode.com

unread,
May 22, 2012, 5:56:38 PM5/22/12
to caja....@gmail.com
Revision: 4885
Author: fel...@gmail.com
Date: Tue May 22 14:55:24 2012
Log: publish r4884 for maven
http://codereview.appspot.com/6213063

r4884 fixes a bug with tamePreviouslyConstructedObject, which affects
how trusted container code passes objects to untrusted guest code..

R=meta...@gmail.com

http://code.google.com/p/google-caja/source/detail?r=4885

Added:
/maven/caja/caja/r4884
/maven/caja/caja/r4884/caja-r4884-javadoc.jar
/maven/caja/caja/r4884/caja-r4884-sources.jar
/maven/caja/caja/r4884/caja-r4884.jar
/maven/caja/caja/r4884/caja-r4884.pom
Modified:
/maven/caja/caja/maven-metadata.xml

=======================================
--- /dev/null
+++ /maven/caja/caja/r4884/caja-r4884-javadoc.jar Tue May 22 14:55:24 2012
File is too large to display a diff.
=======================================
--- /dev/null
+++ /maven/caja/caja/r4884/caja-r4884-sources.jar Tue May 22 14:55:24 2012
File is too large to display a diff.
=======================================
--- /dev/null
+++ /maven/caja/caja/r4884/caja-r4884.jar Tue May 22 14:55:24 2012
File is too large to display a diff.
=======================================
--- /dev/null
+++ /maven/caja/caja/r4884/caja-r4884.pom Tue May 22 14:55:24 2012
@@ -0,0 +1,98 @@
+<!--
+ Copyright 2009 Google Inc.
+
+ Licensed 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.
+-->
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>com.google.caja</groupId>
+ <artifactId>caja</artifactId>
+ <packaging>jar</packaging>
+
+ <name>Caja</name>
+ <version>r4884</version>
+
+ <url>http://code.google.com/p/google-caja</url>
+
+ <description>
+ Caja is a HTML/CSS/JavaScript compiler which allows websites to safely
embed web applications
+ from third parties, and enables rich interaction between the embedding
page and the embedded
+ applications using an object-capability security model.
+ </description>
+ <inceptionYear>2007</inceptionYear>
+
+ <scm>
+
<connection>scm:svn:http://google-caja.googlecode.com/svn/trunk</connection>
+
<developerConnection>scm:svn:https://google-caja.googlecode.com/svn/trunk</developerConnection>
+
<url>http://code.google.com/p/google-caja/source/browse/#svn/trunk</url>
+ </scm>
+
+ <issueManagement>
+ <system>code.google.com</system>
+ <url>http://code.google.com/p/google-caja/issues</url>
+ </issueManagement>
+
+ <organization>
+ <name>Google</name>
+ <url>http://www.google.com</url>
+ </organization>
+
+ <licenses>
+ <license>
+ <name>Apache 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <developers>
+ <developer>
+ <id>jasvir</id>
+ <name>Jasvir Nagra</name>
+ <email>jas...@gmail.com</email>
+ </developer>
+ <!-- TODO add more developers -->
+ </developers>
+
+ <dependencies>
+ <dependency>
+ <!--
+ - Includes trunk/third_party/java/htmlparser
+ - as described at http://about.validator.nu/htmlparser/
+ -->
+ <groupId>caja</groupId>
+ <artifactId>htmlparser</artifactId>
+ <version>r4209</version>
+ </dependency>
+ <dependency>
+ <groupId>com.googlecode.json-simple</groupId>
+ <artifactId>json-simple</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <!--
+ - The next two dependencies include third_party/java/xerces/
+ - as described at http://xerces.apache.org/xerces-j/
+ -->
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.9.1</version>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xmlParserAPIs</artifactId>
+ <version>2.6.2</version>
+ </dependency>
+ </dependencies>
+</project>
=======================================
--- /maven/caja/caja/maven-metadata.xml Mon May 21 21:10:22 2012
+++ /maven/caja/caja/maven-metadata.xml Tue May 22 14:55:24 2012
@@ -2,7 +2,7 @@
<groupId>caja</groupId>
<artifactId>caja</artifactId>
<versioning>
- <release>r4882</release>
+ <release>r4884</release>
<versions>
<version>r339</version>
<version>r359</version>
@@ -44,6 +44,7 @@
<version>r4487</version>
<version>r4504</version>
<version>r4882</version>
+ <version>r4884</version>
</versions>
</versioning>
</metadata>
Reply all
Reply to author
Forward
0 new messages