This is an automated email from the ASF dual-hosted git repository. geertjan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-l10n.git
commit 0482724aa6afbc9cf7386112b5d692b3087b7b28 Author: Boris Heithecker <boris.heithec...@gmx.net> AuthorDate: Sat Feb 8 11:02:08 2020 +0100 Added locale_de/ stub for german, added .gitignore, added l10nantext.jar ant lib. --- .gitignore | 5 ++ l10nantext.jar | Bin 0 -> 11047 bytes locale_de/build.xml | 70 +++++++++++++++++++++ locale_de/manifest.mf | 6 ++ locale_de/nbproject/build-impl.xml | 42 +++++++++++++ locale_de/nbproject/platform.properties | 33 ++++++++++ locale_de/nbproject/project.properties | 18 ++++++ locale_de/nbproject/project.xml | 32 ++++++++++ .../org/apache/netbeans/l10n/de/Bundle.properties | 17 +++++ 9 files changed, 223 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ce6fc6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/locale_*/release/ +/locale_*/build/ +/locale_*/dist/ +/locale_*/nbproject/private/ +/locale_*/nbproject/genfiles.properties diff --git a/l10nantext.jar b/l10nantext.jar new file mode 100644 index 0000000..ea4dd6e Binary files /dev/null and b/l10nantext.jar differ diff --git a/locale_de/build.xml b/locale_de/build.xml new file mode 100644 index 0000000..27d5591 --- /dev/null +++ b/locale_de/build.xml @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> +<project name="org.apache.netbeans.l10n.de" default="netbeans" basedir="."> + <description>Builds, tests, and runs the project org.apache.netbeans.l10n.de.</description> + <import file="nbproject/build-impl.xml"/> + + <target name="build" depends="build-language-jars,projectized-common.build"/> + + <target name="build-language-jars"> + <!-- <taskdef name="jhindexer" + classname="org.netbeans.nbbuild.JHIndexer" + classpath="${nbantext.jar}"/> +<taskdef name="locjhindexer" + classname="org.netbeans.nbbuild.LocJHIndexer" + classpath="${nbantext.jar}"/>--> + <!-- <taskdef name="repeat" + classname="org.netbeans.nbbuild.Repeat" + classpath="${nbantext.jar}"/> --> + + <!--<property name="locjhindexer.jhall" value="${main.dir}/${jh.jar}"/>--> + <!--<property name="locales" value="ja,zh_CN,pt_BR"/>--> + <property name="locales" value="de"/> + <property name="dist.dir" location="locsrc"/> + <property name="nbms.dist.dir" location="nbms"/> + <property name="nbms.dir" location="../nbbuild/nbms"/> + <property name="keystore" location=""/> + <property name="storepass" value=""/> + <property name="nbm_alias" value="nb_ide"/> + + <taskdef name="package-build" classname="org.netbeans.l10n.Package"> + <classpath> + <pathelement path="../l10nantext.jar"/> + <!--<pathelement path="nbantext.jar"/>--> + </classpath> + </taskdef> + <package-build src="locsrc" locales="${locales}" dist="release/modules/locale" nbms="${nbms.dir}" nbmsDist="${nbms.dist.dir}" + keystore="${keystore}" storepass="${storepass}" alias="${nbm_alias}"> + <classpath> + <pathelement location="nbantext.jar"/> + <fileset dir="${main.dir}"> + <include name="apisupport.harness/external/jsearch*.jar"/> + </fileset> + <fileset dir="${netbeans.dest.dir}"> + <include name="harness/jsearch*.jar"/> + </fileset> + </classpath> + </package-build> + <!--<repeat target="copy-docs-for-locale" name="one.locale" values="${locales}"/>--> + </target> + +</project> diff --git a/locale_de/manifest.mf b/locale_de/manifest.mf new file mode 100644 index 0000000..7512f3a --- /dev/null +++ b/locale_de/manifest.mf @@ -0,0 +1,6 @@ +Manifest-Version: 1.0 +AutoUpdate-Show-In-Client: true +OpenIDE-Module: org.apache.netbeans.l10n.de +OpenIDE-Module-Localizing-Bundle: org/apache/netbeans/l10n/de/Bundle.properties +OpenIDE-Module-Specification-Version: 0.0.1 + diff --git a/locale_de/nbproject/build-impl.xml b/locale_de/nbproject/build-impl.xml new file mode 100644 index 0000000..e6453b1 --- /dev/null +++ b/locale_de/nbproject/build-impl.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +*** GENERATED FROM project.xml - DO NOT EDIT *** +*** EDIT ../build.xml INSTEAD *** +--> +<project name="org.apache.netbeans.localize.de-impl" basedir=".."> + <fail message="Please build using Ant 1.7.1 or higher."> + <condition> + <not> + <antversion atleast="1.7.1"/> + </not> + </condition> + </fail> + <property file="nbproject/private/platform-private.properties"/> + <property file="nbproject/platform.properties"/> + <macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2"> + <attribute name="name"/> + <attribute name="value"/> + <sequential> + <property name="@{name}" value="${@{value}}"/> + </sequential> + </macrodef> + <macrodef name="evalprops" uri="http://www.netbeans.org/ns/nb-module-project/2"> + <attribute name="property"/> + <attribute name="value"/> + <sequential> + <property name="@{property}" value="@{value}"/> + </sequential> + </macrodef> + <property file="${user.properties.file}"/> + <nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/> + <nbmproject2:property name="nbplatform.active.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/> + <nbmproject2:evalprops property="cluster.path.evaluated" value="${cluster.path}" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/> + <fail message="Path to 'platform' cluster missing in $${cluster.path} property or using corrupt Netbeans Platform (missing harness)."> + <condition> + <not> + <contains string="${cluster.path.evaluated}" substring="platform"/> + </not> + </condition> + </fail> + <import file="${harness.dir}/build.xml"/> +</project> diff --git a/locale_de/nbproject/platform.properties b/locale_de/nbproject/platform.properties new file mode 100644 index 0000000..f94a320 --- /dev/null +++ b/locale_de/nbproject/platform.properties @@ -0,0 +1,33 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +cluster.path=\ + ${nbplatform.active.dir}/groovy:\ + ${nbplatform.active.dir}/ide:\ + ${nbplatform.active.dir}/java:\ + ${nbplatform.active.dir}/enterprise:\ + ${nbplatform.active.dir}/websvccommon:\ + ${nbplatform.active.dir}/javafx:\ + ${nbplatform.active.dir}/profiler:\ + ${nbplatform.active.dir}/nb:\ + ${nbplatform.active.dir}/php:\ + ${nbplatform.active.dir}/platform:\ + ${nbplatform.active.dir}/harness:\ + ${nbplatform.active.dir}/apisupport:\ + ${nbplatform.active.dir}/webcommon:\ + ${nbplatform.active.dir}/extide:\ + ${nbplatform.active.dir}/ergonomics +nbplatform.active=default \ No newline at end of file diff --git a/locale_de/nbproject/project.properties b/locale_de/nbproject/project.properties new file mode 100644 index 0000000..4cdfb33 --- /dev/null +++ b/locale_de/nbproject/project.properties @@ -0,0 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +javac.source=1.8 +javac.compilerargs=-Xlint -Xlint:-serial \ No newline at end of file diff --git a/locale_de/nbproject/project.xml b/locale_de/nbproject/project.xml new file mode 100644 index 0000000..ea6a936 --- /dev/null +++ b/locale_de/nbproject/project.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> +<project xmlns="http://www.netbeans.org/ns/project/1"> + <type>org.netbeans.modules.apisupport.project</type> + <configuration> + <data xmlns="http://www.netbeans.org/ns/nb-module-project/3"> + <code-name-base>org.apache.netbeans.l10n.de</code-name-base> + <standalone/> + <module-dependencies/> + <public-packages/> + </data> + </configuration> +</project> diff --git a/locale_de/src/org/apache/netbeans/l10n/de/Bundle.properties b/locale_de/src/org/apache/netbeans/l10n/de/Bundle.properties new file mode 100644 index 0000000..e059f36 --- /dev/null +++ b/locale_de/src/org/apache/netbeans/l10n/de/Bundle.properties @@ -0,0 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +OpenIDE-Module-Name=German --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists