Code Search for Developers
 
 
  

maven.xml from PeerWriter at Krugle


Show maven.xml syntax highlighted

<project default="dist:build-bin" 
         xmlns:j="jelly:core" 
         xmlns:ant="jelly:ant"
         xmlns:doc="doc"
         xmlns:maven="jelly:maven" >

    <!-- define the classpath used to run examples -->
    <goal name="create-classpath" prereqs="java:compile,test:compile">
        <path id="test.classpath">
            <pathelement path="${maven.build.dest}"/>
            <pathelement path="target/classes"/>
            <pathelement path="target/test-classes"/>
            <pathelement path="src/"/>
            <path refid="maven.dependency.classpath"/>
        </path>
    </goal>

    <postGoal name="clean:clean">
        <delete>
            <fileset dir="${basedir}" includes="junit*.properties"/>
            <fileset dir="${basedir}" includes="javadoc*"/>
        </delete>
    </postGoal>

    <postGoal name="dist:prepare-bin-filesystem">
        <ant:copy todir="${maven.dist.bin.assembly.dir}">
            <fileset dir=".">
                <include name="build.xml" />
                <include name="maven.xml" />
                <include name="project.properties" />
                <include name="project.xml" />
                <include name="LICENSE*" />
                <include name="lib/**" />
                <include name="src/**" />
                <include name="xdocs/**" />
                <include name="xml/**" />
            </fileset>
        </ant:copy>
        <ant:copy todir="${maven.dist.bin.assembly.dir}/docs">
            <fileset dir="target/docs"/>
        </ant:copy>
    </postGoal>

    <postGoal name="dist:prepare-src-filesystem">
        <ant:copy todir="${maven.dist.src.assembly.dir}/lib">
            <fileset dir="lib"/>
        </ant:copy>
    </postGoal>

    <preGoal name="site">
        <attainGoal name="docbook:transform"/>
    </preGoal>

</project>




See more files for this project here

PeerWriter

PeerWriter is a collaborative text editor. Multiple peers can edit the same document while they see overall changes in real-time. PeerWriter is based on a decentralized infrastructure, using a non-locking concurrency protocol ensuring global consistency.

Project homepage: http://sourceforge.net/projects/peerwriter
Programming language(s): Java,XML
License: gpl2

  docs/
    apidocs/
      org/
        dom4j/
          bean/
          class-use/
          datatype/
          dom/
          dtd/
          io/
          jaxb/
          rule/
          swing/
          tree/
          util/
          xpath/
          xpp/
          Attribute.html
          Branch.html
          CDATA.html
          CharacterData.html
          Comment.html
          Document.html
          DocumentException.html
          DocumentFactory.html
          DocumentHelper.html
          DocumentType.html
          Element.html
          ElementHandler.html
          ElementPath.html
          Entity.html
          IllegalAddException.html
          InvalidXPathException.html
          Namespace.html
          Node.html
          NodeFilter.html
          ProcessingInstruction.html
          QName.html
          Text.html
          Visitor.html
          VisitorSupport.html
          XPath.html
          XPathException.html
          package-frame.html
          package-summary.html
          package-tree.html
          package-use.html
      resources/
        inherit.gif
      allclasses-frame.html
      allclasses-noframe.html
      constant-values.html
      deprecated-list.html
      help-doc.html
      index-all.html
      index.html
      overview-frame.html
      overview-summary.html
      overview-tree.html
      package-list
      packages.html
      serialized-form.html
      stylesheet.css
    benchmarks/
      xpath/
    clover/
      img/
      org/
      all-classes.html
      all-pkgs.html
    images/
    style/
    xref/
    xref-test/
    changelog-report.html
    changes-report.html
    changes.rss
    checkstyle-report.html
    checkstyle.rss
    compare.html
    cookbook.html
    cvs-usage.html
    dependencies.html
    developer-activity-report.html
    download.html
    downloads.html
    faq.html
    file-activity-report.html
    goals.html
    guide.html
    index.html
    issue-tracking.html
    javadoc-warnings-report.html
    javadoc.html
    jdepend-report.html
    junit-report.html
    license.html
    mail-lists.html
    maven-reports.html
    project-info.html
    status.html
    team-list.html
  lib/
  src/
  xdocs/
  xml/
  LICENSE.txt
  build.xml
  dom4j-1.6.1.jar
  maven.xml
  project.properties
  project.xml