-
Notifications
You must be signed in to change notification settings - Fork 46
/
org.apache.sling.feature.launcher-1.3.0.diffoscope
148 lines (118 loc) · 9.61 KB
/
org.apache.sling.feature.launcher-1.3.0.diffoscope
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
1 / 2 target/reference/org.apache.sling.feature.launcher-1.3.0.tar.gz target/org.apache.sling.feature.launcher-1.3.0.tar.gz
--- target/reference/org.apache.sling.feature.launcher-1.3.0.tar.gz
+++ target/org.apache.sling.feature.launcher-1.3.0.tar.gz
├── org.apache.sling.feature.launcher-1.3.0.tar
│ ├── file list
│ │ @@ -1,10 +1,10 @@
│ │ -rw-rw-rw- 0 root (0) root (0) 4100 2023-02-08 14:46:17.000000 org.apache.sling.feature.launcher-1.3.0/README.md
│ │ -rw-r--r-- 0 root (0) root (0) 13557 2023-02-08 14:46:17.000000 org.apache.sling.feature.launcher-1.3.0/LICENSE
│ │ --rw-r--r-- 0 root (0) root (0) 178 2023-02-08 14:46:17.000000 org.apache.sling.feature.launcher-1.3.0/NOTICE
│ │ +-rw-rw-r-- 0 root (0) root (0) 178 2023-02-08 14:46:17.000000 org.apache.sling.feature.launcher-1.3.0/NOTICE
│ │ drwxr-xr-x 0 root (0) root (0) 0 2023-02-08 14:46:17.000000 org.apache.sling.feature.launcher-1.3.0/bin/
│ │ -rwxr-xr-x 0 root (0) root (0) 3777 2023-02-08 14:46:17.000000 org.apache.sling.feature.launcher-1.3.0/bin/launcher
│ │ -rwxr-xr-x 0 root (0) root (0) 3232 2023-02-08 14:46:17.000000 org.apache.sling.feature.launcher-1.3.0/bin/launcher.bat
│ │ drwxr-xr-x 0 root (0) root (0) 0 2023-02-08 14:46:17.000000 org.apache.sling.feature.launcher-1.3.0/lib/
│ │ -rw-r--r-- 0 root (0) root (0) 53820 2023-02-08 14:46:17.000000 org.apache.sling.feature.launcher-1.3.0/lib/commons-cli-1.4.jar
│ │ -rw-r--r-- 0 root (0) root (0) 587402 2023-02-08 14:46:17.000000 org.apache.sling.feature.launcher-1.3.0/lib/commons-lang3-3.12.0.jar
│ │ -rw-r--r-- 0 root (0) root (0) 238400 2023-02-08 14:46:17.000000 org.apache.sling.feature.launcher-1.3.0/lib/commons-text-1.10.0.jar
│ ├── org.apache.sling.feature.launcher-1.3.0/bin/launcher
│ │ @@ -109,15 +109,15 @@
│ │ [ -n "$CLASSPATH" ] && CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
│ │ [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"`
│ │ [ -n "$HOME" ] && HOME=`cygpath --path --windows "$HOME"`
│ │ [ -n "$BASEDIR" ] && BASEDIR=`cygpath --path --windows "$BASEDIR"`
│ │ [ -n "$REPO" ] && REPO=`cygpath --path --windows "$REPO"`
│ │ fi
│ │
│ │ -exec "$JAVACMD" $JAVA_OPTS -Dproject.artifactId=org.apache.sling.feature.launcher -Dproject.version=1.3.0 -Dbuild.timestamp=2023-02-08T14:46:37Z -Dfile.encoding=UTF-8 \
│ │ +exec "$JAVACMD" $JAVA_OPTS -Dproject.artifactId=org.apache.sling.feature.launcher -Dproject.version=1.3.0 -Dbuild.timestamp=2023-02-19T14:31:09Z -Dfile.encoding=UTF-8 \
│ │ -classpath "$CLASSPATH" \
│ │ -Dapp.name="launcher" \
│ │ -Dapp.pid="$$" \
│ │ -Dapp.repo="$REPO" \
│ │ -Dapp.home="$BASEDIR" \
│ │ -Dbasedir="$BASEDIR" \
│ │ org.apache.sling.feature.launcher.impl.Main \
│ ├── org.apache.sling.feature.launcher-1.3.0/bin/launcher.bat
│ │ @@ -74,15 +74,15 @@
│ │ if NOT "%ENDORSED_DIR%" == "" set CLASSPATH="%BASEDIR%"\%ENDORSED_DIR%\*;%CLASSPATH%
│ │
│ │ if NOT "%CLASSPATH_PREFIX%" == "" set CLASSPATH=%CLASSPATH_PREFIX%;%CLASSPATH%
│ │
│ │ @REM Reaching here means variables are defined and arguments have been captured
│ │ :endInit
│ │
│ │ -%JAVACMD% %JAVA_OPTS% -Dproject.artifactId=org.apache.sling.feature.launcher -Dproject.version=1.3.0 -Dbuild.timestamp=2023-02-08T14:46:37Z -Dfile.encoding=UTF-8 -classpath %CLASSPATH% -Dapp.name="launcher" -Dapp.repo="%REPO%" -Dapp.home="%BASEDIR%" -Dbasedir="%BASEDIR%" org.apache.sling.feature.launcher.impl.Main %CMD_LINE_ARGS%
│ │ +%JAVACMD% %JAVA_OPTS% -Dproject.artifactId=org.apache.sling.feature.launcher -Dproject.version=1.3.0 -Dbuild.timestamp=2023-02-19T14:31:09Z -Dfile.encoding=UTF-8 -classpath %CLASSPATH% -Dapp.name="launcher" -Dapp.repo="%REPO%" -Dapp.home="%BASEDIR%" -Dbasedir="%BASEDIR%" org.apache.sling.feature.launcher.impl.Main %CMD_LINE_ARGS%
│ │ if %ERRORLEVEL% NEQ 0 goto error
│ │ goto end
│ │
│ │ :error
│ │ if "%OS%"=="Windows_NT" @endlocal
│ │ set ERROR_CODE=%ERRORLEVEL%
2 / 2 target/reference/org.apache.sling.feature.launcher-1.3.0.zip target/org.apache.sling.feature.launcher-1.3.0.zip
--- target/reference/org.apache.sling.feature.launcher-1.3.0.zip
+++ target/org.apache.sling.feature.launcher-1.3.0.zip
├── zipinfo {}
│ @@ -1,14 +1,14 @@
│ -Zip file size: 1995902 bytes, number of entries: 21
│ +Zip file size: 1995903 bytes, number of entries: 21
│ drwxr-xr-x 2.0 unx 0 b- stor 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/
│ drwxr-xr-x 2.0 unx 0 b- stor 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/bin/
│ drwxr-xr-x 2.0 unx 0 b- stor 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/lib/
│ -rw-rw-rw- 2.0 unx 4100 b- defN 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/README.md
│ -rw-r--r-- 2.0 unx 13557 b- defN 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/LICENSE
│ --rw-r--r-- 2.0 unx 178 b- defN 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/NOTICE
│ +-rw-rw-r-- 2.0 unx 178 b- defN 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/NOTICE
│ -rwxr-xr-x 2.0 unx 3777 b- defN 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/bin/launcher
│ -rwxr-xr-x 2.0 unx 3232 b- defN 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/bin/launcher.bat
│ -rw-r--r-- 2.0 unx 53820 b- defN 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/lib/commons-cli-1.4.jar
│ -rw-r--r-- 2.0 unx 587402 b- defN 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/lib/commons-lang3-3.12.0.jar
│ -rw-r--r-- 2.0 unx 238400 b- defN 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/lib/commons-text-1.10.0.jar
│ -rw-r--r-- 2.0 unx 46260 b- defN 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/lib/jakarta.json-api-2.0.2.jar
│ -rw-r--r-- 2.0 unx 158146 b- defN 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/lib/johnzon-core-1.2.19-jakarta.jar
│ @@ -16,8 +16,8 @@
│ -rw-r--r-- 2.0 unx 207894 b- defN 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/lib/org.apache.sling.feature-2.0.0.jar
│ -rw-r--r-- 2.0 unx 70796 b- defN 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/lib/org.apache.sling.feature.launcher-1.3.0.jar
│ -rw-r--r-- 2.0 unx 169828 b- defN 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/lib/org.osgi.util.converter-1.0.9.jar
│ -rw-r--r-- 2.0 unx 12548 b- defN 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/lib/org.osgi.util.function-1.0.0.jar
│ -rw-r--r-- 2.0 unx 556893 b- defN 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/lib/osgi.core-8.0.0.jar
│ -rw-r--r-- 2.0 unx 41203 b- defN 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/lib/slf4j-api-1.7.25.jar
│ -rw-r--r-- 2.0 unx 15257 b- defN 23-Feb-08 14:46 org.apache.sling.feature.launcher-1.3.0/lib/slf4j-simple-1.7.25.jar
│ -21 files, 2231436 bytes uncompressed, 1991662 bytes compressed: 10.7%
│ +21 files, 2231436 bytes uncompressed, 1991663 bytes compressed: 10.7%
├── org.apache.sling.feature.launcher-1.3.0/bin/launcher
│ @@ -109,15 +109,15 @@
│ [ -n "$CLASSPATH" ] && CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
│ [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"`
│ [ -n "$HOME" ] && HOME=`cygpath --path --windows "$HOME"`
│ [ -n "$BASEDIR" ] && BASEDIR=`cygpath --path --windows "$BASEDIR"`
│ [ -n "$REPO" ] && REPO=`cygpath --path --windows "$REPO"`
│ fi
│
│ -exec "$JAVACMD" $JAVA_OPTS -Dproject.artifactId=org.apache.sling.feature.launcher -Dproject.version=1.3.0 -Dbuild.timestamp=2023-02-08T14:46:37Z -Dfile.encoding=UTF-8 \
│ +exec "$JAVACMD" $JAVA_OPTS -Dproject.artifactId=org.apache.sling.feature.launcher -Dproject.version=1.3.0 -Dbuild.timestamp=2023-02-19T14:31:09Z -Dfile.encoding=UTF-8 \
│ -classpath "$CLASSPATH" \
│ -Dapp.name="launcher" \
│ -Dapp.pid="$$" \
│ -Dapp.repo="$REPO" \
│ -Dapp.home="$BASEDIR" \
│ -Dbasedir="$BASEDIR" \
│ org.apache.sling.feature.launcher.impl.Main \
├── org.apache.sling.feature.launcher-1.3.0/bin/launcher.bat
│ @@ -74,15 +74,15 @@
│ if NOT "%ENDORSED_DIR%" == "" set CLASSPATH="%BASEDIR%"\%ENDORSED_DIR%\*;%CLASSPATH%
│
│ if NOT "%CLASSPATH_PREFIX%" == "" set CLASSPATH=%CLASSPATH_PREFIX%;%CLASSPATH%
│
│ @REM Reaching here means variables are defined and arguments have been captured
│ :endInit
│
│ -%JAVACMD% %JAVA_OPTS% -Dproject.artifactId=org.apache.sling.feature.launcher -Dproject.version=1.3.0 -Dbuild.timestamp=2023-02-08T14:46:37Z -Dfile.encoding=UTF-8 -classpath %CLASSPATH% -Dapp.name="launcher" -Dapp.repo="%REPO%" -Dapp.home="%BASEDIR%" -Dbasedir="%BASEDIR%" org.apache.sling.feature.launcher.impl.Main %CMD_LINE_ARGS%
│ +%JAVACMD% %JAVA_OPTS% -Dproject.artifactId=org.apache.sling.feature.launcher -Dproject.version=1.3.0 -Dbuild.timestamp=2023-02-19T14:31:09Z -Dfile.encoding=UTF-8 -classpath %CLASSPATH% -Dapp.name="launcher" -Dapp.repo="%REPO%" -Dapp.home="%BASEDIR%" -Dbasedir="%BASEDIR%" org.apache.sling.feature.launcher.impl.Main %CMD_LINE_ARGS%
│ if %ERRORLEVEL% NEQ 0 goto error
│ goto end
│
│ :error
│ if "%OS%"=="Windows_NT" @endlocal
│ set ERROR_CODE=%ERRORLEVEL%