Author: ffang
Date: Wed Sep 17 21:59:28 2008
New Revision: 696561
URL: http://svn.apache.org/viewvc?rev=696561&view=rev
Log:
[SMX4-110]add missing pax lib to m2-repo
Added:
servicemix/m2-repo/org/ops4j/pax/web/
servicemix/m2-repo/org/ops4j/pax/web/0.4.1/
servicemix/m2-repo/org/ops4j/pax/web/0.4.1/web-0.4.1.pom
servicemix/m2-repo/org/ops4j/pax/web/0.4.1/web-0.4.1.pom.sha1
servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/
servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/0.4.1/
servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/0.4.1/pax-web-bundle-0.4.1.jar
(with props)
servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/0.4.1/pax-web-bundle-0.4.1.jar.sha1
servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/0.4.1/pax-web-bundle-0.4.1.pom
servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/0.4.1/pax-web-bundle-0.4.1.pom.sha1
servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/
servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/0.4.1/
servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/0.4.1/pax-web-jsp-0.4.1.jar
(with props)
servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/0.4.1/pax-web-jsp-0.4.1.jar.sha1
servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/0.4.1/pax-web-jsp-0.4.1.pom
servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/0.4.1/pax-web-jsp-0.4.1.pom.sha1
Added: servicemix/m2-repo/org/ops4j/pax/web/0.4.1/web-0.4.1.pom
URL:
http://svn.apache.org/viewvc/servicemix/m2-repo/org/ops4j/pax/web/0.4.1/web-0.4.1.pom?rev=696561&view=auto
==============================================================================
--- servicemix/m2-repo/org/ops4j/pax/web/0.4.1/web-0.4.1.pom (added)
+++ servicemix/m2-repo/org/ops4j/pax/web/0.4.1/web-0.4.1.pom Wed Sep 17
21:59:28 2008
@@ -0,0 +1,182 @@
+<?xml version='1.0' encoding='UTF-8' ?>
+<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>
+
+ <parent>
+ <groupId>org.ops4j.pax</groupId>
+ <artifactId>master</artifactId>
+ <version>1.10</version>
+ </parent>
+
+ <groupId>org.ops4j.pax</groupId>
+ <artifactId>web</artifactId>
+ <version>0.4.1</version>
+ <packaging>pom</packaging>
+
+ <name>OPS4J Pax Web</name>
+ <description>
+ Pax Web - OPS4J implementation of osgi http service using jetty 6.
+ Detailed information to be found at
http://wiki.ops4j.org/confluence/x/AYAz.
+ </description>
+
+ <url>http://www.ops4j.org/projects/pax/web/</url>
+
+ <issueManagement>
+ <system>jira</system>
+ <url>http://issues.ops4j.org/jira/browse/PAXWEB</url>
+ </issueManagement>
+
+ <scm>
+
<connection>scm:svn:https://scm.ops4j.org/repos/ops4j/qa/pax/web-0.4.1</connection>
+
<developerConnection>scm:svn:https://scm.ops4j.org/repos/ops4j/qa/pax/web-0.4.1</developerConnection>
+ </scm>
+
+ <modules>
+ <module>bundle</module>
+ <module>jsp</module>
+ <module>service</module>
+ <module>samples</module>
+ </modules>
+
+ <developers>
+ <developer>
+ <id>niclas</id>
+ <name>Niclas Hedhman</name>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>Jayway Malaysia Sdn Bhd</organization>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ <timezone>UTC+8</timezone>
+ </developer>
+ <developer>
+ <id>adreghiciu</id>
+ <name>Alin Dreghiciu</name>
+ <email>[EMAIL PROTECTED]</email>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ <timezone>UTC+2</timezone>
+ </developer>
+ </developers>
+
+ <properties>
+ <dependency.base.version>0.5.0</dependency.base.version>
+ <dependency.swissbox.version>0.2.0</dependency.swissbox.version>
+ <dependency.jetty.version>6.1.8</dependency.jetty.version>
+ </properties>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>1.4.0</version>
+ <extensions>true</extensions>
+ <configuration>
+ <instructions>
+ <_include>-osgi.bnd</_include>
+ </instructions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.ops4j.base</groupId>
+ <artifactId>ops4j-base-lang</artifactId>
+ <version>${dependency.base.version}</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.ops4j.base</groupId>
+ <artifactId>ops4j-base-util-property</artifactId>
+ <version>${dependency.base.version}</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.ops4j.pax.swissbox</groupId>
+ <artifactId>pax-swissbox-core</artifactId>
+ <version>${dependency.swissbox.version}</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.ops4j.pax.swissbox</groupId>
+ <artifactId>pax-swissbox-optional-jcl</artifactId>
+ <version>${dependency.swissbox.version}</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.ops4j.pax.swissbox</groupId>
+ <artifactId>pax-swissbox-property</artifactId>
+ <version>${dependency.swissbox.version}</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty</artifactId>
+ <version>${dependency.jetty.version}</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tomcat</groupId>
+ <artifactId>jasper</artifactId>
+ <version>6.0.14</version>
+ <optional>true</optional>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.tomcat</groupId>
+ <artifactId>catalina</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.tomcat</groupId>
+ <artifactId>servlet-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <!-- Provided dependencies -->
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <version>4.0.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.compendium</artifactId>
+ <version>4.0.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.3</version>
+ <scope>provided</scope>
+ </dependency>
+ <!-- testing dependencies -->
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.1</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <repositories>
+ <repository>
+ <id>ops4j.releases</id>
+ <name>The OPS4J Release Repository</name>
+ <url>http://repository.ops4j.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
+</project>
Added: servicemix/m2-repo/org/ops4j/pax/web/0.4.1/web-0.4.1.pom.sha1
URL:
http://svn.apache.org/viewvc/servicemix/m2-repo/org/ops4j/pax/web/0.4.1/web-0.4.1.pom.sha1?rev=696561&view=auto
==============================================================================
--- servicemix/m2-repo/org/ops4j/pax/web/0.4.1/web-0.4.1.pom.sha1 (added)
+++ servicemix/m2-repo/org/ops4j/pax/web/0.4.1/web-0.4.1.pom.sha1 Wed Sep 17
21:59:28 2008
@@ -0,0 +1 @@
+0a3ef6bf148d4ccafbdb39f07b6c303fae2cd934
\ No newline at end of file
Added:
servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/0.4.1/pax-web-bundle-0.4.1.jar
URL:
http://svn.apache.org/viewvc/servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/0.4.1/pax-web-bundle-0.4.1.jar?rev=696561&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/0.4.1/pax-web-bundle-0.4.1.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/0.4.1/pax-web-bundle-0.4.1.jar.sha1
URL:
http://svn.apache.org/viewvc/servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/0.4.1/pax-web-bundle-0.4.1.jar.sha1?rev=696561&view=auto
==============================================================================
---
servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/0.4.1/pax-web-bundle-0.4.1.jar.sha1
(added)
+++
servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/0.4.1/pax-web-bundle-0.4.1.jar.sha1
Wed Sep 17 21:59:28 2008
@@ -0,0 +1 @@
+5a06009083ea037e95dce60d198539cd0dbff1ea
\ No newline at end of file
Added:
servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/0.4.1/pax-web-bundle-0.4.1.pom
URL:
http://svn.apache.org/viewvc/servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/0.4.1/pax-web-bundle-0.4.1.pom?rev=696561&view=auto
==============================================================================
---
servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/0.4.1/pax-web-bundle-0.4.1.pom
(added)
+++
servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/0.4.1/pax-web-bundle-0.4.1.pom
Wed Sep 17 21:59:28 2008
@@ -0,0 +1,109 @@
+<?xml version='1.0' encoding='UTF-8' ?>
+<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>
+
+ <parent>
+ <relativePath>../</relativePath>
+ <groupId>org.ops4j.pax</groupId>
+ <artifactId>web</artifactId>
+ <version>0.4.1</version>
+ </parent>
+
+ <groupId>org.ops4j.pax.web</groupId>
+ <artifactId>pax-web-bundle</artifactId>
+ <version>0.4.1</version>
+ <packaging>bundle</packaging>
+
+ <name>OPS4J Pax Web - Web Container</name>
+ <description>
+ Pax Web is a OSGi Http Service based on Jetty 6.
+ Detailed information to be found at
http://wiki.ops4j.org/confluence/x/AYAz.
+ </description>
+
+ <properties>
+ <bundle.symbolicName>org.ops4j.pax.web.bundle</bundle.symbolicName>
+ <bundle.namespace>org.ops4j.pax.web.service</bundle.namespace>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+
+ <!-- Embeded dependencies (not transitive) -->
+ <dependency>
+ <groupId>org.ops4j.base</groupId>
+ <artifactId>ops4j-base-lang</artifactId>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.ops4j.base</groupId>
+ <artifactId>ops4j-base-util-property</artifactId>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.ops4j.pax.swissbox</groupId>
+ <artifactId>pax-swissbox-core</artifactId>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.ops4j.pax.swissbox</groupId>
+ <artifactId>pax-swissbox-optional-jcl</artifactId>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.ops4j.pax.swissbox</groupId>
+ <artifactId>pax-swissbox-property</artifactId>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+
+ <!-- Provided dependencies (not transitive) -->
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.compendium</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.ops4j.pax.web</groupId>
+ <artifactId>pax-web-jsp</artifactId>
+ <version>0.4.1</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- Test dependencies (not transitive) -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ </dependency>
+ </dependencies>
+
+</project>
Added:
servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/0.4.1/pax-web-bundle-0.4.1.pom.sha1
URL:
http://svn.apache.org/viewvc/servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/0.4.1/pax-web-bundle-0.4.1.pom.sha1?rev=696561&view=auto
==============================================================================
---
servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/0.4.1/pax-web-bundle-0.4.1.pom.sha1
(added)
+++
servicemix/m2-repo/org/ops4j/pax/web/pax-web-bundle/0.4.1/pax-web-bundle-0.4.1.pom.sha1
Wed Sep 17 21:59:28 2008
@@ -0,0 +1 @@
+92b6f397304ccc3ded8c49b2f6409a4aa1a576d5
\ No newline at end of file
Added:
servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/0.4.1/pax-web-jsp-0.4.1.jar
URL:
http://svn.apache.org/viewvc/servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/0.4.1/pax-web-jsp-0.4.1.jar?rev=696561&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/0.4.1/pax-web-jsp-0.4.1.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/0.4.1/pax-web-jsp-0.4.1.jar.sha1
URL:
http://svn.apache.org/viewvc/servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/0.4.1/pax-web-jsp-0.4.1.jar.sha1?rev=696561&view=auto
==============================================================================
---
servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/0.4.1/pax-web-jsp-0.4.1.jar.sha1
(added)
+++
servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/0.4.1/pax-web-jsp-0.4.1.jar.sha1
Wed Sep 17 21:59:28 2008
@@ -0,0 +1 @@
+69423d62fb6c23198cbaf9b8f07ec848ae30b957
\ No newline at end of file
Added:
servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/0.4.1/pax-web-jsp-0.4.1.pom
URL:
http://svn.apache.org/viewvc/servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/0.4.1/pax-web-jsp-0.4.1.pom?rev=696561&view=auto
==============================================================================
---
servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/0.4.1/pax-web-jsp-0.4.1.pom
(added)
+++
servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/0.4.1/pax-web-jsp-0.4.1.pom
Wed Sep 17 21:59:28 2008
@@ -0,0 +1,73 @@
+<?xml version='1.0' encoding='UTF-8' ?>
+<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>
+
+ <parent>
+ <relativePath>../</relativePath>
+ <groupId>org.ops4j.pax</groupId>
+ <artifactId>web</artifactId>
+ <version>0.4.1</version>
+ </parent>
+
+ <groupId>org.ops4j.pax.web</groupId>
+ <artifactId>pax-web-jsp</artifactId>
+ <version>0.4.1</version>
+ <packaging>bundle</packaging>
+
+ <name>OPS4J Pax Web - Jsp Support</name>
+ <description>
+ Pax Web Jsp Support via Tomcat Jasper 2.
+ Detailed information to be found at
http://wiki.ops4j.org/confluence/x/CgNN.
+ </description>
+
+ <properties>
+ <bundle.symbolicName>org.ops4j.pax.web.jsp</bundle.symbolicName>
+ <bundle.namespace>org.ops4j.pax.web.jsp</bundle.namespace>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+
+ <!-- Embeded dependencies (not transitive) -->
+ <dependency>
+ <groupId>org.ops4j.pax.swissbox</groupId>
+ <artifactId>pax-swissbox-core</artifactId>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.ops4j.pax.swissbox</groupId>
+ <artifactId>pax-swissbox-optional-jcl</artifactId>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tomcat</groupId>
+ <artifactId>jasper</artifactId>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+
+ <!-- Provided dependencies (not transitive) -->
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ </dependencies>
+
+</project>
Added:
servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/0.4.1/pax-web-jsp-0.4.1.pom.sha1
URL:
http://svn.apache.org/viewvc/servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/0.4.1/pax-web-jsp-0.4.1.pom.sha1?rev=696561&view=auto
==============================================================================
---
servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/0.4.1/pax-web-jsp-0.4.1.pom.sha1
(added)
+++
servicemix/m2-repo/org/ops4j/pax/web/pax-web-jsp/0.4.1/pax-web-jsp-0.4.1.pom.sha1
Wed Sep 17 21:59:28 2008
@@ -0,0 +1 @@
+99a678c166c5e011de002ef0ff7ba9a32286efa3
\ No newline at end of file