Skip to content

Commit d0d414c

Browse files
committed
Release 9.3.3.
1 parent 8b68b41 commit d0d414c

File tree

63 files changed

+2108
-2108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+2108
-2108
lines changed

features/org.python.pydev.feature/feature.xml

Lines changed: 225 additions & 225 deletions
Large diffs are not rendered by default.
Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,62 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
Copyright (C) 2013, Red Hat, Inc. and others
4-
5-
All rights reserved. This program and the accompanying materials
6-
are made available under the terms of the Eclipse Public License v1.0
7-
which accompanies this distribution, and is available at
8-
http://www.eclipse.org/legal/epl-v10.html
9-
10-
Contributors:
11-
Red Hat Incorporated - initial implementation
12-
-->
13-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
14-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15-
<modelVersion>4.0.0</modelVersion>
16-
<parent>
17-
<groupId>org.python.pydev</groupId>
18-
<artifactId>features</artifactId>
19-
<version>9.3.2-SNAPSHOT</version>
20-
<relativePath>../pom.xml</relativePath>
21-
</parent>
22-
<groupId>org.python.pydev</groupId>
23-
<artifactId>org.python.pydev.feature</artifactId>
24-
<packaging>eclipse-feature</packaging>
25-
<build>
26-
<plugins>
27-
<plugin>
28-
<groupId>org.eclipse.tycho.extras</groupId>
29-
<artifactId>tycho-source-feature-plugin</artifactId>
30-
<version>${tycho-extras-version}</version>
31-
<executions>
32-
<execution>
33-
<id>source-feature</id>
34-
<phase>package</phase>
35-
<goals>
36-
<goal>source-feature</goal>
37-
</goals>
38-
<configuration>
39-
<excludes>
40-
<plugin id="org.python.pydev.help" />
41-
</excludes>
42-
</configuration>
43-
</execution>
44-
</executions>
45-
</plugin>
46-
<plugin>
47-
<groupId>org.eclipse.tycho</groupId>
48-
<artifactId>tycho-p2-plugin</artifactId>
49-
<version>${tycho-version}</version>
50-
<executions>
51-
<execution>
52-
<id>attach-p2-metadata</id>
53-
<phase>package</phase>
54-
<goals>
55-
<goal>p2-metadata</goal>
56-
</goals>
57-
</execution>
58-
</executions>
59-
</plugin>
60-
</plugins>
61-
</build>
62-
</project>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright (C) 2013, Red Hat, Inc. and others
4+
5+
All rights reserved. This program and the accompanying materials
6+
are made available under the terms of the Eclipse Public License v1.0
7+
which accompanies this distribution, and is available at
8+
http://www.eclipse.org/legal/epl-v10.html
9+
10+
Contributors:
11+
Red Hat Incorporated - initial implementation
12+
-->
13+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
14+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15+
<modelVersion>4.0.0</modelVersion>
16+
<parent>
17+
<groupId>org.python.pydev</groupId>
18+
<artifactId>features</artifactId>
19+
<version>9.3.3-SNAPSHOT</version>
20+
<relativePath>../pom.xml</relativePath>
21+
</parent>
22+
<groupId>org.python.pydev</groupId>
23+
<artifactId>org.python.pydev.feature</artifactId>
24+
<packaging>eclipse-feature</packaging>
25+
<build>
26+
<plugins>
27+
<plugin>
28+
<groupId>org.eclipse.tycho.extras</groupId>
29+
<artifactId>tycho-source-feature-plugin</artifactId>
30+
<version>${tycho-extras-version}</version>
31+
<executions>
32+
<execution>
33+
<id>source-feature</id>
34+
<phase>package</phase>
35+
<goals>
36+
<goal>source-feature</goal>
37+
</goals>
38+
<configuration>
39+
<excludes>
40+
<plugin id="org.python.pydev.help" />
41+
</excludes>
42+
</configuration>
43+
</execution>
44+
</executions>
45+
</plugin>
46+
<plugin>
47+
<groupId>org.eclipse.tycho</groupId>
48+
<artifactId>tycho-p2-plugin</artifactId>
49+
<version>${tycho-version}</version>
50+
<executions>
51+
<execution>
52+
<id>attach-p2-metadata</id>
53+
<phase>package</phase>
54+
<goals>
55+
<goal>p2-metadata</goal>
56+
</goals>
57+
</execution>
58+
</executions>
59+
</plugin>
60+
</plugins>
61+
</build>
62+
</project>
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
Copyright (C) 2013, Red Hat, Inc. and others
4-
5-
All rights reserved. This program and the accompanying materials
6-
are made available under the terms of the Eclipse Public License v1.0
7-
which accompanies this distribution, and is available at
8-
http://www.eclipse.org/legal/epl-v10.html
9-
10-
Contributors:
11-
Red Hat Incorporated - initial implementation
12-
-->
13-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
14-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15-
<modelVersion>4.0.0</modelVersion>
16-
<parent>
17-
<groupId>org.python.pydev</groupId>
18-
<artifactId>features</artifactId>
19-
<version>9.3.0-SNAPSHOT</version>
20-
<relativePath>../pom.xml</relativePath>
21-
</parent>
22-
<groupId>org.python.pydev</groupId>
23-
<artifactId>org.python.pydev.mylyn.feature</artifactId>
24-
<version>0.6.0</version>
25-
<packaging>eclipse-feature</packaging>
26-
</project>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright (C) 2013, Red Hat, Inc. and others
4+
5+
All rights reserved. This program and the accompanying materials
6+
are made available under the terms of the Eclipse Public License v1.0
7+
which accompanies this distribution, and is available at
8+
http://www.eclipse.org/legal/epl-v10.html
9+
10+
Contributors:
11+
Red Hat Incorporated - initial implementation
12+
-->
13+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
14+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15+
<modelVersion>4.0.0</modelVersion>
16+
<parent>
17+
<groupId>org.python.pydev</groupId>
18+
<artifactId>features</artifactId>
19+
<version>9.3.3-SNAPSHOT</version>
20+
<relativePath>../pom.xml</relativePath>
21+
</parent>
22+
<groupId>org.python.pydev</groupId>
23+
<artifactId>org.python.pydev.mylyn.feature</artifactId>
24+
<version>0.6.0</version>
25+
<packaging>eclipse-feature</packaging>
26+
</project>
Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,71 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
Copyright (C) 2013, Red Hat, Inc. and others
4-
5-
All rights reserved. This program and the accompanying materials
6-
are made available under the terms of the Eclipse Public License v1.0
7-
which accompanies this distribution, and is available at
8-
http://www.eclipse.org/legal/epl-v10.html
9-
10-
Contributors:
11-
Red Hat Incorporated - initial implementation
12-
-->
13-
14-
<project xmlns="http://maven.apache.org/POM/4.0.0"
15-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
17-
<modelVersion>4.0.0</modelVersion>
18-
19-
<parent>
20-
<groupId>org.python.pydev</groupId>
21-
<artifactId>features</artifactId>
22-
<version>9.3.2-SNAPSHOT</version>
23-
<relativePath>../pom.xml</relativePath>
24-
</parent>
25-
26-
<artifactId>org.python.pydev.p2-repo</artifactId>
27-
<packaging>eclipse-repository</packaging>
28-
<name>Pydev p2 Repository</name>
29-
30-
<build>
31-
<plugins>
32-
<plugin>
33-
<groupId>org.eclipse.tycho.extras</groupId>
34-
<artifactId>tycho-eclipserun-plugin</artifactId>
35-
<version>${tycho-version}</version>
36-
<configuration>
37-
<appArgLine>-consoleLog -application org.eclipse.equinox.p2.repository.repo2runnable -source file:${basedir}/target/repository/ -destination ${basedir}/target/runnable/</appArgLine>
38-
<dependencies>
39-
<dependency>
40-
<artifactId>org.eclipse.equinox.p2.core.feature</artifactId>
41-
<type>eclipse-feature</type>
42-
</dependency>
43-
<dependency>
44-
<artifactId>org.eclipse.equinox.p2.discovery.feature</artifactId>
45-
<type>eclipse-feature</type>
46-
</dependency>
47-
<dependency>
48-
<artifactId>org.eclipse.equinox.p2.extras.feature</artifactId>
49-
<type>eclipse-feature</type>
50-
</dependency>
51-
</dependencies>
52-
<repositories>
53-
<repository>
54-
<id>${repository.id}</id>
55-
<layout>p2</layout>
56-
<url>${repository.url}</url>
57-
</repository>
58-
</repositories>
59-
</configuration>
60-
<executions>
61-
<execution>
62-
<goals>
63-
<goal>eclipse-run</goal>
64-
</goals>
65-
<phase>package</phase>
66-
</execution>
67-
</executions>
68-
</plugin>
69-
</plugins>
70-
</build>
71-
</project>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright (C) 2013, Red Hat, Inc. and others
4+
5+
All rights reserved. This program and the accompanying materials
6+
are made available under the terms of the Eclipse Public License v1.0
7+
which accompanies this distribution, and is available at
8+
http://www.eclipse.org/legal/epl-v10.html
9+
10+
Contributors:
11+
Red Hat Incorporated - initial implementation
12+
-->
13+
14+
<project xmlns="http://maven.apache.org/POM/4.0.0"
15+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
17+
<modelVersion>4.0.0</modelVersion>
18+
19+
<parent>
20+
<groupId>org.python.pydev</groupId>
21+
<artifactId>features</artifactId>
22+
<version>9.3.3-SNAPSHOT</version>
23+
<relativePath>../pom.xml</relativePath>
24+
</parent>
25+
26+
<artifactId>org.python.pydev.p2-repo</artifactId>
27+
<packaging>eclipse-repository</packaging>
28+
<name>Pydev p2 Repository</name>
29+
30+
<build>
31+
<plugins>
32+
<plugin>
33+
<groupId>org.eclipse.tycho.extras</groupId>
34+
<artifactId>tycho-eclipserun-plugin</artifactId>
35+
<version>${tycho-version}</version>
36+
<configuration>
37+
<appArgLine>-consoleLog -application org.eclipse.equinox.p2.repository.repo2runnable -source file:${basedir}/target/repository/ -destination ${basedir}/target/runnable/</appArgLine>
38+
<dependencies>
39+
<dependency>
40+
<artifactId>org.eclipse.equinox.p2.core.feature</artifactId>
41+
<type>eclipse-feature</type>
42+
</dependency>
43+
<dependency>
44+
<artifactId>org.eclipse.equinox.p2.discovery.feature</artifactId>
45+
<type>eclipse-feature</type>
46+
</dependency>
47+
<dependency>
48+
<artifactId>org.eclipse.equinox.p2.extras.feature</artifactId>
49+
<type>eclipse-feature</type>
50+
</dependency>
51+
</dependencies>
52+
<repositories>
53+
<repository>
54+
<id>${repository.id}</id>
55+
<layout>p2</layout>
56+
<url>${repository.url}</url>
57+
</repository>
58+
</repositories>
59+
</configuration>
60+
<executions>
61+
<execution>
62+
<goals>
63+
<goal>eclipse-run</goal>
64+
</goals>
65+
<phase>package</phase>
66+
</execution>
67+
</executions>
68+
</plugin>
69+
</plugins>
70+
</build>
71+
</project>

0 commit comments

Comments
 (0)