Skip to content

Commit

Permalink
Fixing quickstart XML references to provider
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Nov 27, 2024
1 parent 2e9660d commit 9bfab80
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,23 @@
<Arg><Property name="jetty.quickstart.mode"/></Arg>
</Call>

<Ref refid="WebAppProvider-ee10">
<Get name="properties">
<Put name="jetty.deploy.attribute.org.eclipse.jetty.quickstart.mode"><Property name="jetty.quickstart.mode"/></Put>
<Put name="jetty.deploy.attribute.org.eclipse.jetty.quickstart.origin"><Property name="jetty.quickstart.origin"/></Put>
<Put name="jetty.deploy.attribute.org.eclipse.jetty.quickstart.xml"><Property name="jetty.quickstart.xml"/></Put>
</Get>
</Ref>
<Call name="setAttribute">
<Arg>jetty.deploy.attribute.org.eclipse.jetty.quickstart.mode</Arg>
<Arg>
<Property name="jetty.quickstart.mode" />
</Arg>
</Call>
<Call name="setAttribute">
<Arg>jetty.deploy.attribute.org.eclipse.jetty.quickstart.origin</Arg>
<Arg>
<Property name="jetty.quickstart.origin" />
</Arg>
</Call>
<Call name="setAttribute">
<Arg>jetty.deploy.attribute.org.eclipse.jetty.quickstart.xml</Arg>
<Arg>
<Property name="jetty.quickstart.xml" />
</Arg>
</Call>

</Configure>
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,22 @@
<Arg><Property name="jetty.quickstart.mode"/></Arg>
</Call>

<Ref refid="WebAppProvider">
<Get name="properties">
<Put name="jetty.deploy.attribute.org.eclipse.jetty.quickstart.mode"><Property name="jetty.quickstart.mode"/></Put>
<Put name="jetty.deploy.attribute.org.eclipse.jetty.quickstart.origin"><Property name="jetty.quickstart.origin"/></Put>
<Put name="jetty.deploy.attribute.org.eclipse.jetty.quickstart.xml"><Property name="jetty.quickstart.xml"/></Put>
</Get>
</Ref>

<Call name="setAttribute">
<Arg>jetty.deploy.attribute.org.eclipse.jetty.quickstart.mode</Arg>
<Arg>
<Property name="jetty.quickstart.mode" />
</Arg>
</Call>
<Call name="setAttribute">
<Arg>jetty.deploy.attribute.org.eclipse.jetty.quickstart.origin</Arg>
<Arg>
<Property name="jetty.quickstart.origin" />
</Arg>
</Call>
<Call name="setAttribute">
<Arg>jetty.deploy.attribute.org.eclipse.jetty.quickstart.xml</Arg>
<Arg>
<Property name="jetty.quickstart.xml" />
</Arg>
</Call>
</Configure>
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,23 @@
<Arg><Property name="jetty.quickstart.mode"/></Arg>
</Call>

<Ref refid="WebAppProvider-ee8">
<Get name="properties">
<Put name="jetty.deploy.attribute.org.eclipse.jetty.quickstart.mode"><Property name="jetty.quickstart.mode"/></Put>
<Put name="jetty.deploy.attribute.org.eclipse.jetty.quickstart.origin"><Property name="jetty.quickstart.origin"/></Put>
<Put name="jetty.deploy.attribute.org.eclipse.jetty.quickstart.xml"><Property name="jetty.quickstart.xml"/></Put>
</Get>
</Ref>
<Call name="setAttribute">
<Arg>jetty.deploy.attribute.org.eclipse.jetty.quickstart.mode</Arg>
<Arg>
<Property name="jetty.quickstart.mode" />
</Arg>
</Call>
<Call name="setAttribute">
<Arg>jetty.deploy.attribute.org.eclipse.jetty.quickstart.origin</Arg>
<Arg>
<Property name="jetty.quickstart.origin" />
</Arg>
</Call>
<Call name="setAttribute">
<Arg>jetty.deploy.attribute.org.eclipse.jetty.quickstart.xml</Arg>
<Arg>
<Property name="jetty.quickstart.xml" />
</Arg>
</Call>

</Configure>
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,23 @@
<Arg><Property name="jetty.quickstart.mode"/></Arg>
</Call>

<Ref refid="WebAppProvider-ee9">
<Get name="properties">
<Put name="jetty.deploy.attribute.org.eclipse.jetty.quickstart.mode"><Property name="jetty.quickstart.mode"/></Put>
<Put name="jetty.deploy.attribute.org.eclipse.jetty.quickstart.origin"><Property name="jetty.quickstart.origin"/></Put>
<Put name="jetty.deploy.attribute.org.eclipse.jetty.quickstart.xml"><Property name="jetty.quickstart.xml"/></Put>
</Get>
</Ref>
<Call name="setAttribute">
<Arg>jetty.deploy.attribute.org.eclipse.jetty.quickstart.mode</Arg>
<Arg>
<Property name="jetty.quickstart.mode" />
</Arg>
</Call>
<Call name="setAttribute">
<Arg>jetty.deploy.attribute.org.eclipse.jetty.quickstart.origin</Arg>
<Arg>
<Property name="jetty.quickstart.origin" />
</Arg>
</Call>
<Call name="setAttribute">
<Arg>jetty.deploy.attribute.org.eclipse.jetty.quickstart.xml</Arg>
<Arg>
<Property name="jetty.quickstart.xml" />
</Arg>
</Call>

</Configure>

0 comments on commit 9bfab80

Please sign in to comment.