Author: rickmcguire
Date: Mon Nov 2 18:42:02 2009
New Revision: 832029
URL: http://svn.apache.org/viewvc?rev=832029&view=rev
Log:
create bundlized versions of derbynet and derbytools
Added:
geronimo/server/trunk/framework/bundles/derbynet/
geronimo/server/trunk/framework/bundles/derbynet/pom.xml (with props)
geronimo/server/trunk/framework/bundles/derbytools/
geronimo/server/trunk/framework/bundles/derbytools/pom.xml (with props)
Added: geronimo/server/trunk/framework/bundles/derbynet/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/bundles/derbynet/pom.xml?rev=832029&view=auto
==============================================================================
--- geronimo/server/trunk/framework/bundles/derbynet/pom.xml (added)
+++ geronimo/server/trunk/framework/bundles/derbynet/pom.xml Mon Nov 2 18:42:02 2009
@@ -0,0 +1,74 @@
+<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">
+
+ <!--
+
+ 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.
+ -->
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.geronimo.framework</groupId>
+ <artifactId>framework</artifactId>
+ <version>3.0-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.apache.geronimo.bundles</groupId>
+ <artifactId>derbynet</artifactId>
+ <version>${derbyVersion}-SNAPSHOT</version>
+ <packaging>bundle</packaging>
+ <name>Apache Geronimo Bundles: ${pkgArtifactId}-${pkgVersion}</name>
+ <description>
+ This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
+ </description>
+
+ <properties>
+ <pkgGroupId>org.apache.derby</pkgGroupId>
+ <pkgArtifactId>derbynet</pkgArtifactId>
+ <pkgVersion>${derbyVersion}</pkgVersion>
+ </properties>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derby</artifactId>
+ <version>${derbyVersion}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derbynet</artifactId>
+ <version>${derbyVersion}</version>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <!--<version>2.0.1-SNAPSHOT</version>-->
+ <configuration>
+ <instructions>
+ <Export-Package>org.apache.derby*;version="10.4.2.0"</Export-Package>
+ <Import-Package>org*;resolution:=optional,javax*;resolution:=optional,*</Import-Package>
+ <!--<_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>-->
+ </instructions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Propchange: geronimo/server/trunk/framework/bundles/derbynet/pom.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: geronimo/server/trunk/framework/bundles/derbynet/pom.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision
Propchange: geronimo/server/trunk/framework/bundles/derbynet/pom.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: geronimo/server/trunk/framework/bundles/derbytools/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/bundles/derbytools/pom.xml?rev=832029&view=auto
==============================================================================
--- geronimo/server/trunk/framework/bundles/derbytools/pom.xml (added)
+++ geronimo/server/trunk/framework/bundles/derbytools/pom.xml Mon Nov 2 18:42:02 2009
@@ -0,0 +1,74 @@
+<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">
+
+ <!--
+
+ 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.
+ -->
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.geronimo.framework</groupId>
+ <artifactId>framework</artifactId>
+ <version>3.0-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.apache.geronimo.bundles</groupId>
+ <artifactId>derbytools</artifactId>
+ <version>${derbyVersion}-SNAPSHOT</version>
+ <packaging>bundle</packaging>
+ <name>Apache Geronimo Bundles: ${pkgArtifactId}-${pkgVersion}</name>
+ <description>
+ This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
+ </description>
+
+ <properties>
+ <pkgGroupId>org.apache.derby</pkgGroupId>
+ <pkgArtifactId>derbytools</pkgArtifactId>
+ <pkgVersion>${derbyVersion}</pkgVersion>
+ </properties>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derby</artifactId>
+ <version>${derbyVersion}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derbytools</artifactId>
+ <version>${derbyVersion}</version>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <!--<version>2.0.1-SNAPSHOT</version>-->
+ <configuration>
+ <instructions>
+ <Export-Package>org.apache.derby*;version="10.4.2.0"</Export-Package>
+ <Import-Package>org*;resolution:=optional,javax*;resolution:=optional,*</Import-Package>
+ <!--<_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>-->
+ </instructions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Propchange: geronimo/server/trunk/framework/bundles/derbytools/pom.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: geronimo/server/trunk/framework/bundles/derbytools/pom.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision
Propchange: geronimo/server/trunk/framework/bundles/derbytools/pom.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
|