[Ipojo-toolbox-commits] SF.net SVN: ipojo-toolbox:[58] tags
Brought to you by:
bourretp
|
From: <bou...@us...> - 2009-04-09 16:41:51
|
Revision: 58
http://ipojo-toolbox.svn.sourceforge.net/ipojo-toolbox/?rev=58&view=rev
Author: bourretp
Date: 2009-04-09 16:41:49 +0000 (Thu, 09 Apr 2009)
Log Message:
-----------
[maven-release-plugin] copy for tag ipojo-toolbox-1.0.0
Added Paths:
-----------
tags/ipojo-toolbox-1.0.0/
tags/ipojo-toolbox-1.0.0/pom.xml
Removed Paths:
-------------
tags/ipojo-toolbox-1.0.0/pom.xml
Deleted: tags/ipojo-toolbox-1.0.0/pom.xml
===================================================================
--- trunk/pom/pom.xml 2009-04-09 16:39:50 UTC (rev 56)
+++ tags/ipojo-toolbox-1.0.0/pom.xml 2009-04-09 16:41:49 UTC (rev 58)
@@ -1,140 +0,0 @@
-<?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.
--->
-<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>
-
- <!-- Project coordinates -->
- <groupId>net.sourceforge.ipojo-toolbox</groupId>
- <artifactId>ipojo-toolbox</artifactId>
- <version>0.9.9-SNAPSHOT</version>
- <packaging>pom</packaging>
-
- <!-- Project's informations -->
- <name>iPOJO Toolbox</name>
- <description>The iPOJO-Toolbox includes several projects to ease the conception and the use of components above the Apache Felix iPOJO framework. It contains several handlers, some standard OSGi services as well as an Eclipse plugin, and many other useful features.</description>
- <url>http://ipojo-toolbox.sourceforge.net/</url>
- <inceptionYear>2009</inceptionYear>
-
- <!-- Apache Software License declaration -->
- <licenses>
- <license>
- <name>Apache License - Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
- <distribution>manual</distribution>
- </license>
- </licenses>
-
- <!-- Organization informations -->
- <organization>
- <name>Équipe ADELE, Université Joseph Fourier</name>
- <url>http://www-adele.imag.fr/</url>
- </organization>
-
- <!-- The iPOJO Toolbox team. -->
- <developers>
- <developer>
- <id>bourretp</id>
- <name>Pierre Bourret</name>
- <organization>Équipe ADELE, Université Joseph Fourier</organization>
- <organizationUrl>http://www-adele.imag.fr/</organizationUrl>
- <roles>
- <role>architect</role>
- <role>developer</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- </developers>
-
- <!-- Software configuration management -->
- <scm>
- <url>http://ipojo-toolbox.svn.sourceforge.net/viewvc/ipojo-toolbox/trunk/</url>
- <connection>scm:svn:https://ipojo-toolbox.svn.sourceforge.net/svnroot/ipojo-toolbox/trunk/</connection>
- </scm>
-
- <!-- Issue tracking -->
- <issueManagement>
- <system>SourceForge.net Tracker</system>
- <url>http://sourceforge.net/tracker/?group_id=253916</url>
- </issueManagement>
-
- <!-- Mailing lists -->
- <mailingLists>
- <mailingList>
- <name>ipojo-toolbox-users</name>
- <post>ipo...@li...</post>
- <subscribe>https://lists.sourceforge.net/lists/listinfo/ipojo-toolbox-users</subscribe>
- <unsubscribe>https://lists.sourceforge.net/lists/listinfo/ipojo-toolbox-users</unsubscribe>
- <archive>https://sourceforge.net/mailarchive/forum.php?forum_name=ipojo-toolbox-users</archive>
- </mailingList>
- <mailingList>
- <name>ipojo-toolbox-commits</name>
- <post>ipo...@li...</post>
- <subscribe>https://lists.sourceforge.net/lists/listinfo/ipojo-toolbox-commits</subscribe>
- <unsubscribe>https://lists.sourceforge.net/lists/listinfo/ipojo-toolbox-commits</unsubscribe>
- <archive>https://sourceforge.net/mailarchive/forum.php?forum_name=ipojo-toolbox-commits</archive>
- </mailingList>
- </mailingLists>
-
- <!-- Distribution management -->
- <distributionManagement>
- <!-- The repository for released versions of iPOJO-toolbox artifacts-->
- <repository>
- <id>ipojo-toolbox-m2-repo</id>
- <name>iPOJO-Toolbox repository</name>
- <url>sftp://web.sourceforge.net/home/groups/i/ip/ipojo-toolbox/htdocs/m2-repo</url>
- <uniqueVersion>false</uniqueVersion>
- </repository>
- <!-- The repository for snapshots versions of iPOJO-toolbox artifacts-->
- <snapshotRepository>
- <id>ipojo-toolbox-m2-snapshot-repo</id>
- <name>iPOJO-Toolbox snapshots repository</name>
- <url>sftp://web.sourceforge.net/home/groups/i/ip/ipojo-toolbox/htdocs/m2-snapshot-repo</url>
- <uniqueVersion>true</uniqueVersion>
- </snapshotRepository>
- </distributionManagement>
-
- <!-- Build configuration -->
- <build>
- <plugins>
- <!-- iPOJO-Toolbox projects must compile and run on a Java1.3 environment, unless explicitely specified. -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.3</source>
- <target>1.3</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <!-- Build profiles -->
- <profiles>
- <!-- Profile used to build all iPOJO-Toolbox subprojects -->
- <profile>
- <id>build</id>
- <!-- List of sub-projects -->
- <modules>
- <module>../runtime/felix</module>
- </modules>
- </profile>
- </profiles>
-
-</project>
Copied: tags/ipojo-toolbox-1.0.0/pom.xml (from rev 57, trunk/pom/pom.xml)
===================================================================
--- tags/ipojo-toolbox-1.0.0/pom.xml (rev 0)
+++ tags/ipojo-toolbox-1.0.0/pom.xml 2009-04-09 16:41:49 UTC (rev 58)
@@ -0,0 +1,140 @@
+<?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.
+-->
+<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>
+
+ <!-- Project coordinates -->
+ <groupId>net.sourceforge.ipojo-toolbox</groupId>
+ <artifactId>ipojo-toolbox</artifactId>
+ <version>1.0.0</version>
+ <packaging>pom</packaging>
+
+ <!-- Project's informations -->
+ <name>iPOJO Toolbox</name>
+ <description>The iPOJO-Toolbox includes several projects to ease the conception and the use of components above the Apache Felix iPOJO framework. It contains several handlers, some standard OSGi services as well as an Eclipse plugin, and many other useful features.</description>
+ <url>http://ipojo-toolbox.sourceforge.net/</url>
+ <inceptionYear>2009</inceptionYear>
+
+ <!-- Apache Software License declaration -->
+ <licenses>
+ <license>
+ <name>Apache License - Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>manual</distribution>
+ </license>
+ </licenses>
+
+ <!-- Organization informations -->
+ <organization>
+ <name>Équipe ADELE, Université Joseph Fourier</name>
+ <url>http://www-adele.imag.fr/</url>
+ </organization>
+
+ <!-- The iPOJO Toolbox team. -->
+ <developers>
+ <developer>
+ <id>bourretp</id>
+ <name>Pierre Bourret</name>
+ <organization>Équipe ADELE, Université Joseph Fourier</organization>
+ <organizationUrl>http://www-adele.imag.fr/</organizationUrl>
+ <roles>
+ <role>architect</role>
+ <role>developer</role>
+ </roles>
+ <timezone>+1</timezone>
+ </developer>
+ </developers>
+
+ <!-- Software configuration management -->
+ <scm>
+ <url>http://ipojo-toolbox.svn.sourceforge.net/viewvc/ipojo-toolbox/tags/ipojo-toolbox-1.0.0</url>
+ <connection>scm:svn:https://ipojo-toolbox.svn.sourceforge.net/svnroot/ipojo-toolbox/tags/ipojo-toolbox-1.0.0</connection>
+ </scm>
+
+ <!-- Issue tracking -->
+ <issueManagement>
+ <system>SourceForge.net Tracker</system>
+ <url>http://sourceforge.net/tracker/?group_id=253916</url>
+ </issueManagement>
+
+ <!-- Mailing lists -->
+ <mailingLists>
+ <mailingList>
+ <name>ipojo-toolbox-users</name>
+ <post>ipo...@li...</post>
+ <subscribe>https://lists.sourceforge.net/lists/listinfo/ipojo-toolbox-users</subscribe>
+ <unsubscribe>https://lists.sourceforge.net/lists/listinfo/ipojo-toolbox-users</unsubscribe>
+ <archive>https://sourceforge.net/mailarchive/forum.php?forum_name=ipojo-toolbox-users</archive>
+ </mailingList>
+ <mailingList>
+ <name>ipojo-toolbox-commits</name>
+ <post>ipo...@li...</post>
+ <subscribe>https://lists.sourceforge.net/lists/listinfo/ipojo-toolbox-commits</subscribe>
+ <unsubscribe>https://lists.sourceforge.net/lists/listinfo/ipojo-toolbox-commits</unsubscribe>
+ <archive>https://sourceforge.net/mailarchive/forum.php?forum_name=ipojo-toolbox-commits</archive>
+ </mailingList>
+ </mailingLists>
+
+ <!-- Distribution management -->
+ <distributionManagement>
+ <!-- The repository for released versions of iPOJO-toolbox artifacts-->
+ <repository>
+ <id>ipojo-toolbox-m2-repo</id>
+ <name>iPOJO-Toolbox repository</name>
+ <url>sftp://web.sourceforge.net/home/groups/i/ip/ipojo-toolbox/htdocs/m2-repo</url>
+ <uniqueVersion>false</uniqueVersion>
+ </repository>
+ <!-- The repository for snapshots versions of iPOJO-toolbox artifacts-->
+ <snapshotRepository>
+ <id>ipojo-toolbox-m2-snapshot-repo</id>
+ <name>iPOJO-Toolbox snapshots repository</name>
+ <url>sftp://web.sourceforge.net/home/groups/i/ip/ipojo-toolbox/htdocs/m2-snapshot-repo</url>
+ <uniqueVersion>true</uniqueVersion>
+ </snapshotRepository>
+ </distributionManagement>
+
+ <!-- Build configuration -->
+ <build>
+ <plugins>
+ <!-- iPOJO-Toolbox projects must compile and run on a Java1.3 environment, unless explicitely specified. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.3</source>
+ <target>1.3</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <!-- Build profiles -->
+ <profiles>
+ <!-- Profile used to build all iPOJO-Toolbox subprojects -->
+ <profile>
+ <id>build</id>
+ <!-- List of sub-projects -->
+ <modules>
+ <module>../runtime/felix</module>
+ </modules>
+ </profile>
+ </profiles>
+
+</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|