[jboss-cvs] Repository SVN: r20079 - maven2/org/richfaces/docs/highlight/3.3.0.BETA5.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 18 16:38:46 EST 2008


Author: nbelaevski
Date: 2008-12-18 16:38:46 -0500 (Thu, 18 Dec 2008)
New Revision: 20079

Added:
   maven2/org/richfaces/docs/highlight/3.3.0.BETA5/highlight-3.3.0.BETA5.pom
Log:
Autoversioning commit:  a non-deltaV client made a change to
/maven2/org/richfaces/docs/highlight/3.3.0.BETA5/highlight-3.3.0.BETA5.pom

Added: maven2/org/richfaces/docs/highlight/3.3.0.BETA5/highlight-3.3.0.BETA5.pom
===================================================================
--- maven2/org/richfaces/docs/highlight/3.3.0.BETA5/highlight-3.3.0.BETA5.pom	                        (rev 0)
+++ maven2/org/richfaces/docs/highlight/3.3.0.BETA5/highlight-3.3.0.BETA5.pom	2008-12-18 21:38:46 UTC (rev 20079)
@@ -0,0 +1,143 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<parent>
+		<artifactId>docs</artifactId>
+		<groupId>org.richfaces</groupId>
+		<version>3.3.0.BETA5</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces.docs</groupId>
+	<artifactId>highlight</artifactId>
+	<version>3.3.0.BETA5</version>
+	<name>RichFaces Code Highlighting</name>
+
+	<dependencyManagement>
+		<dependencies>
+			<dependency>
+				<groupId>org.eclipse.wst.sse</groupId>
+				<artifactId>core</artifactId>
+				<version>1.1.202-v200709061102</version>
+				<exclusions>
+					<exclusion>
+						<artifactId>xerces</artifactId>
+						<groupId>org.apache</groupId>
+					</exclusion>
+					<exclusion>
+						<artifactId>bundle</artifactId>
+						<groupId>system</groupId>
+					</exclusion>
+					<exclusion>
+						<artifactId>core</artifactId>
+						<groupId>org.eclipse.wst.xml</groupId>
+					</exclusion>
+					<exclusion>
+						<artifactId>runtime</artifactId>
+						<groupId>org.eclipse.core</groupId>
+					</exclusion>
+					<exclusion>
+						<artifactId>resources</artifactId>
+						<groupId>org.eclipse.core</groupId>
+					</exclusion>
+					<exclusion>
+						<artifactId>filebuffers</artifactId>
+						<groupId>org.eclipse.core</groupId>
+					</exclusion>
+					<exclusion>
+						<artifactId>text</artifactId>
+						<groupId>org.eclipse</groupId>
+					</exclusion>
+					<exclusion>
+						<artifactId>commands</artifactId>
+						<groupId>org.eclipse.core</groupId>
+					</exclusion>
+					<exclusion>
+						<artifactId>common</artifactId>
+						<groupId>org.eclipse.emf</groupId>
+					</exclusion>
+					<exclusion>
+						<artifactId>icu</artifactId>
+						<groupId>com.ibm</groupId>
+					</exclusion>
+				</exclusions>
+			</dependency>
+			<dependency>
+				<groupId>org.eclipse.wst.css</groupId>
+				<artifactId>core</artifactId>
+				<version>1.1.101-v200705302225</version>
+				<exclusions>
+					<exclusion>
+						<artifactId>xerces</artifactId>
+						<groupId>org.apache</groupId>
+					</exclusion>
+					<exclusion>
+						<artifactId>bundle</artifactId>
+						<groupId>system</groupId>
+					</exclusion>
+					<exclusion>
+						<artifactId>core</artifactId>
+						<groupId>org.eclipse.wst.xml</groupId>
+					</exclusion>
+					<exclusion>
+						<artifactId>runtime</artifactId>
+						<groupId>org.eclipse.core</groupId>
+					</exclusion>
+					<exclusion>
+						<artifactId>resources</artifactId>
+						<groupId>org.eclipse.core</groupId>
+					</exclusion>
+					<exclusion>
+						<artifactId>filebuffers</artifactId>
+						<groupId>org.eclipse.core</groupId>
+					</exclusion>
+					<exclusion>
+						<artifactId>text</artifactId>
+						<groupId>org.eclipse</groupId>
+					</exclusion>
+					<exclusion>
+						<artifactId>commands</artifactId>
+						<groupId>org.eclipse.core</groupId>
+					</exclusion>
+					<exclusion>
+						<artifactId>common</artifactId>
+						<groupId>org.eclipse.emf</groupId>
+					</exclusion>
+					<exclusion>
+						<artifactId>icu</artifactId>
+						<groupId>com.ibm</groupId>
+					</exclusion>
+				</exclusions>
+			</dependency>
+		</dependencies>
+	</dependencyManagement>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.eclipse.wst.css</groupId>
+			<artifactId>core</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.eclipse.wst.sse</groupId>
+			<artifactId>core</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>com.uwyn</groupId>
+			<artifactId>jhighlight</artifactId>
+			<version>1.0</version>
+		</dependency>
+	</dependencies>
+	<!--build>
+		<pluginManagement>
+			<plugins>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-compiler-plugin</artifactId>
+					<version>2.0.2</version>
+					<configuration>
+						<source>1.5</source>
+						<target>1.5</target>
+					</configuration>
+				</plugin>
+			</plugins>
+		</pluginManagement>
+	</build-->
+
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list