Skip to content

Commit

Permalink
Parameterized copyright year. Set bundle vendor to "Polyglot project …
Browse files Browse the repository at this point in the history
…group".
  • Loading branch information
liujed committed Aug 14, 2015
1 parent 5d10534 commit 3e62984
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Bundle-Name: Polyglot
Main-Class: polyglot.main.Main
Bundle-SymbolicName: polyglot
Bundle-Version: 2.7.0
Bundle-Vendor: Polyglot project group
Export-Package: polyglot.ast,
polyglot.ext.jl5,
polyglot.ext.jl7,
Expand Down
1 change: 1 addition & 0 deletions META-INF/MANIFEST.MF.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Bundle-Name: Polyglot
Main-Class: polyglot.main.Main
Bundle-SymbolicName: polyglot
Bundle-Version: @version@
Bundle-Vendor: Polyglot project group
Export-Package: polyglot.ast,
polyglot.ext.jl5,
polyglot.ext.jl7,
Expand Down
4 changes: 4 additions & 0 deletions eclipse/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<tstamp>
<format property="timestamp" pattern="yyyyMMddHHmm" timezone="UTC"/>
</tstamp>
<tstamp>
<format property="year" pattern="yyyy" timezone="UTC"/>
</tstamp>
<property name="plugin.version"
value="${jl.version}.${timestamp}"/>
</target>
Expand All @@ -37,6 +40,7 @@

<!-- Copy feature.xml to the temp directory. -->
<filter token="version" value="${plugin.version}"/>
<filter token="year" value="${year}"/>
<copy tofile="${tmp}/feature.xml"
file="${basedir}/eclipse/feature.xml.in"
filtering="true"/>
Expand Down
2 changes: 1 addition & 1 deletion eclipse/feature.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<copyright
url="https://www.cs.cornell.edu/Projects/polyglot/ide/copyright.html">
Copyright (C) 2000-2015 Polyglot project group, Cornell University
Copyright (C) 2000-@year@ Polyglot project group, Cornell University
Copyright (C) 2006-2007 IBM Corporation
</copyright>

Expand Down

0 comments on commit 3e62984

Please sign in to comment.