~ubuntu-branches/ubuntu/quantal/hawtjni/quantal

« back to all changes in this revision

Viewing changes to hawtjni-runtime/pom.xml

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2010-08-05 19:40:25 UTC
  • Revision ID: james.westby@ubuntu.com-20100805194025-3004hn889accwu2i
Tags: upstream-1.0~+git0c502e20c4
ImportĀ upstreamĀ versionĀ 1.0~+git0c502e20c4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!--
 
3
  Copyright (C) 2009 Progress Software, Inc.
 
4
  http://fusesource.com
 
5
  
 
6
  Licensed under the Apache License, Version 2.0 (the "License");
 
7
  you may not use this file except in compliance with the License.
 
8
  You may obtain a copy of the License at
 
9
  
 
10
     http://www.apache.org/licenses/LICENSE-2.0
 
11
  
 
12
  Unless required by applicable law or agreed to in writing, software
 
13
  distributed under the License is distributed on an "AS IS" BASIS,
 
14
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
15
  See the License for the specific language governing permissions and
 
16
  limitations under the License.
 
17
-->
 
18
<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/xsd/maven-4.0.0.xsd">
 
19
  <modelVersion>4.0.0</modelVersion>
 
20
 
 
21
  <parent>
 
22
    <groupId>org.fusesource.hawtjni</groupId>
 
23
    <artifactId>hawtjni-pom</artifactId>
 
24
    <version>1.1-SNAPSHOT</version>
 
25
  </parent>
 
26
 
 
27
  <groupId>org.fusesource.hawtjni</groupId>
 
28
  <artifactId>hawtjni-runtime</artifactId>
 
29
  <version>1.1-SNAPSHOT</version>
 
30
 
 
31
  <name>HawtJNI Runtime</name>
 
32
  <description>The API that projects using HawtJNI should build against.</description>
 
33
 
 
34
</project>