google-code-export / multimedia-portal

Automatically exported from code.google.com/p/multimedia-portal
1 stars 0 forks source link

Configure netbeans #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
http://wiki.netbeans.org/FaqChangeUserGlobal

user=demchuck.dima@gmail.com

install plugins

Original issue reported on code.google.com by demchuck...@gmail.com on 12 Apr 2010 at 10:55

Attachments:

GoogleCodeExporter commented 9 years ago
 How to globally change the user name that is used in file templates?

   1. Go to Tools | Templates.
   2. Scroll to the end of the Template Manager and expand 'User Configuration
Properties'.
   3. Select 'User.properties' and click 'Open in Editor'.
   4. Now you can add the above and set your own value, for example: 

user=DonaldDuck@disney.com

Now, whenever you have ${user} in a file template, you will find the above value
generated into the file that you create using that template. 

Original comment by demchuck...@gmail.com on 12 Apr 2010 at 10:56

GoogleCodeExporter commented 9 years ago

Original comment by demchuck...@gmail.com on 12 Apr 2010 at 6:13

GoogleCodeExporter commented 9 years ago
change Tools | Templates | Licenses | license-apache20.txt
to this

<#if licenseFirst??>
${licenseFirst}
</#if>
${licensePrefix} Copyright ${date?date?string("yyyy")} ${user}
${licensePrefix}
${licensePrefix} Licensed under the Apache License, Version 2.0 (the "License");
${licensePrefix} you may not use this file except in compliance with the 
License.
${licensePrefix} You may obtain a copy of the License at
${licensePrefix}
${licensePrefix}      http://www.apache.org/licenses/LICENSE-2.0
${licensePrefix}
${licensePrefix} Unless required by applicable law or agreed to in writing, 
software
${licensePrefix} distributed under the License is distributed on an "AS IS" 
BASIS,
${licensePrefix} WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.
${licensePrefix} See the License for the specific language governing 
permissions and
${licensePrefix} limitations under the License.
<#if licenseLast??>
${licenseLast}
</#if>

Original comment by demchuck...@gmail.com on 13 Apr 2010 at 8:36

GoogleCodeExporter commented 9 years ago

Original comment by demchuck...@gmail.com on 13 Apr 2010 at 8:37