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

matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-tools.git.


    from 873140d  Merge pull request #30 from matthiasblaesing/icon-plugincenter
     new da78980  [NETBEANS-4378] Ensure module info in catalog and module info 
is aligned
     new d1309a5  [NETBEANS-4378] Extract data for OSGI jars and downloadsize
     new 45bd970  [NETBEANS-4378] Autoupdate code expects URLs to end with .jar 
for OSGI jars and .nbm for NetBeans modules
     new da43068  Fix warnings observed while testing update center catalog 
generation
     new fc403a8  Merge pull request #31 from matthiasblaesing/pp3-updatecatalog

The 134 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:
 .gitignore                                         |   1 +
 pp3/config/pp3.sql                                 |   3 +
 .../Application/external/osgi-jar-parser.jar       | Bin 0 -> 8955 bytes
 .../Application/external/osgi-jar-parser/pom.xml   |  58 ++++
 .../helper/osgi/jar/parser/MakeUpdateDesc.java     | 307 +++++++++++++++++++++
 .../src/Application/Controller/AdminController.php |  14 +-
 .../src/Application/Controller/BaseController.php  |   4 +
 .../src/Application/Controller/IndexController.php |  18 +-
 .../Application/Controller/PluginController.php    |   8 +-
 .../Controller/PluginVersionController.php         |  15 +-
 .../Controller/VerificationController.php          |  17 +-
 .../src/Application/Entity/Base/PluginVersion.php  |  29 ++
 .../Entity/Base/VerificationRequest.php            |   2 +-
 .../src/Application/Entity/PluginVersion.php       |   8 +
 .../Application/src/Application/Pp/Catalog.php     | 247 ++++++++++++++---
 .../view/application/index/catalogue.phtml         |   5 +-
 .../view/partials/_nbVersion-select.phtml          |   1 +
 17 files changed, 651 insertions(+), 86 deletions(-)
 create mode 100644 pp3/module/Application/external/osgi-jar-parser.jar
 create mode 100644 pp3/module/Application/external/osgi-jar-parser/pom.xml
 create mode 100644 
pp3/module/Application/external/osgi-jar-parser/src/main/java/org/apache/netbeans/website/helper/osgi/jar/parser/MakeUpdateDesc.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to