Changeset 15412 for trunk/FACT++


Ignore:
Timestamp:
04/24/13 12:09:09 (12 years ago)
Author:
tbretz
Message:
Updated URL to svn repository
Location:
trunk/FACT++
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/Doxyfile

    r14653 r15412  
    899899# string, e.g. com.mycompany.MyDocSet.documentation.
    900900
    901 DOCSET_PUBLISHER_ID    = ch.unige.isdc.fact
     901DOCSET_PUBLISHER_ID    = org.fact-project.www
    902902
    903903# The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.
  • trunk/FACT++/MAINPAGE

    r14530 r15412  
    4343
    4444\verbatim
    45    svn checkout https://fact.isdc.unige.ch/svn/trunk/FACT++ [localdir]
     45   svn checkout https://www.fact-project.org/svn/trunk/FACT++ [localdir]
    4646\endverbatim
    4747
  • trunk/FACT++/configure

    r15276 r15412  
    574574PACKAGE_STRING='FACT++ 1.0'
    575575PACKAGE_BUGREPORT='thomas.bretz@phys.ethz.ch'
    576 PACKAGE_URL='https://fact.isdc.unige.ch/svn/trunk/FACT++/'
     576PACKAGE_URL='https://www.fact-project.org/svn/trunk/FACT++/'
    577577
    578578# Factoring default headers for most tests.
     
    18011801
    18021802Report bugs to <thomas.bretz@phys.ethz.ch>.
    1803 FACT++ home page: <https://fact.isdc.unige.ch/svn/trunk/FACT++/>.
     1803FACT++ home page: <https://www.fact-project.org/svn/trunk/FACT++/>.
    18041804_ACEOF
    18051805ac_status=$?
     
    2612326123
    2612426124Report bugs to <thomas.bretz@phys.ethz.ch>.
    26125 FACT++ home page: <https://fact.isdc.unige.ch/svn/trunk/FACT++/>."
     26125FACT++ home page: <https://www.fact-project.org/svn/trunk/FACT++/>."
    2612626126
    2612726127_ACEOF
  • trunk/FACT++/configure.ac

    r15276 r15412  
    88#[AC_]PACKAGE_STRING
    99#[AC_]PACKAGE_BUGREPORT
    10 AC_INIT([FACT++],[1.0],[thomas.bretz@phys.ethz.ch],[FACTpp],[https://fact.isdc.unige.ch/svn/trunk/FACT++/])
     10AC_INIT([FACT++],[1.0],[thomas.bretz@phys.ethz.ch],[FACTpp],[https://www.fact-project.org/svn/trunk/FACT++/])
    1111AC_PREREQ([2.65])
    1212AC_CONFIG_FILES([Makefile])   # causes x/Makefile.in to be created if x/Makefile.am exists
Note: See TracChangeset for help on using the changeset viewer.