Skip to content

Commit

Permalink
#90 [v0.9.9] testing of build 0.9.9.v20180121-1054
Browse files Browse the repository at this point in the history
new fixed issues in this build:
- [x] #61 Logviewer does not remove it's preference store
PropertyChangeListener
- [x] #65 Unable to Open Console in LogViewer
- [x] #76 Failed to open Log Viewer from console: unable to load
resource ProcessConsole\JettyApp [Java Application] ...
- [x] #80 Server returned lastModified <= 0
- [x] #83 Eclipse Mars: cannot locate the resource
- [x] #85 migration to GitHub

Signed-off-by: Andre Bossert <anb0s@anbos.de>
  • Loading branch information
anb0s committed Jan 21, 2018
1 parent 47e9ea0 commit 4868005
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions de.anbos.eclipse.logviewer.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ It allows to syntax color the log files with either a regular
expression or a word match.
</description>

<copyright url="http://www.apache.org/licenses/LICENSE-2.0">
Copyright (c) 2009 - 2017 by Andre Bossert
<copyright>
Copyright (c) 2009 - 2018 by Andre Bossert
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License
v1.0
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Sun Jan 21 11:55:07 CET 2018
version=1
metadata.repository.factory.order=content.xml.xz,content.xml,\!
artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\!
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
<?compositeArtifactRepository version='1.0.0'?>
<repository name='LogViewer 0.9' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
<properties size='2'>
<property name='p2.timestamp' value='1506255898643'/>
<property name='p2.timestamp' value='1516532110233'/>
<property name='p2.atomic.composite.loading' value='true'/>
</properties>
<children size='1'>
<children size='2'>
<child location='0.9.9.v20170924-1224'/>
<child location='0.9.9.v20180121-1054'/>
</children>
</repository>
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
<?compositeMetadataRepository version='1.0.0'?>
<repository name='LogViewer 0.9' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
<properties size='2'>
<property name='p2.timestamp' value='1506255898648'/>
<property name='p2.timestamp' value='1516532110251'/>
<property name='p2.atomic.composite.loading' value='true'/>
</properties>
<children size='1'>
<children size='2'>
<child location='0.9.9.v20170924-1224'/>
<child location='0.9.9.v20180121-1054'/>
</children>
</repository>

0 comments on commit 4868005

Please sign in to comment.