Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
frascati
frascati
Commits
38668ea3
Commit
38668ea3
authored
Mar 26, 2010
by
Philippe Merle
Browse files
Added support for <frascati:implementation.osgi> on top of Eclipse Equinox.
parent
83006107
Changes
2
Hide whitespace changes
Inline
Side-by-side
frascati/modules/frascati-implementation-osgi-equinox/pom.xml
0 → 100755
View file @
38668ea3
<?xml version="1.0"?>
<!--
* OW2 FraSCAti: SCA Implementation OSGi with Eclipse Equinox
*
* Copyright (c) 2010 INRIA, USTL
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact: frascati@ow2.org
*
* Author: Philippe Merle
*
* Contributor(s):
*
-->
<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>
<!-- ===================== -->
<!-- General Information -->
<!-- ===================== -->
<parent>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-modules
</artifactId>
<version>
1.3-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-implementation-osgi-equinox
</artifactId>
<name>
OW2 FraSCAti: SCA Implementation OSGi with Eclipse Equinox Module
</name>
<url>
http://frascati.ow2.org/
</url>
<inceptionYear>
2007
</inceptionYear>
<developers>
<developer>
<id>
merle
</id>
<name>
Philippe Merle
</name>
<email>
Philippe.Merle@inria.fr
</email>
<organization>
INRIA
</organization>
<organizationUrl>
http://www.inria.fr
</organizationUrl>
<roles>
<role>
Architect
</role>
<role>
Developer
</role>
</roles>
</developer>
</developers>
<!-- ========== -->
<!-- Properties -->
<!-- ========== -->
<properties>
</properties>
<!-- ======= -->
<!-- Build -->
<!-- ======= -->
<build>
<defaultGoal>
install
</defaultGoal>
<plugins>
</plugins>
</build>
<!-- ============ -->
<!-- Dependencies -->
<!-- ============ -->
<dependencies>
<!-- OW2 FraSCAti SCA Implementation OSGi Module. -->
<dependency>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-implementation-osgi
</artifactId>
<version>
${frascati.version}
</version>
</dependency>
<!-- OW2 Juliac Equinox Runtime. -->
<dependency>
<groupId>
org.objectweb.fractal.juliac.osgi
</groupId>
<artifactId>
juliac-osgi-runtime-equinox
</artifactId>
<version>
${juliac.version}
</version>
</dependency>
</dependencies>
<!-- ============= -->
<!-- Repositories -->
<!-- ============= -->
<repositories>
</repositories>
</project>
frascati/modules/pom.xml
View file @
38668ea3
...
...
@@ -262,9 +262,7 @@
<module>
frascati-implementation-fractal
</module>
<module>
frascati-implementation-osgi
</module>
<!-- TODO
<module>
frascati-implementation-osgi-equinox
</module>
-->
<module>
frascati-implementation-osgi-felix
</module>
<module>
frascati-implementation-script
</module>
<module>
frascati-implementation-spring
</module>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment