diff --git a/ccm-cms/sql/ccm-cms/default/upgrade/6.6.2-6.6.3/upd_table_persons.sql b/ccm-cms/sql/ccm-cms/default/upgrade/6.6.2-6.6.3/upd_table_persons.sql index fe88aa720..c3af3c349 100644 --- a/ccm-cms/sql/ccm-cms/default/upgrade/6.6.2-6.6.3/upd_table_persons.sql +++ b/ccm-cms/sql/ccm-cms/default/upgrade/6.6.2-6.6.3/upd_table_persons.sql @@ -22,7 +22,7 @@ -- fedorahosted! ALTER TABLE cms_persons - ADD COLUMN dabinId INTEGER; + ADD COLUMN alias_id INTEGER REFERENCES cms_persons; ALTER TABLE cms_persons - ADD COLUMN aliasId INTEGER REFERNCES cms_persons; + ADD COLUMN dabin_id INTEGER; diff --git a/ccm-gen-aplaws/bundles/igb/AUTHORS b/ccm-gen-aplaws/bundles/igb/AUTHORS new file mode 100644 index 000000000..e69de29bb diff --git a/ccm-gen-aplaws/bundles/igb/ChangeLog b/ccm-gen-aplaws/bundles/igb/ChangeLog new file mode 100644 index 000000000..786623bdb --- /dev/null +++ b/ccm-gen-aplaws/bundles/igb/ChangeLog @@ -0,0 +1,9 @@ +* Thu Sep 22 2005 Alan Pevec +- Build all APLAWS+ bundles from the common set of templates. + +* Mon Feb 21 2005 Alan Pevec +- Requires applications. + +* Mon Jan 26 2004 Daniel Berrange +- Initial build. + diff --git a/ccm-gen-aplaws/bundles/igb/NEWS b/ccm-gen-aplaws/bundles/igb/NEWS new file mode 100644 index 000000000..e69de29bb diff --git a/ccm-gen-aplaws/bundles/igb/README b/ccm-gen-aplaws/bundles/igb/README new file mode 100644 index 000000000..e69de29bb diff --git a/ccm-gen-aplaws/bundles/igb/bundle.in b/ccm-gen-aplaws/bundles/igb/bundle.in new file mode 100644 index 000000000..e9ed3a3b4 --- /dev/null +++ b/ccm-gen-aplaws/bundles/igb/bundle.in @@ -0,0 +1,4 @@ +BUNDLE_NAME=aplaws-plus-devel +BUNDLE_PRETTY_NAME="APLAWS+ Devel Bundle" +VERSION=1.0.9devel +RELEASE=1 diff --git a/ccm-gen-aplaws/bundles/igb/cfg/integration.properties b/ccm-gen-aplaws/bundles/igb/cfg/integration.properties new file mode 100644 index 000000000..234755005 --- /dev/null +++ b/ccm-gen-aplaws/bundles/igb/cfg/integration.properties @@ -0,0 +1,163 @@ +# Generic devel bundle integration.properties +# +waf.bebop.base_page=com.arsdigita.aplaws.ui.SimplePage +# +; dhtml editor to use (system wide) +; Xinha is default +; waf.bebop.dhtml_editor=Xinha +; waf.bebop.dhtml_editor=FCKeditor + +waf.categorization.show_internal_name=true +waf.categorization.supported_languages=de,en + +waf.dispatcher.default_expiry=3600 +; +waf.kernel.data_permission_check_enabled=false +waf.kernel.primary_user_identifier=email +; if you activate screen_name, forum loader doesn't work. +; waf.kernel.primary_user_identifier=screen_name +waf.kernel.supported_languages=de + +; security.properties: +waf.auto_registration_on=false + +# MOVED to ui.Config +#waf.pagemap.root=portal/ +#waf.pagemap.workspace=portal/ +#waf.pagemap.login_redirect=content/content-center-redirect.jsp + +; Searches for localized style sheet (among others) +waf.templating.stylesheet_resolver=com.arsdigita.templating.PatternStylesheetResolver +waf.templating.stylesheet_paths=/WEB-INF/resources/aplaws-stylesheet-paths.txt + +core.ui.pagemap.root_page_url=navigation/ +core.ui.pagemap.workspace_url=navigation/ +core.ui.pagemap.user_redirect_url=content/content-center-redirect.jsp + +; workflow configuration +waf.workflow.simple.alerts_enabled=true +waf.workflow.simple.alerts_sender=root@localhost.localdomain + +; Configures the xml processing +waf.xml.xsl_transformer=xalan +waf.xml.activate_full_date_formatter=true + +# ccm-cms parameters + +com.arsdigita.cms.category_authoring_add_form=com.arsdigita.aplaws.ui.ItemCategoryPicker + +com.arsdigita.cms.default_folder_template_path=/default/aplaws-folder.jsp +com.arsdigita.cms.default_item_template_path=/default/aplaws-item.jsp +com.arsdigita.cms.default_template_resolver_class=com.arsdigita.london.subsite.dispatcher.SubsiteItemTemplateResolver + +; Configure dhtml editor for use in cms content-center +; Xinha is default and should work out of the box +;com.arsdigita.cms.dhtml_editor_config=XinhaConfig,/assets/xinha/XinhaConfig.js +; as a temporary measure a different configuration file which includes a link selection box for CCM items +; and CCM images should be specified: +com.arsdigita.cms.dhtml_editor_config=XinhaConfig,/assets/xinha/CCMcmsXinhaConfig.js + +; to use FCKeditor: +; com.arsdigita.cms.dhtml_editor_config=FCKEditor.Config.StyleDefault?,/assets/fckeditor/config/fckconfigOpenCCM.js +; com.arsdigita.cms.dhtml_editor_config=XinhaConfig,/assets/xinha/XinhaConfig.js +; com.arsdigita.cms.dhtml_editor_hidden_buttons= +; com.arsdigita.cms.dhtml_editor_plugins= + +; to use deprecated HTMLarea (NOT recommended!): +; currently configuration is hardcoded, so the fest alternative works +; com.arsdigita.cms.dhtml_editor_config=HTMLArea +; com.arsdigita.cms.dhtml_editor_config=HTMLArea,/assets/htmlarea/config/Styled.js +; com.arsdigita.cms.dhtml_editor_plugins=TableOperations,CSS + +com.arsdigita.cms.disable_item_pfs=true + +; com.arsdigita.cms.hide_admin_tabs=true +; com.arsdigita.cms.hide_folder_index_checkbox=true +com.arsdigita.cms.hide_launch_date=true +; com.arsdigita.cms.hide_templates_tab=true +com.arsdigita.cms.hide_timezone=true +com.arsdigita.cms.hide_udct_ui=true + +com.arsdigita.cms.use_section_categories=false +com.arsdigita.cms.use_streamlined_creation=true + + +# ccm-cms-types-event parameters +com.arsdigita.cms.contenttypes.event.hide_cost=true +com.arsdigita.cms.contenttypes.event.hide_date_description=false +com.arsdigita.cms.contenttypes.event.hide_event_type=true +com.arsdigita.cms.contenttypes.event.hide_link_to_map=true +com.arsdigita.cms.contenttypes.event.hide_main_contributor=true +com.arsdigita.cms.contenttypes.event.use_html_date_description=false +com.arsdigita.cms.contenttypes.event.start_year=2000 +com.arsdigita.cms.contenttypes.event.end_year_delta=5 + + +# ccm-cms-types-newsitem parameters +com.arsdigita.cms.contenttypes.newsitem.hide_homepage=true +com.arsdigita.cms.contenttypes.newsitem.start_year=2000 +com.arsdigita.cms.contenttypes.newsitem.end_year_delta=5 + + +# ?? Where are these used? +com.arsdigita.cms.contenttypes.mparticle.template=/WEB-INF/content-types/com/arsdigita/cms/contenttypes/aplaws-mparticle-item.jsp + +; com.arsdigita.cms.contenttypes.siteproxy.defaulttemplate=/WEB-INF/content-types/com/arsdigita/cms/contenttypes/aplaws-siteproxy-item.jsp + + +# Forum application +com.arsdigita.forum.show_new_tabs=true +com.arsdigita.forum.use_wysiwyg_editor=true +com.arsdigita.forum.allow_quick_finish=true +com.arsdigita.forum.disable_page_caching=true + +; atoz currently not in use +; com.arsdigita.london.atoz.root_category_picker=com.arsdigita.london.terms.ui.RootCategoryPicker + +# ccm-ldn-navigation application +; com.arsdigita.london.navigation.category_menu_show_grand_children_min=1 +; com.arsdigita.london.navigation.category_menu_show_grand_children=adaptive +; com.arsdigita.london.navigation.category_menu_show_grand_children_limit=1 +; com.arsdigita.london.navigation.category_menu_show_grand_children_max=65536 +com.arsdigita.london.navigation.category_menu_show_grand_children=false +; com.arsdigita.london.navigation.category_menu_show_nephews=false +com.arsdigita.london.navigation.default_cat_root_path=/navigation/ +com.arsdigita.london.navigation.default_template=/packages/navigation/templates/gen-default.jsp + + + +# ccm-ldn-search application +com.arsdigita.london.search.show_sponsored_links=true + + + +# ccm-ldn-subsite application +com.arsdigita.london.subsite.root_category_picker=com.arsdigita.london.terms.ui.RootCategoryPicker + + +# ccm-themedirector application +themedirector.default_theme_path=themes/static/aplaws-generic + +# com.arsdigita.london.cms.dublin.audience_domain=LGAL + +# ============================================================================================= +# runtime specific configurations + +waf.admin.email=webmaster@igbau-weser-ems.info +waf.admin.name.given=aplaws +waf.admin.name.family=Administrator +waf.admin.password=WaeGgfsh +waf.admin.password.question=12345 +waf.admin.password.answer=6 + +waf.runtime.jdbc_url=jdbc\:postgresql\://localhost/igb?user\=igb&password\=igb42here +waf.runtime.jdbc_pool_size=40 + +waf.web.server=localhost\:8080 + + +# ============================================================================================= +# devel specific configurations +#waf.debug=true +#waf.bebop.fancy_xsl_errors=true + diff --git a/ccm-gen-aplaws/bundles/igb/cfg/project.xml b/ccm-gen-aplaws/bundles/igb/cfg/project.xml new file mode 100644 index 000000000..c979eceef --- /dev/null +++ b/ccm-gen-aplaws/bundles/igb/cfg/project.xml @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ccm-gen-aplaws/bundles/igb/cfg/web.xml b/ccm-gen-aplaws/bundles/igb/cfg/web.xml new file mode 100644 index 000000000..cd35301a1 --- /dev/null +++ b/ccm-gen-aplaws/bundles/igb/cfg/web.xml @@ -0,0 +1,557 @@ + + + + + OpenCCM + Community and Content Management + + + + log4j-conf-file + WEB-INF/conf/log4j.properties + + + + + + + + shortcuts + com.arsdigita.london.shortcuts.ShortcutFilter + + + + subsite + com.arsdigita.london.subsite.SubsiteFilter + + + + + + subsite + /* + + + + shortcuts + /* + + + + + com.arsdigita.web.CCMApplicationContextListener + + + + + + reg + com.arsdigita.web.ContextRegistrationServlet + + uri + / + + 1 + + + + legacy-dispatcher + com.arsdigita.sitenode.SiteNodeDispatcher + 3 + + + + ccm-dispatcher + com.arsdigita.web.DispatcherServlet + + fallback-servlet + legacy-dispatcher + + 2 + + + + legacy-adapter + com.arsdigita.web.LegacyAdapterServlet + + + + cache-manager + com.arsdigita.caching.CacheServlet + + + + db-test + com.arsdigita.web.monitoring.DBTestServlet + + + + versioning-log + com.arsdigita.versioning.VersioningServlet + + + + oid-redirect + com.arsdigita.web.OIDRedirectServlet + + + + resource-resolver + com.arsdigita.web.ResourceServlet + + + + + + content-section + com.arsdigita.cms.ContentSectionServlet + + + + content-type-xsl + com.arsdigita.cms.dispatcher.ContentTypeXSLServlet + + + + content-item-xsl + com.arsdigita.cms.dispatcher.ContentItemXSLServlet + + + + template-xsl + com.arsdigita.cms.dispatcher.TemplateXSLServlet + + + + TextOnlyServlet + Text Only Servlet + + com.arsdigita.web.InternalPrefixerServlet + + + prefix + /text + + + + + PrintFriendlyServlet + Printer Friendly Output Servlet + + com.arsdigita.web.InternalPrefixerServlet + + + prefix + /print + + + + + + + + + + forum-main + com.arsdigita.forum.ForumServlet + + + + + portal-files + com.arsdigita.web.ApplicationFileServlet + + template-path + /templates/ccm-ldn-portal + + + + + navigation-files + com.arsdigita.web.ApplicationFileServlet + + template-path + /templates/ccm-ldn-navigation + + + file-resolver + com.arsdigita.london.navigation.NavigationFileResolver + + + + + portlet-type-xsl + com.arsdigita.dispatcher.PortletTypeXSLServlet + + + + + rss-files + com.arsdigita.web.ApplicationFileServlet + + template-path + /templates/ccm-ldn-rss + + + file-resolver + com.arsdigita.london.rss.RSSFileResolver + + + + + + + worker + com.arsdigita.london.search.SearchWorkerServlet + 4 + + + + search-files + com.arsdigita.web.ApplicationFileServlet + + template-path + /templates/ccm-ldn-search + + + + + AxisServlet + Apache-Axis Servlet + + org.apache.axis.transport.http.AxisServlet + + + + + + + shortcuts-files + com.arsdigita.web.ApplicationFileServlet + + template-path + /templates/ccm-ldn-shortcuts + + + + + + subsite-files + com.arsdigita.web.ApplicationFileServlet + + template-path + /templates/ccm-ldn-subsite + + + + + + + terms-files + com.arsdigita.web.ApplicationFileServlet + + template-path + /templates/ccm-ldn-terms + + + + + + + theme-files + com.arsdigita.web.ApplicationFileServlet + + template-path + /templates/ccm-themedirector + + + + + ThemeDownload + com.arsdigita.themedirector.dispatcher.ThemeDownloadServlet + + + + ThemePreviewServlet + Servlet to allow admins to preview look/feel + + com.arsdigita.themedirector.dispatcher.InternalThemePrefixerServlet + + + prefix + /theme + + + + + + + + + + + forum-main + /forum-main/main/* + + + + + portlet-type-xsl + /__ccm__/servlet/portlet-type/* + + + + portal-files + /ccm-ldn-portal/files/* + + + + navigation-files + /ccm-ldn-navigation/files/* + + + + + rss-files + /ccm-ldn-rss/files/* + + + + + search-files + /ccm-ldn-search/files/* + + + + AxisServlet + /services/* + + + + + + shortcuts-files + /ccm-ldn-shortcuts/files/* + + + + + subsite-files + /ccm-ldn-subsite/files/* + + + + + + terms-files + /ccm-ldn-terms/files/* + + + + + + theme-files + /theme-files/* + + + + ThemeDownload + /theme-files/download/* + + + + ThemePreviewServlet + /theme/* + + + + + + + + reg + /__ccm__/null/reg/* + + + + ccm-dispatcher + /ccm/* + + + + legacy-adapter + /__ccm__/servlet/legacy-adapter/* + + + + cache-manager + /expireCache/* + + + + db-test + /dbtest + + + + versioning-log + /versioning/* + + + + oid-redirect + /redirect/* + + + + resource-resolver + /resource/* + + + + + + content-section + /__ccm__/servlet/content-section/* + + + + content-item-xsl + /__ccm__/servlet/content-item/* + + + + content-type-xsl + /__ccm__/servlet/content-type/* + + + + template-xsl + /__ccm__/servlet/template/* + + + + TextOnlyServlet + /text/* + + + + PrintFriendlyServlet + /print/* + + + + + + com.arsdigita.dispatcher.AccessDeniedException + /error/access-denied.jsp + + + + com.arsdigita.dispatcher.ObjectNotFoundException + /error/object-not-found.jsp + + + + com.arsdigita.kernel.permissions.PermissionException + /error/permission-denied.jsp + + + + com.arsdigita.persistence.DbNotAvailableException + /error/db-not-available.jsp + + + + com.arsdigita.db.DbNotAvailableException + /error/db-not-available.jsp + + + + java.lang.Exception + /error/general.jsp + + + + java.lang.Error + /error/general.jsp + + + + + + /WEB-INF/bebop-show.tld + /WEB-INF/bebop-show.tld + + + + /WEB-INF/bebop-define.tld + /WEB-INF/bebop-define.tld + + + diff --git a/tools-ng/common/webxml-mergetool/nbproject/build-impl.xml b/tools-ng/common/webxml-mergetool/nbproject/build-impl.xml new file mode 100644 index 000000000..9dce1030c --- /dev/null +++ b/tools-ng/common/webxml-mergetool/nbproject/build-impl.xml @@ -0,0 +1,1056 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set src.dir + Must set build.dir + Must set dist.dir + Must set build.classes.dir + Must set dist.javadoc.dir + Must set build.test.classes.dir + Must set build.test.results.dir + Must set build.classes.excludes + Must set dist.jar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set javac.includes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set JVM to use for profiling in profiler.info.jvm + Must set profiler agent JVM arguments in profiler.info.jvmargs.agent + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select some files in the IDE or set javac.includes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + To run this application from the command line without Ant, try: + + + + + + + java -cp "${run.classpath.with.dist.jar}" ${main.class} + + + + + + + + + + + + + + + + + + + + + + + + + To run this application from the command line without Ant, try: + + java -jar "${dist.jar.resolved}" + + + + + + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set run.class + + + + Must select one file in the IDE or set run.class + + + + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set debug.class + + + + + Must select one file in the IDE or set debug.class + + + + + Must set fix.includes + + + + + + + + + + + + + + + + + Must select one file in the IDE or set profile.class + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select some files in the IDE or set javac.includes + + + + + + + + + + + + + + + + + + Some tests failed; see details above. + + + + + + + + + Must select some files in the IDE or set test.includes + + + + Some tests failed; see details above. + + + + + Must select one file in the IDE or set test.class + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set applet.url + + + + + + + + + Must select one file in the IDE or set applet.url + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tools-ng/common/webxml-mergetool/nbproject/genfiles.properties b/tools-ng/common/webxml-mergetool/nbproject/genfiles.properties new file mode 100644 index 000000000..abbdb4473 --- /dev/null +++ b/tools-ng/common/webxml-mergetool/nbproject/genfiles.properties @@ -0,0 +1,8 @@ +nbbuild.xml.data.CRC32=a59c5d52 +nbbuild.xml.script.CRC32=9cfb9207 +nbbuild.xml.stylesheet.CRC32=28e38971@1.44.1.45 +# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. +# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. +nbproject/build-impl.xml.data.CRC32=a59c5d52 +nbproject/build-impl.xml.script.CRC32=2d46da35 +nbproject/build-impl.xml.stylesheet.CRC32=0ae3a408@1.44.1.45 diff --git a/tools-ng/common/webxml-mergetool/nbproject/private/config.properties b/tools-ng/common/webxml-mergetool/nbproject/private/config.properties new file mode 100644 index 000000000..e69de29bb diff --git a/tools-ng/common/webxml-mergetool/nbproject/private/private.properties b/tools-ng/common/webxml-mergetool/nbproject/private/private.properties new file mode 100644 index 000000000..6fc4ae78d --- /dev/null +++ b/tools-ng/common/webxml-mergetool/nbproject/private/private.properties @@ -0,0 +1,10 @@ +compile.on.save=true +do.depend=false +do.jar=true +file.reference.ant.jar=/home/pb/ccm-devel/trunk/tools-ng/common/webxml-mergetool/lib/ant.jar +file.reference.dom4j.jar=/home/pb/ccm-devel/trunk/tools-ng/common/webxml-mergetool/lib/dom4j.jar +file.reference.testlib2-src=/home/pb/ccm-devel/trunk/tools-ng/common/webxml-mergetool/src +file.reference.xerces.jar=/home/pb/ccm-devel/trunk/tools-ng/common/webxml-mergetool/lib/xerces.jar +javac.debug=true +javadoc.preview=true +user.properties.file=/home/pb/.netbeans/7.0/build.properties diff --git a/tools-ng/common/webxml-mergetool/nbproject/private/private.xml b/tools-ng/common/webxml-mergetool/nbproject/private/private.xml new file mode 100644 index 000000000..c1f155a78 --- /dev/null +++ b/tools-ng/common/webxml-mergetool/nbproject/private/private.xml @@ -0,0 +1,4 @@ + + + + diff --git a/tools-ng/common/webxml-mergetool/nbproject/project.properties b/tools-ng/common/webxml-mergetool/nbproject/project.properties new file mode 100644 index 000000000..9d6a9e934 --- /dev/null +++ b/tools-ng/common/webxml-mergetool/nbproject/project.properties @@ -0,0 +1,79 @@ +annotation.processing.enabled=true +annotation.processing.enabled.in.editor=false +annotation.processing.run.all.processors=true +annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output +application.title=webxml-mergetool +application.vendor=pb +build.classes.dir=${build.dir}/classes +build.classes.excludes=**/*.java,**/*.form +# This directory is removed when the project is cleaned: +build.dir=build +build.generated.dir=${build.dir}/generated +build.generated.sources.dir=${build.dir}/generated-sources +# Only compile against the classpath explicitly listed here: +build.sysclasspath=ignore +build.test.classes.dir=${build.dir}/test/classes +build.test.results.dir=${build.dir}/test/results +buildfile=nbbuild.xml +# Uncomment to specify the preferred debugger connection transport: +#debug.transport=dt_socket +debug.classpath=\ + ${run.classpath} +debug.test.classpath=\ + ${run.test.classpath} +# This directory is removed when the project is cleaned: +dist.dir=dist +dist.jar=${dist.dir}/webxml-mergetool.jar +dist.javadoc.dir=${dist.dir}/javadoc +endorsed.classpath= +excludes= +file.reference.ant.jar=lib/ant.jar +file.reference.dom4j.jar=lib/dom4j.jar +file.reference.testlib2-src=src +file.reference.xerces.jar=lib/xerces.jar +includes=** +jar.compress=false +javac.classpath=\ + ${file.reference.dom4j.jar}:\ + ${file.reference.ant.jar}:\ + ${file.reference.xerces.jar} +# Space-separated list of extra javac options +javac.compilerargs= +javac.deprecation=false +javac.processorpath=\ + ${javac.classpath} +javac.source=1.6 +javac.target=1.6 +javac.test.classpath=\ + ${javac.classpath}:\ + ${build.classes.dir} +javac.test.processorpath=\ + ${javac.test.classpath} +javadoc.additionalparam= +javadoc.author=false +javadoc.encoding=${source.encoding} +javadoc.noindex=false +javadoc.nonavbar=false +javadoc.notree=false +javadoc.private=false +javadoc.splitindex=true +javadoc.use=true +javadoc.version=false +javadoc.windowtitle= +main.class= +manifest.file=manifest.mf +meta.inf.dir=${src.dir}/META-INF +mkdist.disabled=false +platform.active=default_platform +run.classpath=\ + ${javac.classpath}:\ + ${build.classes.dir} +# Space-separated list of JVM arguments used when running the project +# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value +# or test-sys-prop.name=value to set system properties for unit tests): +run.jvmargs= +run.test.classpath=\ + ${javac.test.classpath}:\ + ${build.test.classes.dir} +source.encoding=UTF-8 +src.dir=${file.reference.testlib2-src} diff --git a/tools-ng/common/webxml-mergetool/nbproject/project.xml b/tools-ng/common/webxml-mergetool/nbproject/project.xml new file mode 100644 index 000000000..7947398a7 --- /dev/null +++ b/tools-ng/common/webxml-mergetool/nbproject/project.xml @@ -0,0 +1,16 @@ + + + org.netbeans.modules.java.j2seproject + + + webxml-mergetool + + + + + + + ./lib/nblibraries.properties + + +