Skip to content

Commit

Permalink
Mainly releng re-work
Browse files Browse the repository at this point in the history
Removed releng directory and renamed releng-updatesite to updatesite
  • Loading branch information
vogella committed Feb 12, 2024
1 parent 8baa061 commit 7d69815
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 106 deletions.
2 changes: 1 addition & 1 deletion com.example.e4.renderer.swt/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
Expand Down
Expand Up @@ -19,7 +19,7 @@ public class Task {
private String summary = "";
private String description = "";
private boolean done = false;
private LocalDate dueDate = LocalDate.now();
private transient LocalDate dueDate = LocalDate.now();

public Task(long id, String summary, String description, boolean done, LocalDate dueDate) {
this.id = id;
Expand Down
2 changes: 1 addition & 1 deletion com.vogella.tasks.ui/plugin.xml
Expand Up @@ -13,7 +13,7 @@
value="to-do">
</property>
<property
name="rendererFactoryUri"
name="rendererFactoryUri2"
value="undleclass://com.example.e4.renderer.swt/com.example.e4.renderer.swt.MyRendererFactory">
</property>
<property
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@
<packaging>pom</packaging>

<properties>
<tycho.version>4.0.4</tycho.version>
<tycho.version>4.0.5</tycho.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down Expand Up @@ -104,6 +104,6 @@
<module>com.vogella.eclipse.css</module>
<module>com.vogella.osgi.taskconsumer</module>

<module>releng-updatesite</module>
<module>updatesite</module>
</modules>
</project>
11 changes: 0 additions & 11 deletions releng-updatesite/.project

This file was deleted.

11 changes: 0 additions & 11 deletions releng/.project

This file was deleted.

79 changes: 0 additions & 79 deletions releng/pom.xml

This file was deleted.

28 changes: 28 additions & 0 deletions updatesite/.project
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>releng-updatesite</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
<filteredResources>
<filter>
<id>1707754047618</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
File renamed without changes.

0 comments on commit 7d69815

Please sign in to comment.