This is an automated email from the ASF dual-hosted git repository.

rombert pushed a change to branch feature/SLING-7587
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git.


    from 965d93b  SLING-7587 - Create a CLI-only tool to sync content
     new ca9b79c  DefaultSyncCommandFactory: remove unused import.
     new 343e3ac  SLING-7587 - Create a CLI-only tool to sync content
     new 67c5010  SLING-7587 - Create a CLI-only tool to sync content
     new c5c6da4  SLING-7587 - Create a CLI-only tool to sync content

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 cli/cli/bnd.bnd                                    |   1 +
 {shared/modules/api => cli/cli}/pom.xml            |  54 +++---
 .../org/apache/sling/ide/cli/impl/ContentSync.java | 128 +++++++++++++
 .../org/apache/sling/ide/cli/impl/DirWatcher.java  | 202 +++++++++++++++++++++
 .../sling/ide/cli/impl/Slf4jLoggerFactory.java     |  41 +++--
 .../apache/sling/ide/cli/impl/DirWatcherTest.java  | 177 ++++++++++++++++++
 cli/dist/.gitignore                                |   3 +
 cli/dist/assemble-app.sh                           |   5 +
 cli/dist/features/clisync.json                     |  28 +++
 {shared/modules/sync-fs => cli/dist}/pom.xml       |  42 ++---
 cli/dist/run-app.sh                                |   5 +
 {shared/modules => cli}/pom.xml                    |  12 +-
 .../content/impl/DefaultSyncCommandFactory.java    |   1 -
 .../sling/ide/impl/vlt/VltRepositoryFactory.java   |   2 +-
 shared/modules/sync-fs/bnd.bnd                     |   1 +
 shared/modules/sync-fs/pom.xml                     |   9 +
 .../sling/ide/content/sync/fs/FSResources.java}    |  21 +--
 .../content/sync/fs/impl/FSWorkspaceProject.java   |   2 +-
 .../sling/ide/content/sync/fs}/package-info.java   |   3 +-
 .../content/sync/fs/impl/MockFilterLocator.java    |   2 +-
 20 files changed, 647 insertions(+), 92 deletions(-)
 create mode 100644 cli/cli/bnd.bnd
 copy {shared/modules/api => cli/cli}/pom.xml (73%)
 create mode 100644 
cli/cli/src/main/java/org/apache/sling/ide/cli/impl/ContentSync.java
 create mode 100644 
cli/cli/src/main/java/org/apache/sling/ide/cli/impl/DirWatcher.java
 copy 
shared/modules/impl-vlt/src/test/java/org/apache/sling/ide/impl/vlt/Slf4jLogger.java
 => cli/cli/src/main/java/org/apache/sling/ide/cli/impl/Slf4jLoggerFactory.java 
(69%)
 create mode 100644 
cli/cli/src/test/java/org/apache/sling/ide/cli/impl/DirWatcherTest.java
 create mode 100644 cli/dist/.gitignore
 create mode 100755 cli/dist/assemble-app.sh
 create mode 100644 cli/dist/features/clisync.json
 copy {shared/modules/sync-fs => cli/dist}/pom.xml (69%)
 create mode 100755 cli/dist/run-app.sh
 copy {shared/modules => cli}/pom.xml (84%)
 create mode 100644 shared/modules/sync-fs/bnd.bnd
 copy 
shared/modules/{api/src/main/java/org/apache/sling/ide/sync/content/WorkspacePaths.java
 => 
sync-fs/src/main/java/org/apache/sling/ide/content/sync/fs/FSResources.java} 
(64%)
 copy shared/modules/{api/src/main/java/org/apache/sling/ide/sync/content => 
sync-fs/src/main/java/org/apache/sling/ide/content/sync/fs}/package-info.java 
(94%)

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to