~ubuntu-branches/debian/sid/eclipse-cdt/sid

« back to all changes in this revision

Viewing changes to dsf-gdb/org.eclipse.cdt.gnu.dsf.source-feature/pom.xml

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2011-10-06 21:15:04 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111006211504-8dutmljjih0zikfv
Tags: 8.0.1-1
* New upstream release.
* Split the JNI packages into a separate architecture dependent
  package and made eclipse-cdt architecture independent.
* Install JNI libraries into multiarch aware location
* Bumped Standards-Version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<project
 
3
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
 
4
        xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
5
        <modelVersion>4.0.0</modelVersion>
 
6
 
 
7
        <parent>
 
8
                <groupId>org.eclipse.cdt</groupId>
 
9
                <artifactId>cdt-parent</artifactId>
 
10
                <version>8.0.0-SNAPSHOT</version>
 
11
                <relativePath>../../pom.xml</relativePath>
 
12
        </parent>
 
13
 
 
14
        <version>4.0.0-SNAPSHOT</version>
 
15
        <artifactId>org.eclipse.cdt.gnu.dsf.source</artifactId>
 
16
        <packaging>eclipse-feature</packaging>
 
17
</project>