-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New update site URL: http://logviewer.eclipselabs.org.codespot.com/git/de.anbos.eclipse.logviewer.update/ Issue 53 : Input of invalid regular expressions is possible in the rules preferences Issue 55 : Improve FileTail's exception handling Issue 56 : Error on Tail all action with already tailing document
- Loading branch information
anb0s
committed
Aug 7, 2011
1 parent
4fc2101
commit cd71f0a
Showing
7 changed files
with
45 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>de.anbos.eclipse.logviewer.feature</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.pde.FeatureBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.pde.FeatureNature</nature> | ||
</natures> | ||
</projectDescription> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>de.anbos.eclipse.logviewer.feature</name> | ||
<comment></comment> | ||
<projects> | ||
<project>de.anbos.eclipse.logviewer.plugin</project> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.pde.FeatureBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.pde.FeatureNature</nature> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>de.anbos.eclipse.logviewer.update</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.pde.UpdateSiteBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.pde.UpdateSiteNature</nature> | ||
</natures> | ||
</projectDescription> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>de.anbos.eclipse.logviewer.update</name> | ||
<comment></comment> | ||
<projects> | ||
<project>de.anbos.eclipse.logviewer.feature</project> | ||
<project>de.anbos.eclipse.logviewer.plugin</project> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.pde.UpdateSiteBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.pde.UpdateSiteNature</nature> | ||
</natures> | ||
</projectDescription> |
Binary file not shown.
Binary file modified
BIN
+290 Bytes
(130%)
de.anbos.eclipse.logviewer.update/features/de.anbos.eclipse.logviewer.feature_0.9.8.8.jar
Binary file not shown.
Binary file modified
BIN
-5.18 KB
(99%)
de.anbos.eclipse.logviewer.update/plugins/de.anbos.eclipse.logviewer.plugin_0.9.8.8.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters