Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frascati
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
114
Issues
114
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
frascati
frascati
Commits
38668ea3
Commit
38668ea3
authored
Mar 26, 2010
by
Philippe Merle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added support for <frascati:implementation.osgi> on top of Eclipse Equinox.
parent
83006107
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
111 additions
and
2 deletions
+111
-2
frascati/modules/frascati-implementation-osgi-equinox/pom.xml
...cati/modules/frascati-implementation-osgi-equinox/pom.xml
+111
-0
frascati/modules/pom.xml
frascati/modules/pom.xml
+0
-2
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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