~ubuntu-branches/ubuntu/utopic/eclipse-wtp/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2014-07-10 12:54:39 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140710125439-ixzeiqepu8m3e1z6
Tags: 3.6.0-1
* New upstream release.
* Refreshed d/patches/debian-custom-build.patch.
* Regenerate CSSTokenizer during build.
* Override codeless-jar warning in eclipse-wtp binary package.
* Override false positive source-is-missing lintian error in bundle
  org.eclipse.wst.jsdt.support.ie.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        ant -f buildNames.xml;                                            \
29
29
        ant -f buildParser.xml;
30
30
 
 
31
        # Regenerate CSSTokenizer
 
32
        cd debian/.eclipse-build/org.eclipse.wst.sse.core/DevTimeSupport && \
 
33
                CLASSPATH=/usr/share/java/JFlex.jar ant CSSTokenizer
 
34
 
31
35
        # Regenerate xpath2 parser
32
36
        cd debian/.eclipse-build/org.eclipse.wst.xml.xpath2.processor && ant generate_parser
33
37