You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/06/12 16:11:54 UTC

cvs commit: maven-plugins/abbot/src/plugin-test/sample-webstart/src/webapp sample.jnlp

vmassol     2004/06/12 07:11:54

  Modified:    abbot/src/plugin-test/sample-webstart/src/webapp sample.jnlp
  Log:
  Binary --> Ascii
  
  Revision  Changes    Path
  1.2       +18 -18    maven-plugins/abbot/src/plugin-test/sample-webstart/src/webapp/sample.jnlp
  
  Index: sample.jnlp
  ===================================================================
  RCS file: /home/cvs/maven-plugins/abbot/src/plugin-test/sample-webstart/src/webapp/sample.jnlp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sample.jnlp	12 Jun 2004 14:10:25 -0000	1.1
  +++ sample.jnlp	12 Jun 2004 14:11:54 -0000	1.2
  @@ -1,19 +1,19 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  -
  -<jnlp href="sample.jnlp" spec="1.0+" codebase="http://localhost:8081/maven-abbot-plugin-test-sample-webstart/">
  -  <information>
  -    <title>Sample webstart application</title>
  -    <vendor>Apache Software Foundation</vendor>
  -    <homepage href="index.html"/>
  -    <description>Sample webstart application</description>
  -    <description kind="short">Sample webstart application</description>
  -  </information>
  -  <security>
  -  	<all-permissions/>
  -  </security>
  -  <resources>
  -    <j2se version="1.3+"/>
  -    <jar href="maven-abbot-plugin-test-sample-local-1.0.jar"/>
  -  </resources>
  -  <application-desc main-class="org.apache.maven.abbot.sample.Main"/>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
  +<jnlp href="sample.jnlp" spec="1.0+" codebase="http://localhost:8081/maven-abbot-plugin-test-sample-webstart/">
  +  <information>
  +    <title>Sample webstart application</title>
  +    <vendor>Apache Software Foundation</vendor>
  +    <homepage href="index.html"/>
  +    <description>Sample webstart application</description>
  +    <description kind="short">Sample webstart application</description>
  +  </information>
  +  <security>
  +  	<all-permissions/>
  +  </security>
  +  <resources>
  +    <j2se version="1.3+"/>
  +    <jar href="maven-abbot-plugin-test-sample-local-1.0.jar"/>
  +  </resources>
  +  <application-desc main-class="org.apache.maven.abbot.sample.Main"/>
   </jnlp>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org