Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#122] Prepare releng for 2.0.4 #123

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion org.eclipse.texlipse-site/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
*******************************************************************************
* Copyright (c) 2017, 2024 Contributors to the Eclipse Foundation
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* See git history
*******************************************************************************
-->
<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>
Expand All @@ -7,7 +21,7 @@
<relativePath>../pom.xml</relativePath>
<artifactId>org.eclipse.texlipse-parent</artifactId>
<groupId>org.eclipse.texlipse</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.4-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.texlipse-site</artifactId>
Expand Down
16 changes: 15 additions & 1 deletion org.eclipse.texlipse.main/feature.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
*******************************************************************************
* Copyright (c) 2017, 2024 Contributors to the Eclipse Foundation
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* See git history
*******************************************************************************
-->
<feature
id="org.eclipse.texlipse.main"
label="%featureName"
version="2.0.3.qualifier"
version="2.0.4.qualifier"
provider-name="%providerName"
plugin="org.eclipse.texlipse"
license-feature="org.eclipse.license"
Expand Down
6 changes: 3 additions & 3 deletions org.eclipse.texlipse.main/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2017 Torkild U. Resheim. All rights reserved.
Copyright (c) 2017, 2024 Torkild U. Resheim and others. All rights reserved.

This program and the accompanying materials are made available under the
terms of the Eclipse Public License v1.0 which accompanies this
distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

Contributors:
Torkild U. Resheim - initial API and implementation
Alexander Fedorov (ArSysOp) - further support
-->

<project
Expand All @@ -20,12 +21,11 @@
<artifactId>org.eclipse.texlipse-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<groupId>org.eclipse.texlipse</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.4-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.texlipse.main</artifactId>
<name>Eclipse TeXlipse Main Feature</name>
<packaging>eclipse-feature</packaging>
<version>2.0.3-SNAPSHOT</version>

</project>
5 changes: 2 additions & 3 deletions org.eclipse.texlipse/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ Bundle-ManifestVersion: 2
Bundle-Vendor: Eclipse Science
Bundle-Name: Eclipse TeXlipse
Bundle-SymbolicName: org.eclipse.texlipse;singleton:=true
Bundle-Version: 2.0.3.qualifier
Bundle-Version: 2.0.4.qualifier
Bundle-Activator: org.eclipse.texlipse.TexlipsePlugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-NativeCode: ddeclient-x86_64.dll osname=win32;processor=x86,ddeclient-x86.dll;osname=win32;processor=x86_64,*
Eclipse-BundleShape: dir
Bundle-ClassPath: texlipse.jar,
jazzy-core.jar
Bundle-ClassPath: texlipse.jar
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
Expand Down
3 changes: 1 addition & 2 deletions org.eclipse.texlipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@
<relativePath>../pom.xml</relativePath>
<artifactId>org.eclipse.texlipse-parent</artifactId>
<groupId>org.eclipse.texlipse</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.4-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.texlipse</artifactId>
<name>Eclipse TeXlipse Main Plugin</name>
<packaging>eclipse-plugin</packaging>
<version>2.0.3-SNAPSHOT</version>

<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<artifactId>org.eclipse.texlipse-parent</artifactId>
<groupId>org.eclipse.texlipse</groupId>
<packaging>pom</packaging>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.4-SNAPSHOT</version>

<properties>
<tycho.version>2.7.5</tycho.version>
Expand Down
Loading