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
6cdda1d0
Commit
6cdda1d0
authored
Aug 11, 2010
by
Philippe Merle
Browse files
* Set <releases> and <snapshots> properties for the used repository.
* Added some comments.
parent
b9a055cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
frascati/modules/module-native/frascati-interface-native/pom.xml
View file @
6cdda1d0
<?xml version="1.0"?>
<!--
* OW2 FraSCAti: SCA Binding JNA * * Copyright (c) 2010 INRIA,
University of Lille 1 * * 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: Romain Rouvoy * * Contributor(s): *
-->
<!--
* OW2 FraSCAti: SCA Interface JNA
*
* Copyright (c) 2010 INRIA, University of Lille 1
*
* 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: Romain Rouvoy
*
* 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>
...
...
@@ -68,12 +79,14 @@
<version>
${project.version}
</version>
</dependency>
<!-- OW2 FraSCAti SCA Metamodel Native Module. -->
<dependency>
<groupId>
org.ow2.frascati.native
</groupId>
<artifactId>
frascati-metamodel-native
</artifactId>
<version>
${project.version}
</version>
</dependency>
<!-- Generator of JNA interfaces from C header files. -->
<dependency>
<groupId>
com.jnaerator
</groupId>
<artifactId>
jnaerator
</artifactId>
...
...
@@ -87,6 +100,12 @@
<id>
native4j-release
</id>
<name>
Native4Java Maven Repository
</name>
<url>
http://nativelibs4java.sourceforge.net/maven
</url>
<releases>
<enabled>
true
</enabled>
</releases>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
</repository>
<!--repository>
<id>jnaerator-release</id>
...
...
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