Skip to content

Commit

Permalink
[2.3] testing build 2.3.0.v20220328-1717
Browse files Browse the repository at this point in the history
  • Loading branch information
anb0s committed Mar 28, 2022
1 parent 11f4ca0 commit 72927ac
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 7 deletions.
8 changes: 8 additions & 0 deletions site/updates/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ The following platform, shell combinations and tools are supported as selections
- Finder

**All OS**
- Open with / Edit
- Eclipse - Full Path : line number
- Copy to clipboard:
- Full Path
- Full Path Unix (@Windows)
Expand Down Expand Up @@ -162,6 +164,12 @@ The following substitution variables are available for building the command:
- ```${easyshell:resource_basename}``` = name of file without extension
- ```${easyshell:resource_extension}``` = extension of file name (without '.')
- ```${easyshell:resource_path}``` = relative path to workspace of file or directory
- ```${easyshell:resource_line_number}``` = line number (within view or editor)
- ```${easyshell:selected_text_start_line}``` = selected text start line (within view or editor), it's equal to ${easyshell:resource_line_number}
- ```${easyshell:selected_text_end_line}``` = selected text end line (within view or editor)
- ```${easyshell:selected_text_length}``` = selected text length (within view or editor)
- ```${easyshell:selected_text_offset}``` = selected text offset (within view or editor)
- ```${easyshell:selected_text}``` = selected text (within view or editor)
- ```${easyshell:container_loc}``` = absolute path of file directory or directory itself
- ```${easyshell:container_name}``` = name of file directory or directory itself
- ```${easyshell:container_path}``` = relative path to workspace of file directory or directory itself
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions site/updates/testing/2.3/2.3.0.v20220328-1717/p2.index
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Mon Mar 28 17:17:16 UTC 2022
artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\!
version=1
metadata.repository.factory.order=content.xml.xz,content.xml,\!
Binary file not shown.
5 changes: 3 additions & 2 deletions site/updates/testing/2.3/compositeArtifacts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
<?compositeArtifactRepository version='1.0.0'?>
<repository name='EasyShell 2.3' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
<properties size='2'>
<property name='p2.timestamp' value='1648398637599'/>
<property name='p2.timestamp' value='1648487840465'/>
<property name='p2.atomic.composite.loading' value='true'/>
</properties>
<children size='4'>
<children size='5'>
<child location='2.3.0.v20220115-1548'/>
<child location='2.3.0.v20220319-2249'/>
<child location='2.3.0.v20220327-1248'/>
<child location='2.3.0.v20220327-1630'/>
<child location='2.3.0.v20220328-1717'/>
</children>
</repository>
5 changes: 3 additions & 2 deletions site/updates/testing/2.3/compositeContent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
<?compositeMetadataRepository version='1.0.0'?>
<repository name='EasyShell 2.3' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
<properties size='2'>
<property name='p2.timestamp' value='1648398637607'/>
<property name='p2.timestamp' value='1648487840471'/>
<property name='p2.atomic.composite.loading' value='true'/>
</properties>
<children size='4'>
<children size='5'>
<child location='2.3.0.v20220115-1548'/>
<child location='2.3.0.v20220319-2249'/>
<child location='2.3.0.v20220327-1248'/>
<child location='2.3.0.v20220327-1630'/>
<child location='2.3.0.v20220328-1717'/>
</children>
</repository>
6 changes: 3 additions & 3 deletions site/updates/testing/build.version.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build_version_major_minor=2.3
build_version_unqualified=2.3.0
build_version_qualifier=v20220327-1630
build_version_full=2.3.0.v20220327-1630
build_version_path=2.3/2.3.0.v20220327-1630
build_version_qualifier=v20220328-1717
build_version_full=2.3.0.v20220328-1717
build_version_path=2.3/2.3.0.v20220328-1717
build_version_milestone=8

0 comments on commit 72927ac

Please sign in to comment.