2 Replies Latest reply on Jul 3, 2014 8:35 AM by dmlloyd

    Wildcards possible in modules systemdependencies?

    lindner

      Wehn I need two or more System classes in a commen subtree like e.g.

       

          <dependencies>

              <system export="true">   

                  <paths>   

                      <path name="javax/crypto/spec"/>

                      <path name="javax/crypto"/>

                  </paths>

              </sytem>

          </dependencies>

       

      Is there a way to specify this with some wildcards? Like e.g.

       

          <dependencies>

              <system export="true">   

                  <paths>   

                      <path name="javax/crypto/*"/>

                  </paths>

              </sytem>

          </dependencies>