Add workspace files.
authorscantor <scantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Sat, 11 Jun 2011 01:44:05 +0000 (01:44 +0000)
committerscantor <scantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Sat, 11 Jun 2011 01:44:05 +0000 (01:44 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-opensaml/branches/REL_2@643 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

.cproject
.gitignore [new file with mode: 0644]

index 9dfaf8c..52826b1 100644 (file)
--- a/.cproject
+++ b/.cproject
                                                                        <listOptionValue builtIn="false" value="&quot;C:\Users\scantor\Shibboleth\xml-security-c-1.6.0\include&quot;"/>
                                                                        <listOptionValue builtIn="false" value="&quot;C:\Users\scantor\Shibboleth\cxxtest&quot;"/>
                                                                        <listOptionValue builtIn="false" value="&quot;C:\Users\scantor\Shibboleth\zlib-1.2.5&quot;"/>
+                                                                       <listOptionValue builtIn="false" value="/opt/local"/>
                                                                </option>
-                                                               <option id="org.eclipse.linuxtools.cdt.autotools.option.configure.user.1298665957" name="User-specified configuration options" superClass="org.eclipse.linuxtools.cdt.autotools.option.configure.user" value="--enable-debug --with-log4shib=/opt/local --with-openssl=/opt/local --with-xmltooling=/Users/scantor/Documents/workspace/2.0/install" valueType="string"/>
-                                                               <option id="org.eclipse.linuxtools.cdt.autotools.option.configure.prefix.1044904708" name="Arch-independent install directory (--prefix)" superClass="org.eclipse.linuxtools.cdt.autotools.option.configure.prefix" value="/Users/scantor/Documents/workspace/2.0/install" valueType="string"/>
+                                                               <option id="org.eclipse.linuxtools.cdt.autotools.option.configure.user.1298665957" name="User-specified configuration options" superClass="org.eclipse.linuxtools.cdt.autotools.option.configure.user" value="--enable-debug --with-log4shib=/opt/local --with-openssl=/opt/local --with-xmltooling=/opt/moonshot" valueType="string"/>
+                                                               <option id="org.eclipse.linuxtools.cdt.autotools.option.configure.prefix.1044904708" name="Arch-independent install directory (--prefix)" superClass="org.eclipse.linuxtools.cdt.autotools.option.configure.prefix" value="/opt/moonshot" valueType="string"/>
+                                                               <option id="org.eclipse.linuxtools.cdt.autotools.option.configure.builddir.493952610" superClass="org.eclipse.linuxtools.cdt.autotools.option.configure.builddir" value="build/2.x" valueType="string"/>
                                                                <inputType id="org.eclipse.linuxtools.cdt.autotools.inputType.configure.333195913" superClass="org.eclipse.linuxtools.cdt.autotools.inputType.configure"/>
                                                                <inputType id="org.eclipse.linuxtools.cdt.autotools.inputType.configure1.1782120512" superClass="org.eclipse.linuxtools.cdt.autotools.inputType.configure1"/>
                                                        </tool>
                                                <useDefaultCommand>true</useDefaultCommand>
                                                <runAllBuilders>false</runAllBuilders>
                                        </target>
+                                       <target name="dist-lzma" path="" targetID="org.eclipse.linuxtools.cdt.autotools.builder1">
+                                               <buildCommand>make</buildCommand>
+                                               <buildArguments/>
+                                               <buildTarget>dist-lzma</buildTarget>
+                                               <stopOnError>true</stopOnError>
+                                               <useDefaultCommand>true</useDefaultCommand>
+                                               <runAllBuilders>false</runAllBuilders>
+                                       </target>
                                        <target name="dist-shar" path="" targetID="org.eclipse.linuxtools.cdt.autotools.builder1">
                                                <buildCommand>make</buildCommand>
                                                <buildArguments/>
                                                <useDefaultCommand>true</useDefaultCommand>
                                                <runAllBuilders>false</runAllBuilders>
                                        </target>
+                                       <target name="dist-xz" path="" targetID="org.eclipse.linuxtools.cdt.autotools.builder1">
+                                               <buildCommand>make</buildCommand>
+                                               <buildArguments/>
+                                               <buildTarget>dist-xz</buildTarget>
+                                               <stopOnError>true</stopOnError>
+                                               <useDefaultCommand>true</useDefaultCommand>
+                                               <runAllBuilders>false</runAllBuilders>
+                                       </target>
                                        <target name="dist-zip" path="" targetID="org.eclipse.linuxtools.cdt.autotools.builder1">
                                                <buildCommand>make</buildCommand>
                                                <buildArguments/>
                </cconfiguration>
        </storageModule>
        <storageModule moduleId="cdtBuildSystem" version="4.0.0">
-               <project id="cpp-opensaml.org.eclipse.linuxtools.cdt.autotools.core.projectType.492986683" name="GNU Autotools" projectType="org.eclipse.linuxtools.cdt.autotools.core.projectType"/>
+               <project id="cpp-opensaml2.org.eclipse.linuxtools.cdt.autotools.projectType.886229003" name="GNU Autotools" projectType="org.eclipse.linuxtools.cdt.autotools.projectType"/>
        </storageModule>
 </cproject>
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..27fcbe1
--- /dev/null
@@ -0,0 +1,116 @@
+
+# /
+/*.ncb
+/*.suo
+/debug
+/aclocal.m4
+/autom4te.cache
+/config.guess
+/config.h
+/config.h.in
+/config.log
+/config.status
+/config.sub
+/configure
+/depcomp
+/install-sh
+/libtool
+/Makefile
+/Makefile.in
+/missing
+/opensaml.spec
+/pkginfo
+/stamp-h1
+/.settings
+/doxyfile
+/release
+/x64
+/Portfile
+/*.gz
+/*.sdf
+/*.opensdf
+/ipch
+/build-aux
+/build
+
+# /doc/
+/doc/api
+/doc/Makefile
+/doc/Makefile.in
+
+# /m4/
+/m4/lt~obsolete.m4
+/m4/ltoptions.m4
+/m4/ltsugar.m4
+/m4/ltversion.m4
+/m4/libtool.m4
+
+# /saml/
+/saml/Debug
+/saml/*.user
+/saml/.deps
+/saml/.libs
+/saml/Makefile
+/saml/Makefile.in
+/saml/Release
+/saml/x64
+
+# /samlsign/
+/samlsign/Debug
+/samlsign/Release
+/samlsign/*.user
+/samlsign/Makefile.in
+/samlsign/Makefile
+/samlsign/x64
+/samlsign/samlsign
+/samlsign/.libs
+/samlsign/.deps
+
+# /samltest/
+/samltest/Debug
+/samltest/*.user
+/samltest/*.cpp
+/samltest/.deps
+/samltest/.libs
+/samltest/Makefile
+/samltest/Makefile.in
+/samltest/samltest
+/samltest/Release
+/samltest/x64
+
+# /samltest/encryption/
+/samltest/encryption/*.cpp
+
+# /samltest/saml1/binding/
+/samltest/saml1/binding/*.cpp
+
+# /samltest/saml1/core/impl/
+/samltest/saml1/core/impl/*.cpp
+
+# /samltest/saml1/profile/
+/samltest/saml1/profile/*.cpp
+
+# /samltest/saml2/binding/
+/samltest/saml2/binding/*.cpp
+
+# /samltest/saml2/core/impl/
+/samltest/saml2/core/impl/*.cpp
+
+# /samltest/saml2/metadata/
+/samltest/saml2/metadata/*.cpp
+
+# /samltest/saml2/profile/
+/samltest/saml2/profile/*.cpp
+
+# /samltest/security/
+/samltest/security/*.cpp
+
+# /samltest/signature/
+/samltest/signature/*.cpp
+
+# /schemas/
+/schemas/Makefile
+/schemas/Makefile.in
+/schemas/saml10-catalog.xml
+/schemas/saml11-catalog.xml
+/schemas/saml20-catalog.xml