Lines Matching full:properties
90 # Definition of the attributes we read from source.properties or manifest.ini
97 # source.properties | to repository.xml | where XML can be used
99 # from source.properties for repository.xml packages
112 # from source.properties for addon.xml packages
324 # from the source.properties or the manifest.ini. We'll take
349 if unzip -t "$SRC" | grep -qs "source.properties" ; then
350 # Extract Source Properties
352 unzip -j -q -o -d "$TMP_DIR" "$SRC" "*/source.properties"
353 PROPS="$TMP_DIR/source.properties"
371 error "Failed to find source.properties or manifest.ini in $SRC"