Author: woonsan
Date: Wed Apr 21 09:37:02 2010
New Revision: 936229
URL: http://svn.apache.org/viewvc?rev=936229&view=rev
Log:
PB-104: Creating bridges-script project
Added:
portals/bridges/bridges-script/trunk/pom.xml (with props)
Added: portals/bridges/bridges-script/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/pom.xml?rev=936229&view=auto
==============================================================================
--- portals/bridges/bridges-script/trunk/pom.xml (added)
+++ portals/bridges/bridges-script/trunk/pom.xml Wed Apr 21 09:37:02 2010
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+ <!--
+ 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. $Id$
+ -->
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- POM Identification -->
+ <parent>
+ <groupId>org.apache.portals</groupId>
+ <artifactId>bridges-pom</artifactId>
+ <version>1.0</version>
+ </parent>
+
+ <groupId>org.apache.portals.bridges</groupId>
+ <artifactId>portals-bridges-script</artifactId>
+ <packaging>jar</packaging>
+ <name>Apache Portals Bridges Script Bridge</name>
+ <version>2.1-SNAPSHOT</version>
+ <description>Apache Portals Bridges Script Bridge</description>
+
+ <properties>
+ <javax.servlet.version>2.4</javax.servlet.version>
+ <portals.portlet2-api-spec.version>1.0</portals.portlet2-api-spec.version>
+
<org.apache.portals.bridges.common.version>2.0</org.apache.portals.bridges.common.version>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.portals</groupId>
+ <artifactId>portlet-api_2.0_spec</artifactId>
+ <version>${portals.portlet2-api-spec.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>${javax.servlet.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.bridges</groupId>
+ <artifactId>portals-bridges-common</artifactId>
+ <version>${org.apache.portals.bridges.common.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/portals/bridges/bridges-script/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/bridges/bridges-script/trunk</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/portals/bridges/bridges-script/trunk/</url>
+ </scm>
+
+</project>
Propchange: portals/bridges/bridges-script/trunk/pom.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: portals/bridges/bridges-script/trunk/pom.xml
------------------------------------------------------------------------------
svn:keywords = Id
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]